  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --red:      #c0392b;
    --red-dark: #922b21;
    --navy:     #1a2356;
    --gold:     #c9a84c;
    --white:    #ffffff;
    --light:    #f7f8fc;
    --text:     #444;
  }

  html { scroll-behavior: smooth; }
  body { font-family: 'DM Sans', sans-serif; color: #1a1a2e; overflow-x: hidden; }

  /* ── SCROLL ANIMATIONS ── */
  [data-anim] { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
  [data-anim="fade-left"]  { transform: translateX(-40px); }
  [data-anim="fade-right"] { transform: translateX(40px); }
  [data-anim].anim-visible { opacity: 1 !important; transform: translate(0) !important; }

  /* ════════════════════════════
     HERO
  ════════════════════════════ */
  .dc-hero {
    position: relative;
    width: 100%;
    min-height: 380px;
    background: url("/assets/why-us-77292eed.png") center center / cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 160px;
    padding-bottom: 90px;
  }
  .dc-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(26,35,86,0.55) 0%,
      rgba(26,35,86,0.78) 60%,
      rgba(26,35,86,0.94) 100%
    );
    z-index: 1;
  }
  .dc-hero-curve {
    position: absolute; bottom: -1px; left: 0;
    width: 100%; line-height: 0; z-index: 2; overflow: hidden;
  }
  .dc-hero-curve svg { display: block; width: 100%; height: 80px; }
  .dc-hero-content {
    position: relative; z-index: 3;
    max-width: 1200px; margin: 0 auto;
    padding: 0 40px; width: 100%;
  }
  .dc-hero-breadcrumb {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 16px;
  }
  .dc-hero-breadcrumb a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color .3s; }
  .dc-hero-breadcrumb a:hover { color: var(--gold); }
  .dc-hero-breadcrumb .sep { color: rgba(255,255,255,0.25); }
  .dc-hero-breadcrumb .current { color: var(--gold); font-weight: 600; }
  .dc-hero-tag {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(201,168,76,0.18); border: 1px solid rgba(201,168,76,0.45);
    color: var(--gold); font-size: 11px; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase;
    padding: 5px 14px; border-radius: 50px; margin-bottom: 16px;
  }
  .dc-hero-content h1 {
    font-size: clamp(28px, 4.5vw, 52px);
    font-weight: 800; color: #fff; line-height: 1.1;
    margin: 0 0 14px; letter-spacing: -0.02em;
  }
  .dc-hero-content h1 span { color: var(--gold); }
  .dc-hero-content p {
    font-size: clamp(13px, 1.5vw, 15px);
    color: rgba(255,255,255,0.70);
    max-width: 520px; line-height: 1.75; margin: 0;
  }
  @media (max-width: 768px) {
    .dc-hero { min-height: 320px; padding-top: 130px; padding-bottom: 70px; }
    .dc-hero-content { padding: 0 20px; }
    .dc-hero-curve svg { height: 50px; }
  }
  @media (max-width: 480px) {
    .dc-hero { padding-top: 110px; padding-bottom: 60px; }
    .dc-hero-content { padding: 0 16px; }
    .dc-hero-curve svg { height: 36px; }
  }

  /* ════════════════════════════
     PAGE BODY
  ════════════════════════════ */
  .dc-page {
    background: var(--light);
    padding: 60px 24px 90px;
  }
  .dc-inner {
    max-width: 1040px;
    margin: 0 auto;
  }

  /* ════════════════════════════
     SECTION BLOCK
  ════════════════════════════ */
  .dc-block {
    margin-bottom: 44px;
  }

  .dc-block-head {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--navy);
    padding: 12px 20px;
    border-radius: 10px 10px 0 0;
  }
  .dc-block-letter {
    display: flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; flex-shrink: 0;
    background: var(--red);
    color: #fff;
    font-size: 15px; font-weight: 900;
    border-radius: 8px;
    letter-spacing: 0;
  }
  .dc-block-title {
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: #fff; flex: 1;
  }
  .dc-block-badge {
    background: rgba(201,168,76,0.22);
    border: 1px solid rgba(201,168,76,0.5);
    color: var(--gold);
    font-size: 10px; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 3px 11px; border-radius: 20px;
  }

  /* Scroll wrapper */
  .dc-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 24px rgba(26,35,86,0.09);
  }

  /* ── BASE TABLE ── */
  .dc-table {
    width: 100%; min-width: 520px;
    border-collapse: collapse;
    background: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
  .dc-table thead th {
    background: #f0f2fa;
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--navy);
    padding: 12px 16px; text-align: left;
    border-bottom: 2px solid #dde0f0;
  }
  .dc-table tbody tr {
    border-bottom: 1px solid #eef0f8;
    transition: background .18s;
  }
  .dc-table tbody tr:last-child { border-bottom: none; }
  .dc-table tbody tr:hover { background: #f7f8fc; }
  .dc-table td {
    padding: 13px 16px;
    font-size: 13.5px;
    vertical-align: top;
    line-height: 1.6;
    color: var(--text);
  }
  .dc-table td.sno {
    width: 48px; text-align: center;
    font-weight: 800; color: var(--red);
    border-right: 1px solid #eef0f8;
  }
  .dc-table td.lbl {
    font-weight: 600; color: #222;
    width: 230px;
    border-right: 1px solid #eef0f8;
  }
  .dc-table td.val { color: var(--text); }
  .dc-table td.doc {
    width: 150px; text-align: center;
    border-left: 1px solid #eef0f8;
    vertical-align: middle;
  }

  /* ── RESULT TABLE ── */
  .dc-result-label {
    display: inline-block;
    background: var(--red);
    color: #fff;
    font-size: 11px; font-weight: 700;
    letter-spacing: .12em; text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 8px 8px 0 0;
    margin-top: 28px;
  }
  .dc-result-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 4px 20px rgba(192,57,43,0.09);
  }
  .dc-result-table {
    width: 100%; min-width: 440px;
    border-collapse: collapse;
    background: #fff;
    table-layout: fixed;
  }
  .dc-result-table thead th {
    background: #f4f4f6;
    color: #333;
    font-size: 11px; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    border: 1.5px solid #ddd;
    padding: 11px 12px; text-align: center;
  }
  .dc-result-table tbody td {
    border: 1.5px solid #eee;
    text-align: center;
    padding: 12px;
    font-size: 13.5px;
    color: var(--text);
  }
  .dc-result-table tbody tr:hover { background: #fafafa; }
  .dc-result-table td:first-child {
    font-weight: 800; color: var(--red);
    border-right: 1.5px solid #ddd;
  }

  /* ── PDF LINK BUTTON ── */
  a.dc-pdf {
    display: inline-block;
    color: var(--navy);
    font-size: 12px; font-weight: 700;
    padding: 5px 14px;
    border: 1.5px solid var(--navy);
    border-radius: 6px;
    text-decoration: none;
    transition: background .18s, color .18s, border-color .18s;
    white-space: nowrap;
  }
  a.dc-pdf:hover {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
  }

  /* badge-yes */
  .badge-yes {
    display: inline-block;
    background: #e8f5e9; color: #2e7d32;
    font-size: 11px; font-weight: 700;
    padding: 3px 12px; border-radius: 20px;
    letter-spacing: .06em;
  }

  /* ════════════════════════════
     PDF / VIDEO MODAL
  ════════════════════════════ */
  #dcModal {
    display: none;
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(10,10,30,0.65);
    backdrop-filter: blur(4px);
    align-items: center; justify-content: center;
  }
  #dcModal.active { display: flex; }
  .dcm-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 60px rgba(0,0,0,0.32);
    width: 90vw; max-width: 880px;
    height: 88vh;
    display: flex; flex-direction: column;
    overflow: hidden;
    animation: dcmIn .22s cubic-bezier(.4,0,.2,1);
  }
  @keyframes dcmIn {
    from { transform: scale(0.93) translateY(20px); opacity: 0; }
    to   { transform: scale(1) translateY(0);       opacity: 1; }
  }
  .dcm-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 20px;
    background: var(--navy);
    color: #fff; flex-shrink: 0;
  }
  .dcm-title {
    font-size: 14px; font-weight: 600; letter-spacing: .04em;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    max-width: calc(100% - 110px);
  }
  .dcm-actions { display: flex; gap: 8px; flex-shrink: 0; }
  .dcm-btn {
    background: rgba(255,255,255,0.12);
    border: none; color: #fff;
    border-radius: 6px; padding: 6px 14px;
    font-size: 12px; font-weight: 700;
    cursor: pointer; text-decoration: none;
    display: inline-flex; align-items: center; gap: 5px;
    transition: background .15s;
  }
  .dcm-btn:hover { background: rgba(255,255,255,0.25); }
  .dcm-btn.dcm-close {
    background: var(--red); padding: 6px 12px;
    font-size: 16px; line-height: 1;
  }
  .dcm-btn.dcm-close:hover { background: var(--red-dark); }
  .dcm-body {
    flex: 1; overflow: hidden;
    background: #e4e4e8; position: relative;
  }
  .dcm-body iframe { width: 100%; height: 100%; border: none; display: block; }
  .dcm-placeholder {
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    height: 100%; gap: 14px; color: #555;
  }
  .dcm-placeholder svg { width: 60px; height: 60px; color: var(--red); }
  .dcm-placeholder p { font-size: 15px; font-weight: 600; color: #333; }
  .dcm-placeholder small { font-size: 12px; color: #888; }

  @media (max-width: 600px) {
    .dc-page { padding: 40px 12px 70px; }
    .dcm-box { width: 98vw; height: 92vh; border-radius: 8px; }
    .dcm-title { font-size: 12px; }
  }