.dx-package-page,
.dx-package-page * {
  box-sizing: border-box;
}

.dx-package-page {
  --dx-blue: #1267e8;
  --dx-dark: #071d49;
  --dx-navy: #051735;
  --dx-light: #f4f8ff;
  --dx-border: #dbe6f5;
  --dx-green: #14a44d;
  --dx-yellow: #ffc400;

  font-family: Arial, Helvetica, sans-serif;
  color: #172033;
  background: #ffffff;
  line-height: 1.65;
}

.dx-package-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
}


/* HERO */

.dx-package-hero {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(18,103,232,.15), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f3f8ff 100%);
}

.dx-package-hero:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(18,103,232,.06);
  border-radius: 50%;
  right: -190px;
  top: -150px;
}

.dx-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 55px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.dx-eyebrow {
  display: inline-block;
  color: var(--dx-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  background: #eaf2ff;
  border-radius: 100px;
  padding: 8px 15px;
  margin-bottom: 18px;
}

.dx-hero-content h2 {
  margin: 0 0 20px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: -1.8px;
  color: var(--dx-navy);
}

.dx-hero-text {
  max-width: 680px;
  font-size: 18px;
  color: #566176;
  margin: 0 0 26px;
}

.dx-price-wrap {
  margin: 26px 0;
}

.dx-old-price {
  color: #667085;
  font-size: 16px;
}

.dx-old-price span {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.dx-special-label {
  display: inline-block;
  margin-top: 11px;
  padding: 5px 13px;
  border-radius: 6px;
  background: #e91b23;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .8px;
}

.dx-main-price {
  font-size: 64px;
  font-weight: 900;
  color: var(--dx-blue);
  line-height: 1;
  margin-top: 9px;
}

.dx-currency {
  font-size: 32px;
  vertical-align: top;
  position: relative;
  top: 10px;
}

.dx-month {
  font-size: 18px;
  color: #667085;
  font-weight: 700;
}

.dx-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0;
}

.dx-hero-points span {
  background: #fff;
  border: 1px solid var(--dx-border);
  box-shadow: 0 8px 30px rgba(10,40,100,.05);
  border-radius: 8px;
  padding: 9px 13px;
  font-size: 14px;
  font-weight: 700;
}

.dx-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.dx-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 9px;
  text-decoration: none !important;
  font-weight: 800;
  transition: .25s ease;
}

.dx-btn-primary {
  background: var(--dx-blue);
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(18,103,232,.24);
}

.dx-btn-primary:hover {
  transform: translateY(-2px);
  background: #0754c7;
}

.dx-btn-secondary {
  color: var(--dx-dark) !important;
  background: #fff;
  border: 1px solid var(--dx-border);
}

.dx-btn-secondary:hover {
  border-color: var(--dx-blue);
  color: var(--dx-blue) !important;
}

.dx-small-note {
  font-size: 13px;
  color: #7b8496;
  margin-top: 17px;
}


/* HERO MOCKUP */

.dx-hero-visual {
  position: relative;
}

.dx-growth-card {
  background: #fff;
  border-radius: 20px;
  padding: 26px;
  border: 1px solid #e1e9f5;
  box-shadow: 0 24px 60px rgba(11,46,100,.15);
  transform: none;
}

.dx-growth-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-weight: 800;
  color: var(--dx-dark);
  margin-bottom: 24px;
}

.dx-live-dot {
  font-size: 12px;
  color: var(--dx-green);
}

.dx-mini-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}

.dx-mini-stats div {
  padding: 16px 10px;
  border-radius: 10px;
  background: #f5f8ff;
  text-align: center;
}

.dx-mini-stats strong,
.dx-mini-stats span {
  display: block;
}

.dx-mini-stats strong {
  color: var(--dx-blue);
  font-size: 20px;
}

.dx-mini-stats span {
  color: #657187;
  font-size: 12px;
}

.dx-chart {
  height: 220px;
  margin: 28px 0 15px;
  display: flex;
  gap: 12px;
  align-items: flex-end;
  padding: 20px;
  border-radius: 14px;
  background:
    repeating-linear-gradient(
      to top,
      #f8faff 0,
      #f8faff 39px,
      #e8eef8 40px
    );
  position: relative;
}

