/* ==========================================================================
   custom.css
   Combined from uploaded page-specific CSS files.
   Notes:
   - Kept original cascade order from uploaded files.
   - Fixed two obvious syntax issues:
     1) payment-page.css had one extra closing brace after .plan.featured.
     2) my_account.css had .account-tabs styles nested inside a mobile media block;
        these were moved back to global scope with the mobile overrides preserved.
   ========================================================================== */

/* ==========================================================================
   Download page: file not found / error page (download1_no_file.css)
   ========================================================================== */

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

.error-card {
  background: #fff;
  border: 1px solid #dde7ee;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(13, 27, 51, 0.08);
  padding: 44px;
}

.error-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-bottom: 36px;
}

.error-icon {
  width: 120px;
  height: 120px;
  border-radius: 22px;
  background: #f2f5f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b1b33;
  font-size: 58px;
  flex: 0 0 auto;
}

.error-copy h1 {
  margin: 0 0 14px;
  color: #0b1b33;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 900;
}

.error-copy p {
  margin: 0;
  color: #657486;
  font-size: 20px;
  line-height: 1.5;
  max-width: 620px;
}

.error-alert {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff7df;
  border: 1px solid #f2dfaa;
  color: #8b6715;
  border-radius: 16px;
  padding: 18px 22px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 34px;
}

.error-alert i {
  font-size: 26px;
  color: #d59b12;
}

.error-actions-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  color: #0b1b33;
  font-size: 18px;
  font-weight: 900;
}

.error-actions-title span {
  height: 1px;
  background: #e4ebf0;
  flex: 1;
}

.error-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.error-action {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #dde7ee;
  border-radius: 18px;
  padding: 20px;
  text-decoration: none;
  color: #0b1b33;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.error-action:hover {
  transform: translateY(-3px);
  border-color: #cbd8e3;
  box-shadow: 0 12px 28px rgba(13, 27, 51, 0.08);
  text-decoration: none;
  color: #0b1b33;
}

.error-action-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #eef3ff;
  color: #32508a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex: 0 0 auto;
}

.error-action-icon.green {
  background: #e8fbf2;
  color: #1e8b58;
}

.error-action-icon.purple {
  background: #f1ecff;
  color: #5c45b8;
}

.error-action h4 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 900;
  color: #0b1b33;
}

.error-action p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #657486;
}

