/* Download page — clone souce_code_mau.html #page-download */

.hc-page-download .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}

/* Dark hero: nền full-width, nội dung boxed */
.hc-page-download .dl-hero,
.elementor-section.hc-section-download-hero {
  min-height: 100vh;
  padding: 68px 0 80px;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d1515 60%, #3d1a00 100%);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

.hc-page-download .dl-hero::before,
.elementor-section.hc-section-download-hero::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(229, 57, 53, 0.15), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hc-page-download .dl-hero::after,
.elementor-section.hc-section-download-hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 193, 7, 0.12), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hc-page-download .dl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hc-page-download .dl-content {
  color: #fff;
  max-width: 540px;
}

.hc-page-download .dl-content .eyebrow {
  background: rgba(255, 193, 7, 0.15);
  color: var(--hc-yellow);
}

.hc-page-download .dl-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 20px;
}

.hc-page-download .dl-title span {
  color: var(--hc-yellow);
}

.hc-page-download .promo-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255, 193, 7, 0.12);
  border: 1.5px solid rgba(255, 193, 7, 0.4);
  color: var(--hc-yellow);
  border-radius: 14px;
  padding: 14px 20px;
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 0.9rem;
}

.hc-page-download .promo-banner i {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.hc-page-download .dl-desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  margin: 0 0 24px;
  line-height: 1.8;
}

.hc-page-download .store-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.hc-page-download .store-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 14px;
  padding: 14px 22px;
  text-decoration: none;
  transition: var(--hc-transition);
}

.hc-page-download .store-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  color: #fff;
}

.hc-page-download .store-btn i {
  font-size: 1.6rem;
}

.hc-page-download .store-btn-text small {
  display: block;
  font-size: 0.72rem;
  opacity: 0.7;
}

.hc-page-download .store-btn-text strong {
  font-size: 1rem;
  font-weight: 800;
}

.hc-page-download .qr-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hc-page-download .qr-code {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  flex-shrink: 0;
}

.hc-page-download .qr-text small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  display: block;
}

.hc-page-download .qr-text strong {
  color: #fff;
  display: block;
  font-size: 0.95rem;
  margin-top: 4px;
}

