
  .download-page {
    max-width: 1180px;
  }

  .download-shell {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .file-hero {
    background: #ffffff;
    border: 1px solid #dde7ee;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(13, 27, 51, 0.05);
    padding: 28px;
  }

  .file-hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }

  .file-hero-main {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
  }

  .file-icon {
    width: 88px;
    height: 88px;
    border-radius: 22px;
    background: #f3f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b1b33;
    font-size: 42px;
    flex: 0 0 auto;
  }

  .file-meta h1 {
    margin: 0 0 8px;
    font-size: 42px;
    line-height: 1.05;
    color: #0b1b33;
    font-weight: 800;
    word-break: break-word;
  }

  .file-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .file-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f4f7f9;
    color: #6d7c8a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
  }

  .report-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    border-radius: 16px;
    padding: 14px 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
  }

  .download-main-card {
    background: #ffffff;
    border: 1px solid #dde7ee;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(13, 27, 51, 0.05);
    padding: 28px;
  }

  .download-main-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 24px;
    align-items: stretch;
  }

  .download-side,
  .status-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .premium-card {
    background: linear-gradient(135deg, #0ea85f, #0b9b58);
    color: #fff;
    border-radius: 22px;
    padding: 28px 24px;
    box-shadow: 0 14px 34px rgba(14, 168, 95, 0.20);
  }

  .premium-card h3 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
  }

  .premium-card p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,.90);
  }

  .premium-card .btn {
    background: #ffffff;
    color: #0b8d52;
    border: 0;
    border-radius: 14px;
    font-weight: 800;
    padding: 14px 18px;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
  }

  .premium-card .btn:hover {
    color: #0b8d52;
    transform: translateY(-1px);
  }

  .countdown-card {
    background: #eef8ef;
    border: 1px solid #cce8cf;
    border-radius: 22px;
    padding: 24px;
    text-align: center;
    color: #185d2d;
  }

  .countdown-card .label {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #2f6f42;
    margin-bottom: 8px;
  }

  .countdown-card .seconds {
    display: block;
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
    color: #14572a;
    margin: 8px 0;
  }

  .countdown-card .unit {
    font-size: 18px;
    font-weight: 700;
    color: #2f6f42;
  }

  .download-btn-wrap {
    margin-top: auto;
  }

  .downloadbtn {
    width: 100%;
    min-height: 72px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(90deg, #0b1b33, #132949);
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .01em;
    box-shadow: 0 14px 30px rgba(11, 27, 51, .18);
  }

  .downloadbtn:hover,
  .downloadbtn:focus {
    color: #fff;
    background: linear-gradient(90deg, #0b1b33, #18355e);
  }

  .inline-message {
    border-radius: 16px;
    padding: 16px 18px;
    font-weight: 700;
  }

  .inline-message.danger {
    background: #fff3f3;
    border: 1px solid #ffd0d0;
    color: #b42318;
  }

  .ihtml-card,
  .ads-card {
    background: #f7f9fb;
    border: 1px dashed #dbe4ea;
    border-radius: 18px;
    padding: 18px;
  }

  .video-card {
    background: #ffffff;
    border: 1px solid #dde7ee;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(13, 27, 51, 0.05);
    padding: 20px;
  }

  .video-card-inner {
    overflow: auto;
    border-radius: 18px;
  }

  @media (max-width: 991px) {
    .file-meta h1 {
      font-size: 32px;
    }

    .download-main-grid {
      grid-template-columns: 1fr;
    }

    .report-btn {
      width: 100%;
    }
  }

  @media (max-width: 575px) {
    .download-page {
      padding-top: 24px !important;
      padding-bottom: 24px !important;
    }

    .file-hero,
    .download-main-card,
    .video-card {
      padding: 20px;
      border-radius: 20px;
    }

    .file-icon {
      width: 72px;
      height: 72px;
      font-size: 34px;
    }

    .file-meta h1 {
      font-size: 26px;
    }

    .premium-card h3 {
      font-size: 24px;
    }

    .countdown-card .seconds {
      font-size: 44px;
    }

    .downloadbtn {
      min-height: 64px;
      font-size: 22px;
    }
  }
