/* Services page — polish clone souce_code_mau.html */

.hc-page-services .page-hero {
  background: linear-gradient(135deg, var(--hc-red) 0%, var(--hc-red-dark) 100%);
  padding: 110px 0 72px;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.hc-page-services .page-hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.hc-page-services .page-hero::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--hc-bg);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.hc-page-services .page-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.hc-page-services .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.82rem;
  opacity: 0.85;
  margin-bottom: 16px;
  color: #fff;
}

.hc-page-services .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.hc-page-services .breadcrumb a:hover {
  color: var(--hc-yellow);
}

.hc-page-services .breadcrumb i {
  font-size: 1rem;
  opacity: 0.7;
}

.hc-page-services .page-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  margin: 0 0 12px;
  color: #fff;
}

.hc-page-services .page-hero p {
  font-size: 1.05rem;
  opacity: 0.9;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.65;
  color: #fff;
}

/* Details section — sát hero curve */
.hc-page-services .hc-svc-details {
  padding: 24px 0 80px;
  background: var(--hc-bg);
}

.hc-page-services .hc-svc-details .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.hc-page-services .hc-svc-details .svc-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid var(--hc-border);
}

.hc-page-services .hc-svc-details .svc-detail:first-child {
  padding-top: 32px;
}

.hc-page-services .hc-svc-details .svc-detail:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hc-page-services .hc-svc-details .svc-detail.rev .svc-visual {
  order: -1;
}

.hc-page-services .svc-detail-content .eyebrow {
  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.06em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 14px;
}

.hc-page-services .svc-detail-content h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--hc-text);
}

.hc-page-services .svc-detail-content > p {
  color: var(--hc-text-muted);
  margin: 0 0 24px;
  line-height: 1.85;
  font-size: 1rem;
}

.hc-page-services .benefit-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.hc-page-services .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--hc-text);
  line-height: 1.5;
}

.hc-page-services .benefit-item i {
  color: var(--hc-red);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.hc-page-services .svc-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  padding: 20px;
  background: #fff;
  border-radius: var(--hc-radius);
  border: 1.5px solid var(--hc-border);
}

.hc-page-services .svc-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.hc-page-services .svc-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--hc-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  flex-shrink: 0;
}

.hc-page-services .svc-step-text h4 {
  font-size: 0.9rem;
  font-weight: 800;
  margin: 0 0 2px;
  color: var(--hc-text);
}

.hc-page-services .svc-step-text p {
  font-size: 0.82rem;
  color: var(--hc-text-muted);
  margin: 0;
  line-height: 1.5;
}