/* Phone mockups — 3 phones như demo */
.hc-page-download .phone-slider-wrap {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.hc-page-download .phone-frame-dl {
  width: 170px;
  height: 340px;
  background: #1a1a2e;
  border-radius: 32px;
  border: 6px solid #2a2a3e;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
}

.hc-page-download .phone-tilt-left {
  transform: rotate(-6deg) translateY(20px);
}

.hc-page-download .phone-tilt-right {
  transform: rotate(6deg) translateY(20px);
}

.hc-page-download .phone-screen-dl {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 14px 12px;
  box-sizing: border-box;
}

.hc-page-download .dp-screen-1 {
  background: linear-gradient(160deg, var(--hc-red), var(--hc-red-dark));
}

.hc-page-download .dp-screen-2 {
  background: linear-gradient(160deg, #1a1a2e, #2d1515);
}

.hc-page-download .dp-screen-3 {
  background: linear-gradient(160deg, #0d47a1, #1a1a2e);
}

.hc-page-download .ph-head {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.58rem;
  margin-bottom: 3px;
}

.hc-page-download .ph-title {
  color: #fff;
  font-weight: 900;
  font-size: 0.78rem;
  margin-bottom: 10px;
}

.hc-page-download .ph-row {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 0.58rem;
}

.hc-page-download .ph-row i {
  color: var(--hc-yellow);
  font-size: 0.8rem;
}

.hc-page-download .ph-big {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 12px;
  margin-top: auto;
  color: #fff;
  text-align: center;
  font-size: 0.58rem;
}

.hc-page-download .ph-big strong {
  display: block;
  font-size: 1.1rem;
  color: var(--hc-yellow);
}

.hc-page-download .ph-big strong.text-green {
  color: #4caf50;
}

/* Features grid — compact như demo */
.hc-page-download .screens-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
}

.hc-page-download .screen-mini {
  background: #fff;
  border-radius: var(--hc-radius);
  padding: 16px 12px;
  text-align: center;
  border: 1.5px solid var(--hc-border);
  transition: var(--hc-transition);
}

.hc-page-download .screen-mini:hover {
  border-color: var(--hc-red);
  transform: translateY(-3px);
  box-shadow: var(--hc-shadow);
}

.hc-page-download .screen-mini .icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.hc-page-download .screen-mini h4 {
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0 0 4px;
}

.hc-page-download .screen-mini p {
  font-size: 0.7rem;
  color: var(--hc-text-muted);
  margin: 0;
  line-height: 1.5;
}

.hc-page-download .why-bg {
  background: linear-gradient(135deg, #fff5f5, #fff8e1);
}

.hc-page-download .guide-tab.active,
.hc-page-download .guide-tab:hover {
  background: var(--hc-red);
  color: #fff;
  border-color: var(--hc-red);
}

.hc-page-download .guide-steps-grid:not(.elementor-element) {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hc-page-download .guide-steps-grid:not(.elementor-element).is-active {
  display: grid;
}

.hc-page-download .guide-step-num {
  width: 48px;
  height: 48px;
  font-size: 1.1rem;
  margin: 0 auto 14px;
}

.hc-page-download .guide-step-card {
  text-align: center;
}

/* Features section */
.hc-page-download .hc-dl-features {
  background: #fff;
}

/* Reviews */
.hc-page-download .hc-dl-reviews {
  background: #fff;
}

.hc-page-download .dl-rating-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: -20px auto 48px;
  flex-wrap: wrap;
}

.hc-page-download .dl-rating-score {
  text-align: center;
}

.hc-page-download .dl-rating-num {
  font-size: 3rem;
  font-weight: 900;
  color: var(--hc-red);
  line-height: 1;
}

.hc-page-download .dl-rating-stars {
  color: var(--hc-yellow);
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.hc-page-download .dl-rating-count {
  font-size: 0.82rem;
  color: var(--hc-text-muted);
  margin-top: 4px;
}

.hc-page-download .dl-rating-bars {
  border-left: 2px solid var(--hc-border);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hc-page-download .dl-rating-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
}

.hc-page-download .dl-rating-bar-row > span:first-child {
  width: 24px;
  flex-shrink: 0;
}

.hc-page-download .dl-rating-bar-row > span:last-child {
  width: 32px;
  flex-shrink: 0;
}

.hc-page-download .dl-rating-bar-track {
  width: 160px;
  height: 8px;
  background: var(--hc-border);
  border-radius: 4px;
  overflow: hidden;
}

.hc-page-download .dl-rating-bar-fill {
  height: 100%;
  background: var(--hc-yellow);
  border-radius: 4px;
}

.hc-page-download .dl-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.hc-page-download .dl-review-card {
  background: #fff;
  border-radius: var(--hc-radius);
  padding: 24px;
  border: 1.5px solid var(--hc-border);
}

.hc-page-download .dl-review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.hc-page-download .dl-review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

.hc-page-download .dl-review-header strong {
  display: block;
  font-size: 0.95rem;
}

.hc-page-download .dl-review-header span {
  font-size: 0.78rem;
  color: var(--hc-text-muted);
}

.hc-page-download .dl-review-stars {
  color: var(--hc-yellow);
  font-size: 0.85rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.hc-page-download .dl-review-text {
  font-size: 0.88rem;
  color: var(--hc-text-muted);
  line-height: 1.7;
  margin: 0;
}

.hc-page-download .dl-review-service {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--hc-red-light);
  color: var(--hc-red);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
  margin-top: 12px;
}

/* FAQ gradient bg */
.hc-page-download .hc-faq-download {
  background: linear-gradient(135deg, #fff5f5, #fff8e1);
}

.hc-page-download .hc-faq-download .faq-list {
  max-width: 720px;
  margin: 0 auto;
}

/* Download CTA promo code */
.hc-page-download .hc-dl-cta .hc-dl-promo-code {
  color: var(--hc-yellow);
  font-weight: 700;
  margin: 0 auto 28px;
}

.hc-page-download .hc-dl-cta .hc-dl-promo-code span {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  display: inline-block;
}

.hc-page-download .hc-dl-cta h2 {
  color: #fff;
}

@media (max-width: 1024px) {
  .hc-page-download .dl-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hc-page-download .dl-content {
    max-width: none;
    text-align: center;
  }

  .hc-page-download .store-buttons,
  .hc-page-download .qr-block {
    justify-content: center;
  }

  .hc-page-download .phone-slider-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .hc-page-download .dl-hero {
    min-height: auto;
    padding: 100px 0 64px;
  }

  .hc-page-download .phone-frame-dl {
    width: 140px;
    height: 280px;
  }

  .hc-page-download .phone-tilt-left,
  .hc-page-download .phone-tilt-right {
    transform: none;
  }
}

/* Download hero — Elementor native */
.elementor-section.hc-section-download-hero .elementor-container {
  max-width: 1200px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.elementor-section.hc-section-download-hero .dl-content-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  max-width: 540px;
}

.elementor-section.hc-section-download-hero .elementor-element.dl-hero-eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 193, 7, 0.15);
  color: var(--hc-yellow);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  line-height: 1.4;
  margin: 0 0 16px;
}

.elementor-section.hc-section-download-hero .elementor-element.dl-title .elementor-heading-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 20px;
  color: #fff;
}

.elementor-section.hc-section-download-hero .elementor-element.dl-title .elementor-heading-title span {
  color: var(--hc-yellow);
}

.elementor-section.hc-section-download-hero .elementor-element.dl-promo-widget .promo-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255, 193, 7, 0.12);
  border: 1.5px solid rgba(255, 193, 7, 0.4);
  color: var(--hc-yellow);
  border-radius: 14px;
  padding: 14px 20px;
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 0.9rem;
}