.dx-bar {
  flex: 1;
  background: linear-gradient(to top, #0b48c7, #2f8aff);
  border-radius: 5px 5px 0 0;
  min-width: 12px;
}

.dx-b1 {height: 25%;}
.dx-b2 {height: 32%;}
.dx-b3 {height: 38%;}
.dx-b4 {height: 49%;}
.dx-b5 {height: 56%;}
.dx-b6 {height: 68%;}
.dx-b7 {height: 80%;}
.dx-b8 {height: 98%;}

.dx-chart-arrow {
  position: absolute;
  right: 24px;
  top: 10px;
  color: var(--dx-green);
  font-weight: 900;
  font-size: 48px;
}

.dx-growth-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #59667a;
  font-size: 12px;
}


/* GENERAL SECTION */

.dx-section {
  padding: 85px 0;
}

.dx-section-heading {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px;
}

.dx-section-heading > span {
  color: var(--dx-blue);
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 800;
}

.dx-section-heading h2 {
  margin: 8px 0 14px;
  font-size: clamp(30px, 4vw, 43px);
  color: var(--dx-navy);
  line-height: 1.2;
}

.dx-section-heading p {
  color: #657187;
  font-size: 17px;
}


/* SERVICE CARDS */

.dx-service-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 28px;
}

.dx-service-card {
  position: relative;
  border: 1px solid var(--dx-border);
  border-radius: 18px;
  padding: 34px;
  background: #fff;
  box-shadow: 0 12px 45px rgba(12,47,95,.06);
}

.dx-featured-card {
  border: 2px solid var(--dx-blue);
}

.dx-popular {
  position: absolute;
  top: -14px;
  right: 25px;
  background: var(--dx-blue);
  color: #fff;
  border-radius: 100px;
  padding: 7px 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
}

.dx-service-icon {
  width: 58px;
  height: 58px;
  background: #eaf2ff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dx-blue);
  font-size: 31px;
  font-weight: 800;
  margin-bottom: 20px;
}

