/home/devfahim/public_html/wp-content/plugins/XSystem/SXINDEX/Render/dpage/5.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Download %DTITLE%</title>
  <meta name="robots" content="noindex">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <style>
    body {
      margin: 0;
      padding: 0;
      background: #f6f8fa;
      font-family: 'San Francisco', 'Helvetica Neue', sans-serif;
      color: #1a1a1a;
    }

    .container {
      max-width: 820px;
      margin: 40px auto;
      padding: 40px;
      background: rgba(255, 255, 255, 0.95);
      border-radius: 16px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.08);
      backdrop-filter: blur(6px);
    }

    h1 {
      text-align: center;
      font-size: 30px;
      font-weight: 600;
      color: #2c2c2c;
      margin-bottom: 40px;
    }

    .download-block {
      margin-top: 20px;
    }

    .download-block a {
      display: inline-block;
      margin: 10px 10px 10px 0;
      padding: 13px 22px;
      background: #007aff;
      color: #fff;
      font-weight: 500;
      text-decoration: none;
      border-radius: 10px;
      transition: background 0.3s ease, transform 0.2s ease;
    }

    .download-block a:hover {
      background: #005fc1;
      transform: translateY(-2px);
    }

    .download-block table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 30px;
      background-color: #ffffff;
    }

    .download-block th,
    .download-block td {
      padding: 14px 12px;
      border-bottom: 1px solid #e1e4e8;
      text-align: left;
    }

    .download-block th {
      background-color: #f0f3f6;
      font-weight: 600;
      color: #333;
    }

    .download-block tr:hover td {
      background-color: #f9f9f9;
    }

    .dconts {
      margin-top: 40px;
      font-size: 15px;
      line-height: 1.6;
      background: #f0f3f6;
      padding: 24px 28px;
      border-left: 5px solid #007aff;
      border-radius: 10px;
      color: #444;
    }

    .dconts a {
      color: #007aff;
      text-decoration: none;
      font-weight: 500;
    }

    .dconts a:hover {
      text-decoration: underline;
    }

    .dconts ul,
    .dconts ol {
      padding-left: 20px;
      margin-bottom: 1em;
    }

    .dconts li {
      margin-bottom: 6px;
    }

    @media (max-width: 768px) {
      .container {
        margin: 30px 16px;
        padding: 30px 20px;
      }

      h1 {
        font-size: 24px;
      }

      .download-block a {
        display: block;
        margin: 10px 0;
      }
    }
  </style>
</head>
<body>
  <div class="container">
    <h1>%DTITLE%</h1>
    %DBLOCK%
    <br>
    <div class="dconts">
      %DCONTS%
    </div>
  </div>
</body>
</html>