.elementor-section.hc-section-download-hero .elementor-element.dl-promo-widget .promo-banner i {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.elementor-section.hc-section-download-hero .elementor-element.dl-desc p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  margin: 0 0 24px;
  line-height: 1.8;
}

.elementor-section.hc-section-download-hero .elementor-element.dl-store-buttons {
  width: 100%;
  margin-bottom: 28px;
}

.elementor-section.hc-section-download-hero .elementor-element.dl-store-buttons > .elementor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: auto;
}

.elementor-section.hc-section-download-hero .elementor-element.dl-store-buttons > .elementor-container > .elementor-column {
  width: auto !important;
  flex: 0 0 auto;
}

.elementor-section.hc-section-download-hero .store-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 14px;
  padding: 14px 22px;
  text-decoration: none;
  transition: var(--hc-transition);
}

.elementor-section.hc-section-download-hero .store-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  color: #fff;
}

.elementor-section.hc-section-download-hero .store-btn i {
  font-size: 1.6rem;
}

.elementor-section.hc-section-download-hero .store-btn-text small {
  display: block;
  font-size: 0.72rem;
  opacity: 0.7;
}

.elementor-section.hc-section-download-hero .store-btn-text strong {
  font-size: 1rem;
  font-weight: 800;
}

.elementor-section.hc-section-download-hero .elementor-element.dl-qr-block > .elementor-container {
  display: flex;
  align-items: center;
  gap: 16px;
  width: auto;
}

.elementor-section.hc-section-download-hero .elementor-element.dl-qr-block > .elementor-container > .elementor-column {
  width: auto !important;
  flex: 0 0 auto;
}

.elementor-section.hc-section-download-hero .elementor-element.dl-qr-text-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.elementor-section.hc-section-download-hero .qr-code {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  flex-shrink: 0;
}

.elementor-section.hc-section-download-hero .qr-text small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  display: block;
}

.elementor-section.hc-section-download-hero .qr-text strong {
  color: #fff;
  display: block;
  font-size: 0.95rem;
  margin-top: 4px;
}

.elementor-section.hc-section-download-hero .dl-phones-col > .elementor-widget-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementor-section.hc-section-download-hero .phone-slider-wrap {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.elementor-section.hc-section-download-hero .phone-frame-dl {
  width: 170px;
  height: 340px;
  background: #1a1a2e;
  border-radius: 32px;
  border: 6px solid #2a2a3e;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
}

.elementor-section.hc-section-download-hero .phone-tilt-left {
  transform: rotate(-6deg) translateY(20px);
}

.elementor-section.hc-section-download-hero .phone-tilt-right {
  transform: rotate(6deg) translateY(20px);
}

.elementor-section.hc-section-download-hero .phone-screen-dl {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 14px 12px;
  box-sizing: border-box;
}

.elementor-section.hc-section-download-hero .dp-screen-1 {
  background: linear-gradient(160deg, var(--hc-red), var(--hc-red-dark));
}

.elementor-section.hc-section-download-hero .dp-screen-2 {
  background: linear-gradient(160deg, #1a1a2e, #2d1515);
}

.elementor-section.hc-section-download-hero .dp-screen-3 {
  background: linear-gradient(160deg, #0d47a1, #1a1a2e);
}

.elementor-section.hc-section-download-hero .ph-head {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.58rem;
  margin-bottom: 3px;
}

.elementor-section.hc-section-download-hero .ph-title {
  color: #fff;
  font-weight: 900;
  font-size: 0.78rem;
  margin-bottom: 10px;
}

.elementor-section.hc-section-download-hero .ph-row {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 0.58rem;
}

.elementor-section.hc-section-download-hero .ph-row i {
  color: var(--hc-yellow);
  font-size: 0.8rem;
}

.elementor-section.hc-section-download-hero .ph-big {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 12px;
  margin-top: auto;
  color: #fff;
  text-align: center;
}

.elementor-section.hc-section-download-hero .ph-big strong {
  display: block;
  font-size: 0.85rem;
  margin-top: 4px;
}

.elementor-section.hc-section-download-hero .ph-big strong.text-green {
  color: #66bb6a;
}

@media (max-width: 1024px) {
  .elementor-section.hc-section-download-hero .elementor-container {
    flex-wrap: wrap;
  }

  .elementor-section.hc-section-download-hero .dl-content-col > .elementor-widget-wrap {
    max-width: none;
    align-items: center;
    text-align: center;
  }

  .elementor-section.hc-section-download-hero .elementor-element.dl-store-buttons > .elementor-container,
  .elementor-section.hc-section-download-hero .elementor-element.dl-qr-block > .elementor-container {
    justify-content: center;
  }

  .elementor-section.hc-section-download-hero .phone-slider-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .elementor-section.hc-section-download-hero {
    min-height: auto !important;
  }

  .elementor-section.hc-section-download-hero .phone-frame-dl {
    width: 140px;
    height: 280px;
  }

  .elementor-section.hc-section-download-hero .phone-tilt-left,
  .elementor-section.hc-section-download-hero .phone-tilt-right {
    transform: none;
  }
}

/* Download features — Elementor native */
.elementor-section.hc-section-dl-features > .elementor-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box;
}

.elementor-section.hc-section-dl-features .dl-features-content-col > .elementor-element-populated,
.elementor-section.hc-section-dl-features .dl-features-content-col > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
  align-items: start;
}

.elementor-section.hc-section-dl-features .dl-features-content-col > .elementor-widget-wrap > .elementor-element.dl-features-head {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
}

.elementor-section.hc-section-dl-features .elementor-element.dl-features-head > .elementor-container {
  max-width: 100%;
}

.elementor-section.hc-section-dl-features .dl-features-head-col > .elementor-element-populated,
.elementor-section.hc-section-dl-features .dl-features-head-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.elementor-section.hc-section-dl-features .dl-features-head-col .elementor-widget {
  width: 100%;
}

.elementor-section.hc-section-dl-features .elementor-element.dl-features-eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hc-red);
  margin: 0 0 16px;
}