.dx-service-title > span {
  color: var(--dx-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.dx-service-title h3 {
  margin: 5px 0 10px;
  color: var(--dx-dark);
  font-size: 25px;
}

.dx-service-title p {
  color: #697386;
}

.dx-feature-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}

.dx-feature-list li {
  position: relative;
  padding: 10px 0 10px 29px;
  border-bottom: 1px solid #edf1f6;
  color: #3d4759;
}

.dx-feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e9f7ef;
  color: #13a05a;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* BONUS */

.dx-bonus-section {
  background: linear-gradient(135deg,#061a45,#0b48ad);
  padding: 80px 0;
}

.dx-light-heading h2,
.dx-light-heading > span {
  color: #fff;
}

.dx-bonus-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}

.dx-bonus-card {
  padding: 27px;
  border-radius: 15px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
}

.dx-bonus-icon {
  font-size: 30px;
  font-weight: 900;
  color: #70adff;
  margin-bottom: 15px;
}

.dx-bonus-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.dx-bonus-card p {
  margin: 0;
  color: rgba(255,255,255,.75);
  font-size: 14px;
}


/* WHY */

.dx-why-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.dx-why-item {
  padding: 28px;
  border: 1px solid #e4eaf4;
  border-radius: 15px;
  background: #fff;
}

.dx-number {
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  color: #e1ebff;
  margin-bottom: 17px;
}

.dx-why-item h3 {
  color: var(--dx-dark);
  margin: 0 0 10px;
}

.dx-why-item p {
  color: #6c7688;
  margin: 0;
}


/* PROCESS */

.dx-process-section {
  padding: 85px 0;
  background: #f6f9fe;
}

.dx-process-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.dx-process-item {
  padding: 28px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #e3eaf5;
}

.dx-process-item > span {
  display: block;
  color: var(--dx-blue);
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 14px;
}

.dx-process-item h3 {
  margin: 0 0 9px;
  color: var(--dx-dark);
}

.dx-process-item p {
  color: #687488;
  margin: 0;
}


/* PRICING CTA */

.dx-pricing-section {
  padding: 85px 0;
}

.dx-price-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr .8fr;
  border-radius: 23px;
  background: linear-gradient(135deg,#071a47,#0c58d4);
  color: #fff;
  box-shadow: 0 25px 60px rgba(5,31,85,.18);
}

.dx-price-left,
.dx-price-right {
  padding: 48px;
}

.dx-offer-badge {
  background: #e52027;
  border-radius: 100px;
  padding: 7px 14px;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.dx-price-left h2 {
  margin: 18px 0 12px;
  font-size: 37px;
  line-height: 1.2;
  color: #fff;
}

.dx-price-left p {
  color: rgba(255,255,255,.76);
  max-width: 560px;
}

.dx-final-price {
  margin-top: 25px;
}

.dx-was-price {
  color: #c7d5ef;
}

.dx-was-price span {
  text-decoration: line-through;
}

.dx-now-price {
  color: #fff;
  font-size: 66px;
  font-weight: 900;
  line-height: 1.15;
}

.dx-now-price small {
  font-size: 17px;
  font-weight: 700;
}

.dx-price-right {
  background: rgba(255,255,255,.07);
}

.dx-price-right ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.dx-price-right li {
  padding: 8px 0;
}

.dx-whatsapp-btn {
  display: block;
  text-align: center;
  background: #1fba5d;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  padding: 15px 20px;
  border-radius: 10px;
  transition: .25s;
}

.dx-whatsapp-btn:hover {
  transform: translateY(-2px);
  background: #159b4b;
}


/* FAQ */

.dx-faq-section {
  background: #f7faff;
}

.dx-faq-wrap {
  max-width: 900px;
  margin: auto;
}

.dx-faq-item {
  background: #fff;
  border: 1px solid #e1e8f3;
  border-radius: 12px;
  margin-bottom: 13px;
  overflow: hidden;
}

.dx-faq-question {
  width: 100%;
  padding: 19px 22px;
  border: 0;
  background: #fff;
  color: var(--dx-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.dx-faq-question span {
  color: var(--dx-blue);
  font-size: 24px;
  transition: .2s;
}

.dx-faq-answer {
  display: none;
  padding: 0 22px 20px;
  color: #667085;
}

.dx-faq-answer p {
  margin: 0;
}

.dx-faq-item.active .dx-faq-answer {
  display: block;
}

.dx-faq-item.active .dx-faq-question span {
  transform: rotate(45deg);
}


/* FINAL CTA */

.dx-final-cta {
  padding: 85px 0;
  background:
    radial-gradient(circle at 80% 50%, rgba(47,126,255,.35), transparent 30%),
    #041431;
}

.dx-cta-inner {
  max-width: 840px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.dx-cta-inner > span {
  color: #68a7ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
}

.dx-cta-inner h2 {
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(34px,4vw,50px);
  line-height: 1.15;
}

.dx-cta-inner p {
  font-size: 18px;
  color: rgba(255,255,255,.76);
}

.dx-final-btn {
  display: inline-block;
  margin-top: 22px;
  background: var(--dx-blue);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  padding: 15px 30px;
  border-radius: 9px;
  box-shadow: 0 12px 30px rgba(0,94,255,.25);
}

.dx-final-btn:hover {
  background: #2880ff;
}

.dx-contact-info {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  color: rgba(255,255,255,.7);
  font-size: 14px;
}


/* RESPONSIVE */

@media (max-width: 991px) {

  .dx-hero-grid,
  .dx-price-card {
    grid-template-columns: 1fr;
  }

  .dx-service-grid {
    grid-template-columns: 1fr;
  }

  .dx-bonus-grid,
  .dx-why-grid,
  .dx-process-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .dx-hero-content {
    text-align: center;
  }

  .dx-hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .dx-hero-points,
  .dx-btn-group {
    justify-content: center;
  }

}


@media (max-width: 600px) {

  .dx-package-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dx-package-hero,
  .dx-section,
  .dx-bonus-section,
  .dx-process-section,
  .dx-pricing-section,
  .dx-final-cta {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .dx-hero-content h2 {
    font-size: 38px;
  }

  .dx-main-price {
    font-size: 54px;
  }

  .dx-bonus-grid,
  .dx-why-grid,
  .dx-process-grid {
    grid-template-columns: 1fr;
  }

  .dx-service-card {
    padding: 25px 20px;
  }

  .dx-price-left,
  .dx-price-right {
    padding: 32px 23px;
  }

  .dx-now-price {
    font-size: 52px;
  }

  .dx-btn {
    width: 100%;
  }

  .dx-growth-card {
    padding: 18px;
  }

  .dx-growth-footer {
    flex-direction: column;
    text-align: center;
  }

}