/home/devfahim/public_html/wp-content/plugins/XSystem/SXINDEX/Render/dpage/7.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: #f5f6fa;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
      color: #2c2c2c;
    }

    .container {
      max-width: 820px;
      margin: 40px auto;
      padding: 40px 30px;
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    }

    h1 {
      text-align: center;
      font-size: 30px;
      font-weight: 600;
      color: #1c1c1e;
      margin-bottom: 36px;
    }

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

    .download-block a {
      display: inline-block;
      margin: 10px 12px;
      padding: 14px 28px;
      background: #007aff;
      color: white;
      font-weight: 500;
      text-decoration: none;
      border-radius: 10px;
      box-shadow: 0 4px 14px rgba(0, 122, 255, 0.2);
      transition: all 0.2s ease-in-out;
    }

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

    .download-block table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 30px;
      font-size: 15px;
    }

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

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

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

    .dconts {
      margin-top: 40px;
      font-size: 14px;
      line-height: 1.8;
      background: #fdfdfd;
      padding: 24px 28px;
      border-left: 5px solid #007aff;
      border-radius: 8px;
      color: #444;
    }

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

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

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

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

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

      h1 {
        font-size: 24px;
      }

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