.elementor-section.hc-section-dl-features .elementor-element.dl-features-eyebrow .elementor-heading-title i {
  color: var(--hc-red);
}

.elementor-section.hc-section-dl-features .elementor-element.dl-features-title .elementor-heading-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--hc-text) !important;
}

.elementor-section.hc-section-dl-features .elementor-element.dl-features-title .text-red {
  color: var(--hc-red);
}

.elementor-section.hc-section-dl-features .elementor-element.dl-features-desc p {
  color: var(--hc-text-muted);
  margin: 0 0 32px;
  line-height: 1.7;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.elementor-section.hc-section-dl-features .elementor-element.dl-feature-item {
  height: 100%;
}

.elementor-section.hc-section-dl-features .elementor-element.dl-feature-item > .elementor-container {
  height: 100%;
}

.elementor-section.hc-section-dl-features .dl-feature-card-inner > .elementor-element-populated,
.elementor-section.hc-section-dl-features .dl-feature-card-inner > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: var(--hc-radius);
  padding: 16px 12px;
  border: 1.5px solid var(--hc-border);
  transition: var(--hc-transition);
  height: 100%;
  box-sizing: border-box;
}

.elementor-section.hc-section-dl-features .dl-feature-card-inner:hover > .elementor-element-populated,
.elementor-section.hc-section-dl-features .dl-feature-card-inner:hover > .elementor-widget-wrap {
  border-color: var(--hc-red);
  transform: translateY(-3px);
  box-shadow: var(--hc-shadow);
}

.elementor-section.hc-section-dl-features .dl-feature-card-inner .elementor-widget {
  width: 100%;
}

.elementor-section.hc-section-dl-features .dl-feature-card-inner .elementor-widget > .elementor-widget-container {
  padding: 0;
}

.elementor-section.hc-section-dl-features .dl-feature-icon .elementor-heading-title {
  font-size: 1.8rem;
  margin: 0 0 8px;
  line-height: 1;
}

.elementor-section.hc-section-dl-features .dl-feature-title .elementor-heading-title {
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0 0 4px;
  color: var(--hc-text) !important;
}

.elementor-section.hc-section-dl-features .dl-feature-desc p {
  font-size: 0.7rem;
  color: var(--hc-text-muted);
  margin: 0;
  line-height: 1.5;
}

/* Download guide — Elementor native */
.elementor-section.hc-section-dl-guide > .elementor-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box;
}

.elementor-section.hc-section-dl-guide .dl-guide-content-col > .elementor-element-populated,
.elementor-section.hc-section-dl-guide .dl-guide-content-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  gap: 0;
}

.elementor-section.hc-section-dl-guide .dl-guide-content-col > .elementor-element-populated > .elementor-widget-wrap > .elementor-element,
.elementor-section.hc-section-dl-guide .dl-guide-content-col > .elementor-widget-wrap > .elementor-element {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0;
  align-self: stretch;
}