.hc-page-services .svc-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hc-page-services .svc-visual {
  border-radius: var(--hc-radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  position: relative;
  min-height: 280px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.hc-page-services .svc-visual-icon {
  font-size: 5rem;
  color: var(--hc-red);
  line-height: 1;
}

.hc-page-services .svc-visual-icon i {
  font-size: 5rem;
  color: var(--hc-red);
}

.hc-page-services .svc-visual-emoji {
  font-size: 5rem;
}

.hc-page-services .svc-visual-tag {
  background: #fff;
  border-radius: 12px;
  padding: 10px 18px;
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--hc-text);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.hc-page-services .svc-visual-tag i {
  color: var(--hc-red);
  vertical-align: -1px;
}

.hc-page-services .svc-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #fff;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* Compare + areas inside services page */
.hc-page-services .hc-compare-section,
.hc-page-services .hc-areas-section,
.hc-page-services .hc-faq-section {
  background: #fff;
}

.hc-page-services .hc-areas-section {
  background: linear-gradient(135deg, #fff5f5, #fff8e1);
}

@media (max-width: 1024px) {
  .hc-page-services .hc-svc-details .svc-detail {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 0;
  }

  .hc-page-services .hc-svc-details .svc-detail.rev .svc-visual {
    order: 0;
  }

  .hc-page-services .svc-visual {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hc-page-services .page-hero {
    padding: 96px 0 56px;
  }

  .hc-page-services .svc-btns {
    flex-direction: column;
  }

  .hc-page-services .svc-btns .btn {
    justify-content: center;
  }

  .elementor-section.hc-section-svc-detail .elementor-element.svc-btns-row > .elementor-container {
    flex-direction: column;
    align-items: stretch;
  }

  .elementor-section.hc-section-svc-detail .elementor-element.svc-btn-primary .elementor-button,
  .elementor-section.hc-section-svc-detail .elementor-element.svc-btn-outline .elementor-button {
    justify-content: center;
    width: 100%;
  }
}

/* ── Elementor service detail blocks (trang Dịch vụ) ── */

.elementor-section.hc-section-svc-detail {
  background: var(--hc-bg) !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid var(--hc-border);
}

.elementor-section.hc-section-svc-detail:last-of-type {
  border-bottom: none;
}

.elementor-section.hc-section-svc-detail > .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;
  align-items: center;
  gap: 64px;
  box-sizing: border-box;
}

.elementor-section.hc-section-svc-detail > .elementor-container > .elementor-column {
  min-height: 0;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-eyebrow {
  background: transparent !important;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-eyebrow > .elementor-widget-container {
  background: transparent !important;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-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.06em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin: 0 0 14px;
  line-height: 1.4;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-eyebrow .elementor-heading-title i {
  font-size: 1rem;
}

.elementor-section.hc-section-svc-detail .svc-title .elementor-heading-title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--hc-text);
}

.elementor-section.hc-section-svc-detail .svc-desc p {
  color: var(--hc-text-muted);
  margin: 0 0 24px;
  line-height: 1.85;
  font-size: 1rem;
}

/* Benefit list — Icon List widget */
.elementor-section.hc-section-svc-detail .elementor-element.svc-benefits-list {
  margin-bottom: 28px;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-benefits-list .elementor-icon-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-benefits-list .elementor-icon-list-item {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--hc-text);
  line-height: 1.5;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-benefits-list .elementor-icon-list-icon {
  color: var(--hc-red) !important;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-benefits-list .elementor-icon-list-icon i {
  font-size: 1.1rem;
}

/* Steps — inner sections */
.elementor-section.hc-section-svc-detail .elementor-element.svc-steps {
  margin-bottom: 28px;
  background: #fff;
  border: 1.5px solid var(--hc-border);
  border-radius: var(--hc-radius);
  padding: 20px;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-steps > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section.hc-section-svc-detail .svc-steps-stack-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-step-row > .elementor-container {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section.hc-section-svc-detail .svc-step-num-col {
  flex: 0 0 28px;
  max-width: 28px;
}

.elementor-section.hc-section-svc-detail .svc-step-text-col {
  flex: 1 1 auto;
  min-width: 0;
}

.elementor-section.hc-section-svc-detail .svc-step-num .elementor-heading-title {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--hc-red);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}

.elementor-section.hc-section-svc-detail .svc-step-title .elementor-heading-title {
  font-size: 0.9rem;
  font-weight: 800;
  margin: 0 0 2px;
  color: var(--hc-text);
  line-height: 1.35;
}

.elementor-section.hc-section-svc-detail .svc-step-desc p {
  font-size: 0.82rem;
  color: var(--hc-text-muted);
  margin: 0;
  line-height: 1.5;
}

/* CTA buttons — 2 cột ngang */
.elementor-section.hc-section-svc-detail .elementor-element.svc-btns-row {
  width: 100%;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-btns-row > .elementor-container {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-btns-row > .elementor-container > .elementor-column.svc-btn-col {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto;
}

.elementor-section.hc-section-svc-detail .svc-btn-col > .elementor-widget-wrap {
  display: block;
}

.elementor-section.hc-section-svc-detail .svc-btn-col .elementor-element {
  width: auto !important;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-btn-primary .elementor-button,
.elementor-section.hc-section-svc-detail .elementor-element.svc-btn-outline .elementor-button {
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 28px;
  line-height: 1.2;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-btn-primary .elementor-button {
  background: var(--hc-red);
  color: #fff;
  box-shadow: 0 4px 16px rgba(229, 57, 53, 0.3);
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-btn-primary .elementor-button:hover {
  background: var(--hc-red-dark);
  color: #fff;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-btn-outline .elementor-button {
  background: transparent;
  color: var(--hc-red);
  border: 2px solid var(--hc-red);
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-btn-outline .elementor-button:hover {
  background: var(--hc-red);
  color: #fff;
}

/* Visual card — một lớp nền trên cột (không inner section) */
.elementor-section.hc-section-svc-detail .svc-visual-card-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  padding: 24px;
  border-radius: var(--hc-radius-lg);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.elementor-section.hc-section-svc-detail .svc-visual-bg-taxi > .elementor-widget-wrap {
  background: linear-gradient(135deg, #FFEBEE, #FFF8E1);
}

.elementor-section.hc-section-svc-detail .svc-visual-bg-bike > .elementor-widget-wrap {
  background: linear-gradient(135deg, #FFF8E1, #FFEBEE);
}

.elementor-section.hc-section-svc-detail .svc-visual-bg-ship-bike > .elementor-widget-wrap {
  background: linear-gradient(135deg, #FFF8E1, #FFFFFF);
}

.elementor-section.hc-section-svc-detail .svc-visual-bg-ship-truck > .elementor-widget-wrap {
  background: linear-gradient(135deg, #E8F5E9, #FFFFFF);
}

.elementor-section.hc-section-svc-detail .svc-visual-bg-food > .elementor-widget-wrap {
  background: linear-gradient(135deg, #FFEBEE, #FFFFFF);
}

.elementor-section.hc-section-svc-detail .svc-visual-bg-driver-bike > .elementor-widget-wrap {
  background: linear-gradient(135deg, #F3E5F5, #FFFFFF);
}

.elementor-section.hc-section-svc-detail .svc-visual-bg-driver-car > .elementor-widget-wrap {
  background: linear-gradient(135deg, #E3F2FD, #FFFFFF);
}

.elementor-section.hc-section-svc-detail .svc-visual-card-col > .elementor-background-overlay,
.elementor-section.hc-section-svc-detail .svc-visual-card-col > .elementor-element-overlay {
  display: none !important;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-visual-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: auto;
  margin: 0;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-visual-badge .elementor-heading-title {
  display: inline-block;
  color: #fff !important;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin: 0;
}

.elementor-section.hc-section-svc-detail .svc-visual-badge-taxi .elementor-heading-title { background: #E53935; }
.elementor-section.hc-section-svc-detail .svc-visual-badge-bike .elementor-heading-title { background: #F57F17; }
.elementor-section.hc-section-svc-detail .svc-visual-badge-ship-bike .elementor-heading-title { background: #43A047; }
.elementor-section.hc-section-svc-detail .svc-visual-badge-ship-truck .elementor-heading-title { background: #1565C0; }
.elementor-section.hc-section-svc-detail .svc-visual-badge-food .elementor-heading-title { background: #E53935; }
.elementor-section.hc-section-svc-detail .svc-visual-badge-driver-bike .elementor-heading-title { background: #7B1FA2; }
.elementor-section.hc-section-svc-detail .svc-visual-badge-driver-car .elementor-heading-title { background: #1565C0; }

.elementor-section.hc-section-svc-detail .elementor-element.svc-visual-icon {
  margin: 0;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-visual-icon .elementor-heading-title {
  font-size: 5rem;
  color: var(--hc-red);
  line-height: 1;
  margin: 0;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-visual-icon .elementor-heading-title i {
  font-size: 5rem;
  color: var(--hc-red);
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-visual-emoji .elementor-heading-title {
  font-size: 5rem;
  line-height: 1;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-visual-tag {
  margin: 0;
  z-index: 1;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-visual-tag .elementor-heading-title {
  display: inline-block;
  background: #fff;
  border-radius: 12px;
  padding: 10px 18px;
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--hc-text);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.35;
}

.elementor-section.hc-section-svc-detail .elementor-element.svc-visual-tag .elementor-heading-title i {
  color: var(--hc-red);
  vertical-align: -1px;
}

.elementor-section.hc-section-svc-detail .svc-detail-content-col > .elementor-widget-wrap > .elementor-element {
  width: 100%;
}

body.elementor-editor-active .elementor-section.hc-section-svc-detail .svc-visual-card-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 280px;
  position: relative;
}

body.elementor-editor-active .elementor-section.hc-section-svc-detail .elementor-element.svc-btns-row > .elementor-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
}

body.elementor-editor-active .elementor-section.hc-section-svc-detail .svc-steps-stack-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1024px) {
  .elementor-section.hc-section-svc-detail > .elementor-container {
    flex-wrap: wrap;
    gap: 32px;
  }

  .elementor-section.hc-section-svc-detail .svc-visual-card-col > .elementor-widget-wrap {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
}

/* ── Compare table — Elementor native ── */

.elementor-section.hc-section-compare > .elementor-container {
  max-width: 1200px !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-compare .compare-intro-stack > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto 32px !important;
  padding: 0 !important;
}

.elementor-section.hc-section-compare .compare-content-col > .elementor-widget-wrap > .elementor-element.compare-intro-stack {
  width: 100%;
  margin-bottom: 32px;
}

.elementor-section.hc-section-compare .compare-intro-stack .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.elementor-section.hc-section-compare .elementor-element.compare-eyebrow {
  background: transparent !important;
}

.elementor-section.hc-section-compare .elementor-element.compare-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.06em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin: 0 0 16px;
  line-height: 1.4;
}

.elementor-section.hc-section-compare .elementor-element.section-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);
}

.elementor-section.hc-section-compare .elementor-element.section-title .text-red {
  color: var(--hc-red);
}

.elementor-section.hc-section-compare .elementor-element.section-desc {
  max-width: 520px;
  margin: 0 auto;
}

.elementor-section.hc-section-compare .elementor-element.section-desc p {
  font-size: 1.05rem;
  color: var(--hc-text-muted);
  margin: 0;
  line-height: 1.65;
}

.elementor-section.hc-section-compare .compare-table-wrap > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section.hc-section-compare .compare-table-stack > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-x: auto;
  border-radius: var(--hc-radius);
  border: 1px solid var(--hc-border);
}

.elementor-section.hc-section-compare .elementor-element.compare-table-row > .elementor-container {
  display: grid !important;
  grid-template-columns: minmax(130px, 1.2fr) repeat(6, minmax(76px, 1fr));
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 720px;
}

.elementor-section.hc-section-compare .elementor-element.compare-table-row > .elementor-container > .elementor-column {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0;
}

.elementor-section.hc-section-compare .compare-col > .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--hc-border);
  box-sizing: border-box;
}

.elementor-section.hc-section-compare .compare-col-feature > .elementor-widget-wrap {
  justify-content: flex-start;
}

.elementor-section.hc-section-compare .elementor-element.compare-head .compare-col > .elementor-widget-wrap {
  background: var(--hc-red);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.elementor-section.hc-section-compare .elementor-element.compare-head .compare-th .elementor-heading-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff !important;
  margin: 0;
  line-height: 1.3;
}

.elementor-section.hc-section-compare .elementor-element.compare-row-alt .compare-col > .elementor-widget-wrap {
  background: var(--hc-red-light);
}

.elementor-section.hc-section-compare .elementor-element.compare-feature .elementor-heading-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--hc-text);
  margin: 0;
  line-height: 1.35;
}

.elementor-section.hc-section-compare .elementor-element.compare-cell-text p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--hc-text);
  line-height: 1.35;
}

.elementor-section.hc-section-compare .elementor-element.compare-cell-icon {
  margin: 0;
}

.elementor-section.hc-section-compare .elementor-element.compare-cell-icon .elementor-icon-wrapper {
  line-height: 1;
}

.elementor-section.hc-section-compare .elementor-element.compare-cell-check .elementor-icon {
  color: var(--hc-green) !important;
}

.elementor-section.hc-section-compare .elementor-element.compare-cell-cross .elementor-icon {
  color: #ccc !important;
}

.elementor-section.hc-section-compare .compare-table-stack > .elementor-widget-wrap > .elementor-element.compare-table-row:last-child .compare-col > .elementor-widget-wrap {
  border-bottom: none;
}

body.elementor-editor-active .elementor-section.hc-section-compare .compare-table-stack > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
}

body.elementor-editor-active .elementor-section.hc-section-compare .elementor-element.compare-table-row > .elementor-container {
  display: grid !important;
}

/* ── Areas grid — Elementor native ── */

.elementor-section.hc-section-areas > .elementor-container {
  max-width: 1200px !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-areas .areas-content-col > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  width: 100%;
}

.elementor-section.hc-section-areas .areas-content-col > .elementor-widget-wrap > .elementor-element.areas-intro-stack {
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: 12px;
}

.elementor-section.hc-section-areas .areas-intro-stack .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.elementor-section.hc-section-areas .elementor-element.areas-eyebrow {
  background: transparent !important;
}

.elementor-section.hc-section-areas .elementor-element.areas-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.06em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin: 0 0 16px;
  line-height: 1.4;
}

.elementor-section.hc-section-areas .elementor-element.section-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);
}

.elementor-section.hc-section-areas .elementor-element.section-title .text-red,
.elementor-section.hc-section-faq .elementor-element.section-title .text-red {
  color: var(--hc-red);
}

.elementor-section.hc-section-areas .elementor-element.section-desc {
  max-width: 520px;
  margin: 0 auto 8px;
}

.elementor-section.hc-section-areas .elementor-element.section-desc p {
  font-size: 1.05rem;
  color: var(--hc-text-muted);
  margin: 0;
  line-height: 1.65;
}

.elementor-section.hc-section-areas .elementor-element.area-card {
  margin: 0;
}

.elementor-section.hc-section-areas .elementor-element.area-card .elementor-heading-title {
  display: block;
  background: #fff;
  border-radius: var(--hc-radius);
  padding: 14px 16px;
  border: 1.5px solid var(--hc-border);
  text-align: center;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--hc-text);
  margin: 0;
  line-height: 1.35;
  transition: var(--hc-transition);
}

.elementor-section.hc-section-areas .elementor-element.area-card .elementor-widget-container:hover .elementor-heading-title {
  border-color: var(--hc-red);
  color: var(--hc-red);
  transform: translateY(-2px);
}

body.elementor-editor-active .elementor-section.hc-section-areas .areas-content-col > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}

/* ── CTA red — Elementor native ── */

.elementor-section.hc-section-cta-red {
  position: relative;
  overflow: hidden;
}

.elementor-section.hc-section-cta-red > .elementor-container {
  max-width: 1200px !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-cta-red .cta-red-content-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.elementor-section.hc-section-cta-red .elementor-element.cta-eyebrow-yellow {
  background: transparent !important;
  margin-bottom: 16px;
}

.elementor-section.hc-section-cta-red .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-cta-red .elementor-element.cta-red-title .elementor-heading-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #fff !important;
}

.elementor-section.hc-section-cta-red .elementor-element.cta-red-title .text-yellow {
  color: var(--hc-yellow);
}

.elementor-section.hc-section-cta-red .elementor-element.cta-red-desc {
  max-width: 480px;
  margin: 0 auto 32px;
}

.elementor-section.hc-section-cta-red .elementor-element.cta-red-desc p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.65;
  font-size: 1rem;
}

.elementor-section.hc-section-cta-red .elementor-element.cta-btns-row {
  width: 100%;
  max-width: 520px;
}

.elementor-section.hc-section-cta-red .elementor-element.cta-btns-row > .elementor-container {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section.hc-section-cta-red .elementor-element.cta-btns-row > .elementor-container > .elementor-column.cta-btn-col {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto;
}

.elementor-section.hc-section-cta-red .cta-btn-col .elementor-element {
  width: auto !important;
}

.elementor-section.hc-section-cta-red .elementor-element.cta-store-btn .elementor-button {
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 28px;
  line-height: 1.2;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.elementor-section.hc-section-cta-red .elementor-element.cta-store-btn-yellow .elementor-button {
  background: var(--hc-yellow) !important;
  color: #1a1a2e !important;
}

.elementor-section.hc-section-cta-red .elementor-element.cta-store-btn-white .elementor-button {
  background: #fff !important;
  color: var(--hc-red) !important;
}

body.elementor-editor-active .elementor-section.hc-section-cta-red .elementor-element.cta-btns-row > .elementor-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

@media (max-width: 767px) {
  .elementor-section.hc-section-cta-red .elementor-element.cta-btns-row > .elementor-container {
    flex-direction: column;
    align-items: stretch;
  }

  .elementor-section.hc-section-cta-red .elementor-element.cta-store-btn .elementor-button {
    width: 100%;
    justify-content: center;
  }
}