.error-main-btn {
  min-width: 260px;
  min-height: 58px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(90deg, #0b1b33, #132949);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

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

@media (max-width: 991px) {
  .error-actions {
    grid-template-columns: 1fr;
  }

  .error-hero {
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .error-card {
    padding: 28px 20px;
  }

  .error-hero {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .error-copy h1 {
    font-size: 34px;
  }

  .error-copy p,
  .error-alert {
    font-size: 16px;
  }

  .error-alert {
    align-items: flex-start;
  }
}

/* ==========================================================================
   My account / profile page (my_account.css)
   ========================================================================== */

.profile-page {
    max-width: 1280px;
  }

  .profile-page .account-bar {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #dde7ee;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(13, 27, 51, 0.05);
    overflow: hidden;
    margin-bottom: 24px;
  }

  .profile-page .account-bar-item {
    flex: 1 1 25%;
    min-width: 220px;
    padding: 24px 28px;
    position: relative;
  }

  .profile-page .account-bar-item:not(:last-child) {
    border-right: 1px solid #e7edf2;
  }

  .profile-page .account-bar-item span {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    color: #6d7c8a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }

  .profile-page .account-bar-item strong {
    display: block;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 900;
    color: #0b1b33;
    margin-bottom: 14px;
    letter-spacing: -0.03em;
  }

  .profile-page .account-bar-item a {
    color: #6c7b88;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .profile-page .account-bar-item a:hover {
    color: #0b1b33;
    text-decoration: none;
  }

  .profile-page .accexpire {
    background: linear-gradient(180deg, #fff9ef 0%, #fff6e5 100%);
    border: 1px solid #f2dfaa;
    border-radius: 18px;
    color: #8b6715;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin: 0 15px 24px;
    font-weight: 800;
  }

  .profile-page .nav-pills {
    gap: 12px;
  }

  .profile-page .nav-pills .nav-link {
    background: #fff;
    border: 1px solid #dde7ee;
    border-radius: 18px;
    color: #0b1b33;
    font-weight: 800;
    font-size: 18px;
    padding: 18px 20px;
    box-shadow: 0 8px 24px rgba(13, 27, 51, 0.04);
  }

  .profile-page .nav-pills .nav-link i {
    margin-right: 10px;
    opacity: 0.9;
  }

  .profile-page .nav-pills .nav-link.active {
    background: linear-gradient(90deg, #0b1b33, #132949);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 14px 30px rgba(11, 27, 51, 0.16);
  }

  .profile-page .tab-content {
    background: #fff;
    border: 1px solid #dde7ee;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(13, 27, 51, 0.05);
    padding: 28px;
    min-height: 620px;
  }

  .profile-page .tab-pane .form-group {
    margin-bottom: 22px;
  }

  .profile-page .tab-pane label,
  .profile-page .tab-pane p {
    color: #6c7b88;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .profile-page .form-control,
  .profile-page select.form-control {
    height: 54px;
    border-radius: 14px;
    border: 1px solid #d9e3ea;
    box-shadow: none;
    font-size: 16px;
    color: #0b1b33;
  }

  .profile-page textarea.form-control {
    min-height: 120px;
    border-radius: 14px;
  }

  .profile-page .form-control-plaintext {
    background: #f7f9fb;
    border: 1px solid #e3eaf0;
    border-radius: 14px;
    padding: 14px 16px;
    color: #0b1b33;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
  }

  .profile-page hr {
    border-top: 1px solid #e6edf2;
    margin: 26px 0;
  }

  .profile-page .btn-primary,
  .profile-page .btn-danger {
    min-height: 52px;
    border: 0;
    border-radius: 16px;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 12px 22px;
  }

  .profile-page .btn-primary {
    background: linear-gradient(90deg, #0b1b33, #132949);
    box-shadow: 0 12px 28px rgba(11, 27, 51, 0.16);
  }

  .profile-page .btn-primary:hover,
  .profile-page .btn-primary:focus {
    background: linear-gradient(90deg, #0b1b33, #18355e);
  }

  .profile-page .btn-danger {
    box-shadow: 0 12px 28px rgba(220, 53, 69, 0.16);
  }

  .profile-page .alert-success {
    border-radius: 16px;
    padding: 16px 18px;
    font-weight: 700;
  }

  .profile-page .web {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #f7f9fb;
    border: 1px solid #e3eaf0;
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #0b1b33;
  }

  .profile-page .table-account,
  .profile-page .table-session {
    margin-bottom: 0;
    background: #fff;
  }

  .profile-page .table-account td,
  .profile-page .table-session td,
  .profile-page .table-session th {
    vertical-align: middle;
    padding: 14px 16px;
  }

  .profile-page .table-session thead th {
    border-top: 0;
    color: #6c7b88;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .profile-page .table-session tbody tr.active {
    background: #f7fbff;
  }

  .profile-page .custom-control-label {
    color: #0b1b33;
    font-weight: 700;
  }

  .profile-page .servinfo {
    display: block;
    margin-top: 18px;
    color: #7b8895;
    font-size: 14px;
    font-weight: 700;
  }

  @media (max-width: 991px) {
    .profile-page .account-bar-item {
      flex: 1 1 50%;
    }

    .profile-page .account-bar-item:nth-child(2n) {
      border-right: 0;
    }

    .profile-page .account-bar-item:nth-child(1),
    .profile-page .account-bar-item:nth-child(2) {
      border-bottom: 1px solid #e7edf2;
    }

    .profile-page .tab-content {
      min-height: auto;
      margin-top: 20px;
    }
  }

  @media (max-width: 767px) {
    .profile-page .account-bar {
      display: block;
    }

    .profile-page .account-bar-item {
      min-width: 100%;
      border-right: 0 !important;
      border-bottom: 1px solid #e7edf2;
    }

    .profile-page .account-bar-item:last-child {
      border-bottom: 0;
    }

    .profile-page .account-bar-item strong {
      font-size: 28px;
    }

    .profile-page .tab-content {
      padding: 20px;
      border-radius: 20px;
    }

    .profile-page .nav-pills .nav-link {
      font-size: 16px;
      padding: 16px 18px;
    }

    .profile-page .accexpire {
      flex-direction: column;
      align-items: flex-start;
    }
  }

.profile-page .account-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.profile-page .account-tabs .nav-link {
  background: #fff;
  border: 1px solid #dde7ee;
  border-radius: 14px;
  color: #0b1b33;
  font-weight: 800;
  font-size: 16px;
  padding: 14px 18px;
  box-shadow: 0 8px 24px rgba(13, 27, 51, 0.04);
}

.profile-page .account-tabs .nav-link i {
  margin-right: 8px;
  opacity: .9;
}

.profile-page .account-tabs .nav-link.active {
  background: linear-gradient(90deg, #0b1b33, #132949);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(11, 27, 51, .16);
}

@media (max-width: 767px) {
  .profile-page .account-tabs {
    gap: 10px;
  }

  .profile-page .account-tabs .nav-link {
    width: 100%;
    font-size: 15px;
    padding: 14px 16px;
  }
}

/* ==========================================================================
   Make money / affiliate page (makemoney-page.css)
   ========================================================================== */

.aff-page {
    color: #0b1b33;
  }

  .aff-hero {
    padding: 72px 0 34px;
  }

  .aff-hero-card {
    background: linear-gradient(135deg, #0b1b33 0%, #132949 100%);
    border-radius: 28px;
    padding: 42px 38px;
    color: #ffffff;
    box-shadow: 0 20px 42px rgba(11, 27, 51, 0.16);
  }

  .aff-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    color: #55d6a7;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 18px;
  }

  .aff-title {
    margin: 0 0 14px;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #ffffff;
  }

  .aff-subtitle {
    margin: 0;
    max-width: 860px;
    font-size: 22px;
    line-height: 1.55;
    color: rgba(255,255,255,0.78);
  }

  .aff-subtitle b {
    color: #ffffff;
  }

  .aff-benefits {
    padding: 30px 0 70px;
  }

  .aff-section-heading {
    margin-bottom: 30px;
    text-align: center;
  }

  .aff-section-heading h2 {
    margin: 0 0 10px;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 900;
    color: #0b1b33;
  }

  .aff-section-heading p {
    margin: 0 auto;
    max-width: 760px;
    color: #8c939b;
    font-size: 19px;
    line-height: 1.5;
  }

  .aff-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .aff-card {
    background: #ffffff;
    border: 1px solid #dde7ee;
    border-radius: 22px;
    padding: 26px 24px;
    box-shadow: 0 10px 28px rgba(11, 27, 51, 0.05);
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }

  .aff-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #eef8f3;
    color: #10b36b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex: 0 0 auto;
  }

  .aff-card h3 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
    color: #0b1b33;
  }

  .aff-card p {
    margin: 0;
    color: #72808d;
    font-size: 18px;
    line-height: 1.5;
  }

  .aff-card p a {
    font-weight: 700;
  }

  .aff-highlight {
    color: #10b36b;
    font-weight: 900;
  }

  .aff-cta {
    padding: 12px 0 80px;
  }

  .aff-cta-box {
    background: linear-gradient(135deg, #f3faf6 0%, #edf8f3 100%);
    border: 1px solid #d8efe0;
    border-radius: 28px;
    padding: 38px 34px;
    text-align: center;
  }

  .aff-cta-box h2 {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 900;
    color: #0b1b33;
  }

  .aff-cta-box p {
    margin: 0 auto 24px;
    max-width: 760px;
    color: #71808c;
    font-size: 19px;
    line-height: 1.5;
  }

  .btn-aff {
    min-width: 260px;
    height: 62px;
    padding: 0 30px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(90deg, #10b36b, #18c77a);
    color: #ffffff !important;
    font-weight: 800;
    font-size: 20px;
    box-shadow: 0 16px 34px rgba(16, 179, 107, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .01em;
  }

  .btn-aff:hover {
    color: #ffffff !important;
    text-decoration: none;
    transform: translateY(-1px);
  }

  @media (max-width: 991px) {
    .aff-title {
      font-size: 42px;
    }

    .aff-subtitle {
      font-size: 20px;
    }

    .aff-grid {
      grid-template-columns: 1fr;
    }

    .aff-section-heading h2,
    .aff-cta-box h2 {
      font-size: 34px;
    }
  }

  @media (max-width: 575px) {
    .aff-hero {
      padding: 42px 0 22px;
    }

    .aff-hero-card,
    .aff-cta-box {
      padding: 28px 22px;
      border-radius: 22px;
    }

    .aff-title {
      font-size: 34px;
    }

    .aff-subtitle {
      font-size: 17px;
    }

    .aff-section-heading h2,
    .aff-cta-box h2 {
      font-size: 28px;
    }

    .aff-section-heading p,
    .aff-cta-box p,
    .aff-card p {
      font-size: 16px;
    }

    .aff-card {
      padding: 22px 18px;
      gap: 14px;
    }

    .aff-card h3 {
      font-size: 22px;
    }

    .btn-aff {
      width: 100%;
      min-width: 0;
    }
  }

/* ==========================================================================
   Splash / landing page (splash-page.css)
   ========================================================================== */

.splash-page {
    color: #0b1b33;
  }

  .hero-section {
    padding: 80px 0 70px;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  }

  .hero-wrap {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #edf8f3;
    color: #20c997;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 22px;
  }

  .hero-title {
    font-size: 64px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #0b1b33;
    margin-bottom: 22px;
  }

  .hero-subtitle {
    max-width: 860px;
    margin: 0 auto 34px;
    font-size: 24px;
    line-height: 1.5;
    color: #8c939b;
    font-weight: 500;
  }

  .hero-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .btn-hero-primary {
    min-width: 220px;
    height: 62px;
    padding: 0 28px;
    border-radius: 16px;
    border: 0;
    background: linear-gradient(90deg, #0b1b33, #132949);
    color: #fff !important;
    font-weight: 800;
    font-size: 20px;
    box-shadow: 0 14px 32px rgba(11, 27, 51, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .btn-hero-primary:hover {
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
  }

  .btn-hero-secondary {
    min-width: 220px;
    height: 62px;
    padding: 0 28px;
    border-radius: 16px;
    border: 1px solid #dbe3ea;
    background: #ffffff;
    color: #0b1b33 !important;
    font-weight: 800;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .btn-hero-secondary:hover {
    color: #0b1b33 !important;
    text-decoration: none;
    background: #f8fafc;
  }

  .benefits-section {
    padding: 35px 0 70px;
    background: #ffffff;
  }

  .section-heading {
    text-align: center;
    margin-bottom: 40px;
  }

  .section-heading .title {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 900;
    color: #0b1b33;
  }

  .section-heading .subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #8c939b;
    font-size: 20px;
    line-height: 1.5;
  }

  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .benefit-card {
    background: #ffffff;
    border: 1px solid #dde7ee;
    border-radius: 24px;
    padding: 34px 26px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(11, 27, 51, 0.05);
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(11, 27, 51, 0.08);
  }

  .benefit-card i {
    font-size: 56px;
    color: #0b1b33;
    margin-bottom: 18px;
    display: block;
  }

  .benefit-card h3 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
    color: #0b1b33;
  }

  .benefit-card p {
    margin: 0;
    color: #7f8892;
    font-size: 18px;
    line-height: 1.5;
  }

  .cta-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #0b1b33 0%, #132949 100%);
  }

  .cta-box {
    border-radius: 28px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 38px 34px;
  }

  .cta-box .title {
    color: #ffffff;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 16px;
  }

  .cta-box p {
    color: rgba(255,255,255,0.72);
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .btn-white-modern {
    min-width: 220px;
    height: 62px;
    padding: 0 28px;
    border-radius: 16px;
    background: #ffffff;
    color: #0b1b33 !important;
    font-weight: 800;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(0,0,0,0.15);
  }

  .btn-white-modern:hover {
    color: #0b1b33 !important;
    text-decoration: none;
    transform: translateY(-1px);
  }

  @media (max-width: 991px) {
    .hero-title {
      font-size: 48px;
    }

    .hero-subtitle {
      font-size: 21px;
    }

    .benefits-grid {
      grid-template-columns: 1fr;
    }

    .cta-box .title {
      font-size: 36px;
    }
  }

  @media (max-width: 575px) {
    .hero-section {
      padding: 54px 0 48px;
    }

    .hero-title {
      font-size: 36px;
    }

    .hero-subtitle {
      font-size: 18px;
      margin-bottom: 26px;
    }

    .section-heading .title {
      font-size: 34px;
    }

    .section-heading .subtitle {
      font-size: 17px;
    }

    .benefit-card {
      padding: 28px 20px;
    }

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

    .benefit-card p {
      font-size: 16px;
    }

    .cta-box {
      padding: 28px 22px;
      text-align: center;
    }

    .cta-box .title {
      font-size: 30px;
    }

    .cta-box p {
      font-size: 17px;
      margin-bottom: 24px;
    }

    .hero-actions {
      flex-direction: column;
    }

    .btn-hero-primary,
    .btn-hero-secondary,
    .btn-white-modern {
      width: 100%;
    }
  }

/* ==========================================================================
   Download page (download1-page.css)
   ========================================================================== */

.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;
    }
  }

/* ==========================================================================
   Payment / plans page (payment-page.css)
   ========================================================================== */

:root {
  --brand-navy: #11233d;
  --brand-navy-dark: #0b1b33;
  --brand-orange: #ef6b63;
  --brand-orange-dark: #dd5d56;
  --brand-green: #55d6a7;
  --brand-green-dark: #34be8b;
  --brand-bg: #f8f8f8;
  --brand-card: #ffffff;
  --brand-border: #e2e7ec;
  --brand-text: #12233d;
  --brand-muted: #9a9a9a;
  --brand-soft: #f2f5f7;
  --shadow-sm: 0 8px 24px rgba(17, 35, 61, 0.06);
  --shadow-md: 0 14px 36px rgba(17, 35, 61, 0.12);
  --radius-lg: 20px;
  --radius-md: 14px;
}

  .plans-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 22px;
    align-items: start;
    margin: 34px 0 18px;
  }

  .plan-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .plan {
    position: relative;
    background: var(--brand-card);
    border: 2px solid var(--brand-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    padding: 26px 22px 22px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }

  .plan:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: #bfd0db;
  }

  .plan.plan-active {
    border-color: var(--brand-navy);
    box-shadow: 0 16px 40px rgba(13, 74, 103, 0.18);
    transform: translateY(-4px);
  }

  .plan.featured {
  border-color: #9fd4e6;
  background: #f4fbfd;
  transform: scale(1.03);
}

  .plan.featured:hover,
  .plan.featured.plan-active {
    transform: scale(1.03) translateY(-4px);
  }

  .plan-badge-top {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--brand-navy-dark);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 0 0 14px 0;
  }

  .plan-ribbon {
    position: absolute;
    top: 16px;
    right: -48px;
    width: 170px;
    text-align: center;
    background: linear-gradient(90deg, var(--brand-green), var(--brand-green-dark));
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    padding: 8px 0;
    transform: rotate(45deg);
    box-shadow: 0 8px 18px rgba(22, 199, 109, 0.26);
  }

  .plan-month {
    margin-top: 10px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
    color: var(--brand-navy-dark);
  }

  .plan-price-month {
    margin-top: 18px;
    font-size: 60px;
    line-height: .95;
    font-weight: 800;
    color: var(--brand-navy-dark);
    letter-spacing: -0.03em;
  }

  .plan-price-month sup {
    font-size: 28px;
    vertical-align: top;
    line-height: 1;
    font-weight: 700;
    color: var(--brand-orange);
    margin-right: 2px;
    top: 0;
  }

  .text-per-month {
    margin-top: 8px;
    font-size: 16px;
    color: var(--brand-muted);
    font-weight: 600;
  }

  .plan-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #dbe6ed, transparent);
    margin: 18px 0;
  }

  .plan-price-discount {
    min-height: 24px;
    font-size: 18px;
    color: #8da0ae;
    text-decoration: line-through;
    margin-bottom: 6px;
    display: block;
  }

  .plan-price-regular {
    font-size: 18px;
    color: var(--brand-text);
    font-weight: 700;
    margin-top: 0;
  }

  .plan-price-regular strong {
    font-size: 20px;
    color: var(--brand-navy-dark);
  }

  .plan-save-text {
    margin-top: 10px;
    font-size: 14px;
    color: var(--brand-orange);
    font-weight: 800;
  }

  .plan-select {
    margin-top: 18px;
    display: flex;
    justify-content: center;
  }

  .plan-select-btn {
    border: 0;
  	background: linear-gradient(90deg, var(--brand-navy), var(--brand-navy-dark));
  	color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding: 12px 20px;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(63, 167, 183, 0.25);
    pointer-events: none;
  }

  .plan-pointer-wrap {
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 8px;
  }

  .plan-pointer {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
     border-top: 16px solid var(--brand-green-dark);
    opacity: 0;
    transition: opacity .2s ease;
  }

  .plan-pointer-wrap.is-active .plan-pointer {
    opacity: 1;
  }

  .payment-options-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 6px 0 0;
    flex-wrap: wrap;
    background: #f3f5f6;
    border: 1px solid #d9e5ec;
    border-radius: 24px 24px 0 0;
    padding: 24px 24px 18px;
  }

  .payment-options-header h3 {
    margin: 0;
    font-size: 26px;
    color: var(--brand-navy-dark);
  }

  .payment-options-header p {
    margin: 6px 0 0;
    color: var(--brand-muted);
    font-size: 15px;
  }

  .selected-plan-pill {
    background: #fff;
    border: 1px solid #d8e2ea;
    color: var(--brand-navy-dark);
    font-weight: 800;
    padding: 10px 14px;
    border-radius: 999px;
    box-shadow: var(--shadow-sm);
  }

  .payment-options {
    display: none;
    background: #f3f5f6;
    border: 1px solid #d9e5ec;
    border-top: 0;
    border-radius: 0 0 24px 24px;
    padding: 24px;
  }

  .payment-options.active {
    display: block;
  }

  .payment-options-inner {
    display: grid;
    grid-template-columns: repeat(6, minmax(140px, 1fr));
    gap: 14px;
  }

  .payment-method {
  background: #fff;
  border: 1px solid #dde7ee;
  border-radius: 16px;
  text-decoration: none;
  color: var(--brand-text);
  text-align: center;
  padding: 16px 12px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(13, 74, 103, 0.04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.payment-method:hover {
  transform: translateY(-3px);
  border-color: #bfd0db;
  box-shadow: 0 12px 24px rgba(13, 74, 103, 0.10);
  text-decoration: none;
}

.payment-method img {
  max-width: 64px;
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto 6px;
  display: block;
}

.payment-method-title {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  color: #0b1b33;
}

.payment-method-note {
  font-size: 12px;
  line-height: 1.25;
  color: #7b8a97;
}

  .payment-options-inner img {
    max-width: 72px;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .limited-text {
    margin-top: 20px;
    text-align: center;
    color: var(--brand-muted);
    font-size: 14px;
    font-style: italic;
  }

  .secure-title {
    margin: 26px 0 12px;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: var(--brand-navy-dark);
  }

  .secure-icons {
    text-align: center;
    font-size: 34px;
    color: var(--brand-navy);
    line-height: 1.8;
  }

  @media (max-width: 1180px) {
    .plans-wrapper {
      grid-template-columns: repeat(2, minmax(240px, 1fr));
    }

    .payment-options-inner {
      grid-template-columns: repeat(4, minmax(140px, 1fr));
    }
  }

  @media (max-width: 767px) {
    .plans-wrapper {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .plan.featured,
    .plan.featured:hover,
    .plan.featured.plan-active {
      transform: none;
    }

    .plan-price-month {
      font-size: 48px;
    }

    .payment-options-inner {
      grid-template-columns: repeat(2, minmax(120px, 1fr));
    }

    .plan-pointer-wrap {
      display: none;
    }

    .payment-options-header h3 {
      font-size: 22px;
    }
    .payment-method {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 118px;
  background: #fff;
  border: 1px solid #dde7ee;
  border-radius: 16px;
  text-decoration: none;
  color: #183243;
  text-align: center;
  padding: 14px 10px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  box-shadow: 0 6px 18px rgba(13, 74, 103, 0.04);
}

.payment-method:hover {
  transform: translateY(-3px);
  border-color: #bfd0db;
  box-shadow: 0 12px 24px rgba(13, 74, 103, 0.10);
  text-decoration: none;
}

.payment-method img {
  max-width: 64px;
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.payment-method-title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #0b1b33;
}

.payment-method-note {
  font-size: 12px;
  line-height: 1.2;
  color: #7b8a97;
}
  }

/* ==========================================================================
   download1_vip.css
   ========================================================================== */
.vip-download-page {
    max-width: 1180px;
    padding-top: 36px;
    padding-bottom: 48px;
  }

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

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

  .vip-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 26px;
    align-items: stretch;
  }

  .vip-file-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }

  .vip-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;
  }

  .vip-file-info {
    min-width: 0;
  }

  .vip-file-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff5f4;
    color: #ef6b63;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 14px;
  }

  .vip-file-title {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.05;
    color: #0b1b33;
    font-weight: 800;
    word-break: break-word;
  }

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

  .vip-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;
  }

  .vip-copy {
    margin-top: 18px;
    color: #5f6f7d;
    font-size: 18px;
    line-height: 1.65;
  }

  .vip-copy p {
    margin: 0 0 10px;
  }

  .vip-side {
    background: linear-gradient(180deg, #fff9ef 0%, #fff6e5 100%);
    border: 1px solid #f2dfaa;
    border-radius: 22px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .vip-price-row {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(180, 138, 28, 0.18);
  }

  .vip-price-label {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #9c7410;
    letter-spacing: .04em;
    margin-bottom: 8px;
  }

  .vip-price-value {
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
    color: #8d6510;
  }

  .vip-price-value span {
    font-size: 24px;
    vertical-align: top;
  }

  .vip-side-text {
    color: #8b6715;
    font-size: 18px;
    line-height: 1.65;
  }

  .vip-side-text p {
    margin: 0 0 12px;
  }

  .vip-note {
    background: rgba(255,255,255,.52);
    border: 1px solid rgba(196, 158, 58, .22);
    border-radius: 16px;
    padding: 14px 16px;
    color: #8a6514;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
  }

  .vip-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: auto;
  }

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

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

  .vip-balance-link {
    text-align: center;
    font-size: 15px;
    color: #7f8892;
    font-weight: 700;
  }

  .vip-balance-link a {
    color: #0b1b33;
    font-weight: 800;
  }

  @media (max-width: 991px) {
    .vip-hero-grid {
      grid-template-columns: 1fr;
    }

    .vip-file-title {
      font-size: 32px;
    }
  }

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

    .vip-hero {
      padding: 20px;
      border-radius: 20px;
    }

    .vip-file-card {
      flex-direction: column;
      gap: 16px;
    }

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

    .vip-file-title {
      font-size: 26px;
    }

    .vip-price-value {
      font-size: 38px;
    }

    .vip-side-text,
    .vip-copy {
      font-size: 16px;
    }

    .vip-download-btn {
      min-height: 60px;
      font-size: 20px;
    }
    .vip-urgency {
      font-size: 14px;
      color: #9c7410;
      font-weight: 700;
      margin-top: 8px;
    }
    .vip-download-btn:hover {
  transform: translateY(-2px);
}
  }

/* ==========================================================================
   my_access.css
   ========================================================================== */
.balance-topup-page {
    max-width: 1180px;
    padding-top: 36px;
    padding-bottom: 48px;
  }

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

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

  .balance-topup-title {
    margin: 0 0 12px;
    font-size: 44px;
    line-height: 1.08;
    color: #0b1b33;
    font-weight: 800;
  }

  .balance-topup-subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #6c7b88;
  }

  .balance-topup-subtitle strong {
    color: #0b1b33;
  }

  .balance-topup-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
  }

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

  .topup-card h3,
  .key-card h3 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.15;
    color: #0b1b33;
    font-weight: 800;
  }

  .card-subtext {
    margin: 0 0 20px;
    color: #6c7b88;
    font-size: 16px;
    line-height: 1.6;
  }

  .balance-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: #f4f7f9;
    color: #0b1b33;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 18px;
  }

  .balance-pill span {
    color: #6c7b88;
    font-weight: 700;
    margin-right: 8px;
  }

  .topup-form-row {
    display: grid;
    grid-template-columns: 140px 1fr 220px;
    gap: 12px;
    align-items: stretch;
  }

  .topup-form-row .form-control {
    height: 64px;
    border-radius: 16px;
    border: 1px solid #d9e3ea;
    font-size: 18px;
    color: #0b1b33;
    box-shadow: none;
  }

  .topup-form-row .btn {
    height: 64px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(90deg, #0b1b33, #132949);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(11, 27, 51, .16);
  }

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

  .topup-note {
    margin-top: 16px;
    color: #7a8895;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
  }

  .key-info-box {
    background: linear-gradient(180deg, #fff9ef 0%, #fff6e5 100%);
    border: 1px solid #f2dfaa;
    border-radius: 20px;
    padding: 20px;
    color: #8b6715;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .key-info-box p {
    margin: 0 0 12px;
  }

  .key-info-box p:last-child {
    margin-bottom: 0;
  }

  .key-info-box a {
    color: #0b1b33;
    font-weight: 800;
  }

  .key-form-row {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 12px;
    align-items: stretch;
  }

  .key-form-row .form-control {
    height: 64px;
    border-radius: 16px;
    border: 1px solid #d9e3ea;
    font-size: 18px;
    color: #0b1b33;
    box-shadow: none;
  }

  .key-form-row .btn {
    height: 64px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(90deg, #0b1b33, #132949);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(11, 27, 51, .16);
  }

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

  .alert-success {
    border-radius: 16px;
    padding: 16px 18px;
    font-weight: 700;
  }

  @media (max-width: 991px) {
    .balance-topup-grid {
      grid-template-columns: 1fr;
    }

    .balance-topup-title {
      font-size: 34px;
    }

    .topup-form-row {
      grid-template-columns: 1fr;
    }

    .key-form-row {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 575px) {
    .balance-topup-page {
      padding-top: 24px;
      padding-bottom: 30px;
    }

    .balance-topup-hero,
    .topup-card,
    .key-card {
      padding: 20px;
      border-radius: 20px;
    }

    .balance-topup-title {
      font-size: 28px;
    }

    .topup-card h3,
    .key-card h3 {
      font-size: 24px;
    }

    .topup-form-row .form-control,
    .topup-form-row .btn,
    .key-form-row .form-control,
    .key-form-row .btn {
      height: 58px;
      font-size: 18px;
    }
  }

/* ==========================================================================
   buy_file.css
   ========================================================================== */
.vip-access-page {
    max-width: 1180px;
  }

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

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

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

  .vip-file-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }

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

  .vip-file-icon i {
    width: 42px;
    height: 42px;
  }

  .vip-file-info {
    min-width: 0;
  }

  .vip-file-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff5f4;
    color: #ef6b63;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 14px;
  }

  .vip-file-title {
    margin: 0 0 12px;
    font-size: 40px;
    line-height: 1.06;
    color: #0b1b33;
    font-weight: 800;
    word-break: break-word;
  }

  .vip-file-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
  }

  .vip-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;
  }

  .vip-add-link {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700;
  }

  .vip-add-link a {
    color: #0b1b33;
  }

  .vip-copy {
    margin-top: 20px;
    color: #5f6f7d;
    font-size: 18px;
    line-height: 1.65;
  }

  .vip-copy p {
    margin: 0 0 10px;
  }

  .vip-copy a {
    font-weight: 800;
  }

  .vip-side {
    background: linear-gradient(180deg, #fff9ef 0%, #fff6e5 100%);
    border: 1px solid #f2dfaa;
    border-radius: 22px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .vip-price-block {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(180, 138, 28, 0.18);
  }

  .vip-price-label {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #9c7410;
    letter-spacing: .04em;
    margin-bottom: 8px;
  }

  .vip-price-value {
    font-size: 44px;
    line-height: 1;
    font-weight: 900;
    color: #8d6510;
  }

  .vip-side-text {
    color: #8b6715;
    font-size: 18px;
    line-height: 1.65;
  }

  .vip-side-text p {
    margin: 0 0 12px;
  }

  .vip-side-note {
    background: rgba(255,255,255,.52);
    border: 1px solid rgba(196, 158, 58, .22);
    border-radius: 16px;
    padding: 14px 16px;
    color: #8a6514;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
  }

  .vip-side-note a {
    font-weight: 800;
    color: #0b1b33;
  }

  .vip-cta {
    margin-top: auto;
  }

  .vip-pay-btn {
    width: 100%;
    min-height: 68px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(90deg, #0b1b33, #132949);
    color: #fff !important;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 14px 30px rgba(11, 27, 51, .16);
    text-decoration: none !important;
  }

  .vip-pay-btn:hover {
    color: #fff !important;
    background: linear-gradient(90deg, #0b1b33, #18355e);
    transform: translateY(-1px);
    text-decoration: none !important;
  }

  .vip-pay-btn i {
    width: 22px;
    height: 22px;
  }

  @media (max-width: 991px) {
    .vip-access-grid {
      grid-template-columns: 1fr;
    }

    .vip-file-title {
      font-size: 32px;
    }
  }

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

    .vip-access-hero {
      padding: 20px;
      border-radius: 20px;
    }

    .vip-file-card {
      flex-direction: column;
      gap: 16px;
    }

    .vip-file-icon {
      width: 72px;
      height: 72px;
    }

    .vip-file-title {
      font-size: 26px;
    }

    .vip-price-value {
      font-size: 36px;
    }

    .vip-copy,
    .vip-side-text {
      font-size: 16px;
    }

    .vip-pay-btn {
      min-height: 60px;
      font-size: 20px;
    }
  }