.elementor-section.hc-section-dl-guide .elementor-element.dl-guide-nested-tabs {
  margin-top: 0;
}

.elementor-section.hc-section-dl-guide .elementor-element.dl-guide-eyebrow {
  display: block !important;
  width: 100% !important;
  margin: 0 0 16px !important;
  background: transparent !important;
  padding: 0 !important;
  text-align: center;
}

.elementor-section.hc-section-dl-guide .elementor-element.dl-guide-eyebrow > .elementor-widget-container {
  text-align: center !important;
}

.elementor-section.hc-section-dl-guide .elementor-element.dl-guide-eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hc-red);
  background: var(--hc-red-light);
  border-radius: 100px;
  padding: 6px 16px;
  line-height: 1.4;
  margin: 0;
}

.elementor-section.hc-section-dl-guide .elementor-element.dl-guide-eyebrow .elementor-heading-title i {
  color: var(--hc-red);
  font-size: 0.9rem;
}

.elementor-section.hc-section-dl-guide .elementor-element.dl-guide-title .elementor-heading-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--hc-text) !important;
}

.elementor-section.hc-section-dl-guide .elementor-element.dl-guide-title .text-red {
  color: var(--hc-red);
}

/* Nested Tabs — override biến mặc định Elementor (xám/xanh) → pill demo */
.elementor-section.hc-section-dl-guide .elementor-element.dl-guide-nested-tabs {
  width: 100%;
  --n-tabs-title-background-color: #fff;
  --n-tabs-title-background-color-hover: var(--hc-red);
  --n-tabs-title-background-color-active: var(--hc-red);
  --n-tabs-title-color: var(--hc-text);
  --n-tabs-title-color-hover: #fff;
  --n-tabs-title-color-active: #fff;
  --n-tabs-icon-color: var(--hc-text);
  --n-tabs-icon-color-hover: #fff;
  --n-tabs-icon-color-active: #fff;
  --n-tabs-title-border-radius: 100px;
  --n-tabs-border-width: 2px;
  --n-tabs-border-color: var(--hc-border);
  --n-tabs-gap: 40px;
  --n-tabs-default-padding-block: 10px;
  --n-tabs-default-padding-inline: 20px;
  --n-tabs-title-font-size: 0.88rem;
  --n-tabs-title-gap: 8px;
  --n-tabs-heading-wrap: wrap;
  --n-tabs-heading-justify-content: center;
}

.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs > .elementor-widget-container {
  padding: 0;
}

.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs .e-n-tabs {
  width: 100%;
}

.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs .e-n-tabs-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 0;
}

.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs .e-n-tab-title {
  border: 2px solid var(--hc-border) !important;
  border-style: solid !important;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  box-shadow: none;
}

.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs .e-n-tab-title[aria-selected="true"] {
  border-color: var(--hc-red) !important;
  color: #fff !important;
}

.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs .e-n-tab-title-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs .e-n-tab-title-text i {
  font-size: 1rem;
  line-height: 1;
}

.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs .e-n-tab-title[aria-selected="false"] .e-n-tab-title-text,
.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs .e-n-tab-title[aria-selected="false"] .e-n-tab-title-text i {
  color: var(--hc-text);
}

.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text,
.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text i {
  color: #fff !important;
}

.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs .e-n-tabs-content > .e-con {
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  padding: 0 !important;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs .e-n-tabs-content > .e-con > .e-con-inner {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
}

.elementor-section.hc-section-dl-guide .dl-guide-nested-tabs .e-n-tabs-content > .e-con > .e-con-inner > .elementor-element {
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-section.hc-section-dl-guide .elementor-element.guide-steps-grid {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}

.elementor-section.hc-section-dl-guide .elementor-element.guide-steps-grid > .elementor-container {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  align-items: start;
}

.elementor-section.hc-section-dl-guide .guide-step-card-col {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.elementor-section.hc-section-dl-guide .guide-steps-grid .elementor-column {
  width: 100% !important;
  max-width: none !important;
}

.elementor-section.hc-section-dl-guide .guide-step-card-col > .elementor-element-populated,
.elementor-section.hc-section-dl-guide .guide-step-card-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: var(--hc-radius);
  padding: 24px !important;
  border: 1.5px solid var(--hc-border);
  box-sizing: border-box;
  height: auto;
}

.elementor-section.hc-section-dl-guide .guide-step-card-col .elementor-widget {
  width: 100%;
  margin-bottom: 0;
}

.elementor-section.hc-section-dl-guide .guide-step-card-col .elementor-widget.guide-step-num-wrap,
.elementor-section.hc-section-dl-guide .guide-step-card-col .elementor-element.guide-step-num-wrap {
  width: auto !important;
  max-width: none;
  align-self: center;
}

.elementor-section.hc-section-dl-guide .guide-step-num-wrap > .elementor-widget-container {
  padding: 0;
  margin: 0;
  width: auto;
}

.elementor-section.hc-section-dl-guide .guide-step-num {
  width: 48px;
  height: 48px;
  min-width: 48px;
  max-width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--hc-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.1rem;
  margin: 0 auto 14px;
  line-height: 1;
  box-sizing: border-box;
}

.elementor-section.hc-section-dl-guide .guide-step-card-col .elementor-widget:not(.guide-step-num-wrap) > .elementor-widget-container {
  padding: 0;
  margin: 0;
}

.elementor-section.hc-section-dl-guide .guide-step-title .elementor-heading-title {
  font-weight: 800;
  margin: 0 0 8px;
  font-size: 0.95rem;
  line-height: 1.3;
  color: var(--hc-text) !important;
}

.elementor-section.hc-section-dl-guide .guide-step-desc p {
  font-size: 0.83rem;
  color: var(--hc-text-muted);
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .elementor-section.hc-section-dl-guide .elementor-element.guide-steps-grid > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .elementor-section.hc-section-dl-features .dl-features-content-col > .elementor-widget-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .elementor-section.hc-section-dl-guide .elementor-element.guide-steps-grid > .elementor-container {
    grid-template-columns: 1fr;
  }
}

/* Download reviews — Elementor native */
.elementor-section.hc-section-dl-reviews > .elementor-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box;
}

.elementor-section.hc-section-dl-reviews .dl-reviews-content-col > .elementor-element-populated,
.elementor-section.hc-section-dl-reviews .dl-reviews-content-col > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  align-items: start;
}

.elementor-section.hc-section-dl-reviews .dl-reviews-content-col > .elementor-widget-wrap > .elementor-element.dl-reviews-head {
  grid-column: 1 / -1;
}

.elementor-section.hc-section-dl-reviews .elementor-element.dl-reviews-head > .elementor-container {
  max-width: 100%;
}

.elementor-section.hc-section-dl-reviews .dl-reviews-head-col > .elementor-element-populated,
.elementor-section.hc-section-dl-reviews .dl-reviews-head-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.elementor-section.hc-section-dl-reviews .elementor-element.dl-reviews-eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--hc-red-light);
  color: var(--hc-red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  line-height: 1.4;
  margin: 0 0 16px;
}

.elementor-section.hc-section-dl-reviews .elementor-element.dl-reviews-title .elementor-heading-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 0;
}

.elementor-section.hc-section-dl-reviews .elementor-element.dl-reviews-title .text-red {
  color: var(--hc-red);
}

.elementor-section.hc-section-dl-reviews .dl-rating-summary-widget {
  width: 100%;
}

.elementor-section.hc-section-dl-reviews .dl-rating-summary-widget > .elementor-widget-container {
  padding: 0;
  margin: 0;
  width: 100%;
}

.elementor-section.hc-section-dl-reviews .dl-rating-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: -20px auto 48px;
  flex-wrap: wrap;
  width: 100%;
}

.elementor-section.hc-section-dl-reviews .dl-rating-score {
  text-align: center;
  flex-shrink: 0;
}

.elementor-section.hc-section-dl-reviews .dl-rating-num {
  font-size: 3rem;
  font-weight: 900;
  color: var(--hc-red);
  line-height: 1;
}

.elementor-section.hc-section-dl-reviews .dl-rating-stars {
  color: var(--hc-yellow);
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.elementor-section.hc-section-dl-reviews .dl-rating-count {
  font-size: 0.82rem;
  color: var(--hc-text-muted);
  margin-top: 4px;
}

.elementor-section.hc-section-dl-reviews .dl-rating-bars {
  border-left: 2px solid var(--hc-border);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
}

.elementor-section.hc-section-dl-reviews .dl-rating-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  white-space: nowrap;
}

.elementor-section.hc-section-dl-reviews .dl-rating-bar-row > span:first-child {
  width: 24px;
  flex-shrink: 0;
}

.elementor-section.hc-section-dl-reviews .dl-rating-bar-row > span:last-child {
  width: 32px;
  flex-shrink: 0;
  text-align: right;
}

.elementor-section.hc-section-dl-reviews .dl-rating-bar-track {
  width: 160px;
  height: 8px;
  background: var(--hc-border);
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.elementor-section.hc-section-dl-reviews .dl-rating-bar-fill {
  display: block;
  height: 100%;
  background: var(--hc-yellow);
  border-radius: 4px;
}

.elementor-section.hc-section-dl-reviews .dl-review-item > .elementor-container {
  height: 100%;
}

.elementor-section.hc-section-dl-reviews .dl-review-card-inner > .elementor-element-populated,
.elementor-section.hc-section-dl-reviews .dl-review-card-inner > .elementor-widget-wrap {
  background: #fff;
  border-radius: var(--hc-radius);
  padding: 24px;
  border: 1.5px solid var(--hc-border);
  height: 100%;
  box-sizing: border-box;
}

.elementor-section.hc-section-dl-reviews .dl-review-header-widget .elementor-widget-container {
  padding: 0;
  margin: 0;
}

.elementor-section.hc-section-dl-reviews .dl-review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.elementor-section.hc-section-dl-reviews .dl-review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

.elementor-section.hc-section-dl-reviews .dl-review-header strong {
  display: block;
  font-size: 0.95rem;
}

.elementor-section.hc-section-dl-reviews .dl-review-header span {
  display: block;
  font-size: 0.78rem;
  color: var(--hc-text-muted);
}

.elementor-section.hc-section-dl-reviews .dl-review-stars {
  color: var(--hc-yellow);
  font-size: 0.85rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.elementor-section.hc-section-dl-reviews .dl-review-quote p,
.elementor-section.hc-section-dl-reviews .dl-review-text {
  font-size: 0.88rem;
  color: var(--hc-text-muted);
  line-height: 1.7;
  margin: 0;
}

.elementor-section.hc-section-dl-reviews .dl-review-service .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--hc-red-light);
  color: var(--hc-red);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
  margin: 12px 0 0;
  line-height: 1.4;
}

/* Download FAQ — Elementor native */
.elementor-section.hc-section-dl-faq > .elementor-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box;
}

.elementor-section.hc-section-dl-faq .dl-faq-content-col > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-intro-stack {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 48px;
  justify-self: center;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-intro-stack .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-eyebrow {
  width: 100%;
  display: flex;
  justify-content: center;
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 16px;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-eyebrow .elementor-widget-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--hc-red-light);
  color: var(--hc-red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  line-height: 1.4;
  margin: 0;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-eyebrow .elementor-heading-title i {
  font-size: 0.9rem;
  color: var(--hc-red);
}

.elementor-section.hc-section-dl-faq .elementor-element.section-title {
  width: 100%;
  text-align: center;
}

.elementor-section.hc-section-dl-faq .elementor-element.section-title .elementor-heading-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  color: var(--hc-text);
}

.elementor-section.hc-section-dl-faq .elementor-element.section-title .text-red {
  color: var(--hc-red);
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion {
  width: 100% !important;
  max-width: 720px;
  margin: 0 auto !important;
  justify-self: center;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-widget-container {
  width: 100%;
  padding: 0;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-accordion-item {
  background: #fff;
  border: 1.5px solid var(--hc-border) !important;
  border-radius: var(--hc-radius);
  overflow: hidden;
  margin: 0;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-tab-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.4;
  border: none !important;
  background: #fff !important;
  color: var(--hc-text) !important;
  transition: var(--hc-transition);
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-tab-title .elementor-accordion-title,
.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-tab-title .elementor-accordion-icon {
  color: inherit !important;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-tab-title .elementor-accordion-icon i::before,
.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-tab-title .elementor-accordion-icon svg {
  color: var(--hc-red) !important;
  fill: var(--hc-red) !important;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-tab-title:hover {
  background: var(--hc-red-light) !important;
  color: var(--hc-red) !important;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-tab-title.elementor-active {
  background: #fff !important;
  color: var(--hc-red) !important;
  border-bottom: 1px solid var(--hc-border) !important;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-tab-title.elementor-active .elementor-accordion-title {
  color: var(--hc-red) !important;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-accordion-icon {
  flex-shrink: 0;
  order: 2;
  float: none !important;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-accordion-title {
  flex: 1;
  order: 1;
  text-align: left;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-tab-content {
  padding: 0 20px 18px;
  font-size: 0.88rem;
  color: var(--hc-text-muted) !important;
  line-height: 1.7;
  border: none !important;
  background: #fff !important;
}

.elementor-section.hc-section-dl-faq .elementor-element.dl-faq-accordion .elementor-tab-content p {
  margin: 0;
  color: inherit;
}

/* Download CTA — Elementor native */
.elementor-section.hc-section-dl-cta {
  position: relative;
  overflow: hidden;
}

.elementor-section.hc-section-dl-cta.stats-bg {
  background: linear-gradient(135deg, var(--hc-red) 0%, var(--hc-red-dark) 100%);
}

.elementor-section.hc-section-dl-cta.stats-bg::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.elementor-section.hc-section-dl-cta.stats-bg::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: 5%;
  width: 300px;
  height: 300px;
  background: rgba(255, 193, 7, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.elementor-section.hc-section-dl-cta > .elementor-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.elementor-section.hc-section-dl-cta .dl-cta-content-col > .elementor-element-populated,
.elementor-section.hc-section-dl-cta .dl-cta-content-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.elementor-section.hc-section-dl-cta .dl-cta-content-col > .elementor-widget-wrap > .elementor-element {
  width: 100%;
}

.elementor-section.hc-section-dl-cta .dl-cta-content-col > .elementor-widget-wrap > .elementor-element.dl-cta-eyebrow,
.elementor-section.hc-section-dl-cta .dl-cta-content-col > .elementor-widget-wrap > .elementor-element.cta-eyebrow-yellow {
  margin-bottom: 16px !important;
}

.elementor-section.hc-section-dl-cta .dl-cta-content-col > .elementor-widget-wrap > .elementor-element.dl-cta-title,
.elementor-section.hc-section-dl-cta .dl-cta-content-col > .elementor-widget-wrap > .elementor-element.cta-red-title {
  margin-bottom: 20px !important;
}

.elementor-section.hc-section-dl-cta .dl-cta-content-col > .elementor-widget-wrap > .elementor-element.dl-cta-desc,
.elementor-section.hc-section-dl-cta .dl-cta-content-col > .elementor-widget-wrap > .elementor-element.cta-red-desc {
  margin-bottom: 20px !important;
}

.elementor-section.hc-section-dl-cta .dl-cta-content-col > .elementor-widget-wrap > .elementor-element.dl-cta-promo {
  margin-bottom: 28px !important;
}

.elementor-section.hc-section-dl-cta .elementor-element.dl-cta-eyebrow,
.elementor-section.hc-section-dl-cta .elementor-element.cta-eyebrow-yellow {
  background: transparent !important;
}

.elementor-section.hc-section-dl-cta .elementor-element.dl-cta-eyebrow .elementor-widget-container,
.elementor-section.hc-section-dl-cta .elementor-element.cta-eyebrow-yellow .elementor-widget-container {
  padding: 0;
}

.elementor-section.hc-section-dl-cta .elementor-element.dl-cta-eyebrow .elementor-heading-title,
.elementor-section.hc-section-dl-cta .elementor-element.cta-eyebrow-yellow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 193, 7, 0.15);
  color: var(--hc-yellow);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin: 0;
  line-height: 1.4;
}

.elementor-section.hc-section-dl-cta .elementor-element.dl-cta-eyebrow .elementor-heading-title i {
  color: var(--hc-yellow);
  font-size: 0.9rem;
}

.elementor-section.hc-section-dl-cta .elementor-element.dl-cta-title .elementor-heading-title,
.elementor-section.hc-section-dl-cta .elementor-element.cta-red-title .elementor-heading-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  color: #fff !important;
}

.elementor-section.hc-section-dl-cta .elementor-element.dl-cta-title .text-yellow,
.elementor-section.hc-section-dl-cta .elementor-element.cta-red-title .text-yellow {
  color: var(--hc-yellow);
}

.elementor-section.hc-section-dl-cta .elementor-element.dl-cta-desc,
.elementor-section.hc-section-dl-cta .elementor-element.cta-red-desc {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.elementor-section.hc-section-dl-cta .elementor-element.dl-cta-desc p,
.elementor-section.hc-section-dl-cta .elementor-element.cta-red-desc p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.75;
  font-size: 1rem;
}

.elementor-section.hc-section-dl-cta .elementor-element.dl-cta-promo {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.elementor-section.hc-section-dl-cta .elementor-element.dl-cta-promo > .elementor-widget-container {
  padding: 0;
}

.elementor-section.hc-section-dl-cta .elementor-element.dl-cta-promo p,
.elementor-section.hc-section-dl-cta .elementor-element.dl-cta-promo .hc-dl-promo-code {
  color: var(--hc-yellow);
  font-weight: 700;
  margin: 0;
  font-size: 1rem;
}

.elementor-section.hc-section-dl-cta .elementor-element.dl-cta-promo .hc-dl-promo-code span {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  display: inline-block;
  color: #fff;
}

.elementor-section.hc-section-dl-cta .dl-cta-btns-widget > .elementor-widget-container {
  padding: 0;
  margin: 0;
}

.elementor-section.hc-section-dl-cta .dl-cta-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.elementor-section.hc-section-dl-cta .dl-cta-btns .btn {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.elementor-section.hc-section-dl-cta .dl-cta-btns .btn i {
  font-size: 1.1rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .elementor-section.hc-section-dl-cta .dl-cta-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .elementor-section.hc-section-dl-cta .dl-cta-btns .btn {
    justify-content: center;
    width: 100%;
  }
}
