/* ============================================================
   pvacodes.com — mobile-first compact homepage overrides
   ============================================================ */

/* ---- Shared compact utilities ---- */
.section-compact { padding-top: 48px !important; padding-bottom: 48px !important; }
.section-head-compact { margin-bottom: 1.25rem !important; }
.section-head-compact h2 { font-size: 1.45rem; font-weight: 700; margin-bottom: .35rem; }
.section-head-compact p { font-size: .9rem; color: #666; margin: 0; max-width: 520px; margin-left: auto; margin-right: auto; }

.sec3-lead { font-size: .92rem; color: #64748b; margin: 0 auto; max-width: 480px; line-height: 1.5; }
.sec3-view-more { margin-top: 0; }
.btn-view-all {
  border-radius: 999px;
  padding: .5rem 1.25rem;
  font-size: .88rem;
  font-weight: 600;
  border-width: 1.5px;
}

/* ========== sec-3 catalog (desktop + mobile) ========== */
.sec-3-catalog {
  padding: 52px 0 !important;
  background: linear-gradient(180deg, #eef7ff 0%, #f8fbff 45%, #fff 100%) !important;
  box-shadow: none !important;
}

.sec-3-catalog .catalog-shell {
  max-width: min(1080px, 100%);
  margin: 0 auto;
  min-width: 0;
}

.sec-3-catalog .catalog-head {
  text-align: center;
  margin-bottom: 24px;
}

.sec-3-catalog .catalog-head h2 {
  font-size: 1.65rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
  background: none !important;
  -webkit-text-fill-color: #0f172a !important;
}

.sec-3-catalog .catalog-panels {
  display: grid;
  grid-template-columns: minmax(220px, 300px) 1fr;
  gap: 14px;
  align-items: stretch;
}

.sec-3-catalog .catalog-panel {
  background: #fff;
  border: 1px solid rgba(3, 169, 244, 0.12);
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.sec-3-catalog .catalog-panel-head {
  padding: 11px 14px;
  border-bottom: 1px solid #eef2f7;
  background: linear-gradient(180deg, #fafcff 0%, #fff 100%);
  flex-shrink: 0;
}

.sec-3-catalog .catalog-panel-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #0369a1;
}

.sec-3-catalog .catalog-scroll {
  flex: 1;
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
  scrollbar-width: thin;
  scrollbar-color: #38bdf8 #f1f5f9;
}

.sec-3-catalog .catalog-scroll::-webkit-scrollbar { width: 5px; }
.sec-3-catalog .catalog-scroll::-webkit-scrollbar-track { background: #f1f5f9; border-radius: 4px; }
.sec-3-catalog .catalog-scroll::-webkit-scrollbar-thumb { background: #38bdf8; border-radius: 4px; }

.sec-3-catalog .catalog-grid--countries {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.sec-3-catalog .catalog-grid--apps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.sec-3-catalog .catalog-empty {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 0.85rem;
  color: #94a3b8;
  padding: 16px 8px;
  margin: 0;
}

/* Tiles — override legacy .service-box rules */
.sec-3-catalog .catalog-tile {
  margin: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  border-radius: 9px !important;
  padding: 0 !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  text-align: left !important;
  transform: none !important;
  box-shadow: none !important;
}

.sec-3-catalog .catalog-tile > a {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 9px !important;
  text-decoration: none !important;
  width: 100%;
  min-height: 42px;
  height: auto !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
}

.sec-3-catalog .catalog-tile img {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 5px;
  transform: none !important;
}

.sec-3-catalog .catalog-tile .content {
  flex: 1;
  min-width: 0;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  width: auto !important;
}

.sec-3-catalog .catalog-tile span {
  font-size: 0.76rem !important;
  font-weight: 600 !important;
  color: #334155 !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}

/* Country tiles */
.sec-3-catalog .catalog-tile--country img {
  width: 26px !important;
  height: 17px !important;
  max-width: 26px !important;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.sec-3-catalog .catalog-tile--country.active {
  background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%) !important;
  border-color: #0284c7 !important;
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.22) !important;
}

.sec-3-catalog .catalog-tile--country.active span {
  color: #fff !important;
}

/* App tiles */
.sec-3-catalog .catalog-tile--app > a {
  justify-content: flex-start !important;
}

.sec-3-catalog .catalog-tile--app .content {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 6px !important;
}

.sec-3-catalog .catalog-tile--app .rate {
  flex-shrink: 0;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  color: #0369a1 !important;
  background: #e0f2fe !important;
  border: 1px solid #bae6fd !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  margin: 0 !important;
  min-width: 0 !important;
  text-align: center;
  box-shadow: none !important;
  line-height: 1.2;
}

.sec-3-catalog .catalog-tile--app:hover .rate {
  color: #0369a1 !important;
  background: #e0f2fe !important;
}

.sec-3-catalog .catalog-tile:hover:not(.active):not(.catalog-tile--cta) {
  border-color: #7dd3fc !important;
  background: #f0f9ff !important;
  transform: none !important;
  box-shadow: none !important;
}

.sec-3-catalog .catalog-tile:hover:not(.active):not(.catalog-tile--cta) span {
  color: #334155 !important;
}

/* CTA tiles */
.sec-3-catalog .catalog-tile--cta {
  background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%) !important;
  border: 1px dashed #93c5fd !important;
  cursor: pointer;
}

.sec-3-catalog .catalog-tile--cta > a {
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 10px 6px !important;
  gap: 2px !important;
  min-height: 48px;
}

.sec-3-catalog .catalog-tile--cta .content {
  display: none !important;
}

.sec-3-catalog .catalog-cta-count {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
  color: #0284c7;
}

.sec-3-catalog .catalog-cta-label {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  color: #475569;
  line-height: 1.2;
}

.sec-3-catalog .catalog-tile--cta small {
  display: block;
  font-size: 0.6rem;
  color: #94a3b8;
  font-weight: 500;
  line-height: 1.2;
}

.sec-3-catalog .catalog-foot {
  margin-top: 18px;
  text-align: center;
}

/* ========== sec-4 steps (desktop base + mobile) ========== */
.sec-4-steps {
  padding: 52px 0 !important;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%) !important;
}

.sec-4-steps .steps-head {
  text-align: center;
  margin-bottom: 28px;
}

.sec-4-steps .steps-head h2 {
  font-size: 1.65rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
  background: none !important;
  -webkit-text-fill-color: #0f172a !important;
}

.sec-4-steps .steps-head p {
  font-size: 0.94rem;
  color: #64748b;
  margin: 0 auto;
  max-width: 420px;
  line-height: 1.45;
  padding: 0;
}

.sec-4-steps .work_card-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
}

.sec-4-steps .number_box {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%) !important;
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.2);
}

.sec-4-steps .number_box h3 {
  margin: 0 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #fff !important;
}

.sec-4-steps .work_body {
  flex: 1;
  min-width: 0;
  margin-top: 0 !important;
}

.sec-4-steps .work_body h4 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

.sec-4-steps .work_body p {
  font-size: 0.88rem !important;
  color: #64748b !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sec-4-steps .card.work_card {
  border: none;
  border-radius: 16px;
  padding: 18px 16px !important;
  margin-bottom: 0 !important;
  height: 100%;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(3, 169, 244, 0.1);
  text-align: left !important;
  overflow: visible;
}

.sec-4-steps .card.work_card::before {
  display: none;
}

@media (max-width: 991.98px) {
  .sec-4-steps {
    padding: 24px 0 !important;
  }

  .sec-4-steps .steps-head {
    margin-bottom: 14px;
  }

  .sec-4-steps .steps-head h2 {
    font-size: 1.2rem !important;
  }

  .sec-4-steps .steps-head p {
    font-size: 0.82rem !important;
  }

  .sec-4-steps .steps-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin: 0 !important;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(3, 169, 244, 0.12);
    box-shadow: 0 4px 20px rgba(3, 169, 244, 0.07), 0 1px 4px rgba(0, 0, 0, 0.04);
    overflow: hidden;
  }

  .sec-4-steps .steps-col {
    padding: 0 !important;
    margin-bottom: 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sec-4-steps .card.work_card {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    transform: none !important;
  }

  .sec-4-steps .card.work_card:not(:last-child) {
    border-bottom: 1px solid #edf2f7 !important;
  }

  .sec-4-steps .card.work_card:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  .sec-4-steps .card.work_card:hover .number_box {
    transform: none !important;
    box-shadow: 0 2px 8px rgba(2, 132, 199, 0.2) !important;
  }

  .sec-4-steps .work_card-inner {
    padding: 13px 15px;
    gap: 12px;
    align-items: center;
  }

  .sec-4-steps .number_box {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 10px !important;
  }

  .sec-4-steps .number_box h3 {
    font-size: 0.82rem !important;
  }

  .sec-4-steps .work_body h4 {
    font-size: 0.9rem !important;
    margin-bottom: 3px !important;
  }

  .sec-4-steps .work_body p {
    font-size: 0.8rem !important;
    line-height: 1.42 !important;
  }
}

@media (max-width: 767.98px) {
  .sec-4-steps {
    padding: 18px 0 !important;
  }

  .sec-4-steps .steps-head h2 {
    font-size: 1.1rem !important;
  }

  .sec-4-steps .steps-head p {
    font-size: 0.78rem !important;
  }

  .sec-4-steps .work_card-inner {
    padding: 12px 14px;
    gap: 11px;
  }

  .sec-4-steps .number_box {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 9px !important;
  }

  .sec-4-steps .number_box h3 {
    font-size: 0.78rem !important;
  }

  .sec-4-steps .work_body h4 {
    font-size: 0.86rem !important;
  }

  .sec-4-steps .work_body p {
    font-size: 0.77rem !important;
    line-height: 1.4 !important;
  }
}

@media (min-width: 992px) {
  .sec-4-steps .card.work_card {
    padding: 20px 18px !important;
  }

  .sec-4-steps .steps-col {
    margin-bottom: 0;
  }
}

/* ========== benefits panel (desktop + mobile) ========== */
.benefits-panel {
  padding: 48px 0 !important;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%) !important;
}

.benefits-panel .benefits-head {
  margin-bottom: 22px !important;
}

.benefits-panel .benefits-head h2 {
  font-size: 1.55rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 6px !important;
  background: none !important;
  -webkit-text-fill-color: #0f172a !important;
}

.benefits-panel .benefits-head p {
  font-size: 0.9rem !important;
  color: #64748b !important;
  margin: 0 auto !important;
  max-width: 460px;
  line-height: 1.45;
}

.benefits-panel .benefit-card-inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}

.benefits-panel .benefit-card .icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  font-size: 1rem !important;
  color: #0284c7 !important;
  background: linear-gradient(145deg, #e3f2fd 0%, #f5fbff 100%);
  border: 1px solid rgba(3, 169, 244, 0.14);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: none;
}

.benefits-panel .benefit-body {
  flex: 1;
  min-width: 0;
}

.benefits-panel .benefit-card h4 {
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  margin: 0 0 4px !important;
  line-height: 1.3 !important;
}

.benefits-panel .benefit-card p {
  font-size: 0.82rem !important;
  color: #64748b !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

.benefits-panel .benefit-card {
  background: #fff;
  border-radius: 14px;
  padding: 14px 14px !important;
  margin-bottom: 0 !important;
  height: 100%;
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(3, 169, 244, 0.1) !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  transform: none !important;
}

.benefits-panel .benefit-card:hover {
  transform: none !important;
  box-shadow: 0 4px 18px rgba(3, 169, 244, 0.1) !important;
  border-color: rgba(3, 169, 244, 0.22) !important;
}

.benefits-panel .benefit-card:hover .icon {
  transform: none !important;
}

.benefits-panel .benefits-row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

.benefits-panel .benefits-col {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  .benefits-panel {
    padding: 22px 0 !important;
  }

  .benefits-panel .benefits-head {
    margin-bottom: 12px !important;
  }

  .benefits-panel .benefits-head h2 {
    font-size: 1.15rem !important;
  }

  .benefits-panel .benefits-head p {
    font-size: 0.8rem !important;
  }

  .benefits-panel .benefits-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin: 0 !important;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(3, 169, 244, 0.12);
    box-shadow: 0 4px 20px rgba(3, 169, 244, 0.07), 0 1px 4px rgba(0, 0, 0, 0.04);
    overflow: hidden;
  }

  .benefits-panel .benefits-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }

  .benefits-panel .benefit-card {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .benefits-panel .benefit-card:not(:last-child) {
    border-bottom: 1px solid #edf2f7 !important;
  }

  .benefits-panel .benefit-card-inner {
    padding: 12px 14px;
    gap: 11px;
    align-items: center;
  }

  .benefits-panel .benefit-card .icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    font-size: 0.92rem !important;
    border-radius: 9px;
  }

  .benefits-panel .benefit-card h4 {
    font-size: 0.86rem !important;
    margin-bottom: 2px !important;
  }

  .benefits-panel .benefit-card p {
    font-size: 0.77rem !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 767.98px) {
  .benefits-panel {
    padding: 18px 0 !important;
  }

  .benefits-panel .benefits-head h2 {
    font-size: 1.08rem !important;
  }

  .benefits-panel .benefits-head p {
    font-size: 0.76rem !important;
  }

  .benefits-panel .benefit-card-inner {
    padding: 11px 13px;
    gap: 10px;
  }

  .benefits-panel .benefit-card .icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    font-size: 0.85rem !important;
  }

  .benefits-panel .benefit-card h4 {
    font-size: 0.84rem !important;
  }

  .benefits-panel .benefit-card p {
    font-size: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .benefits-panel .benefits-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }

  .benefits-panel .benefit-card {
    padding: 16px 14px !important;
  }

  .benefits-panel .benefit-card h4 {
    font-size: 0.94rem !important;
  }

  .benefits-panel .benefit-card p {
    font-size: 0.84rem !important;
  }
}

/* ========== stats panel (desktop + mobile) ========== */
.stats-panel {
  padding: 40px 0 !important;
  background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 55%, #38bdf8 100%) !important;
  color: #fff;
}

.stats-panel .stats-head {
  margin-bottom: 16px !important;
  text-align: center;
}

.stats-panel .stats-head h2 {
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 !important;
  letter-spacing: -0.02em;
}

.stats-panel .stats-shell {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 6px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 28px rgba(2, 80, 120, 0.18);
}

.stats-panel .stats-row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin: 0 !important;
}

.stats-panel .stats-col {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.stats-panel .stat-card {
  padding: 0 !important;
  height: 100%;
  background: transparent !important;
  text-align: center;
}

.stats-panel .stat-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 14px 10px;
  min-height: 88px;
  text-align: center;
}

.stats-panel .stat-icon {
  width: 32px;
  height: 32px;
  margin: 0 !important;
  font-size: 0.95rem !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: none;
}

.stats-panel .stat-body {
  min-width: 0;
}

.stats-panel .stat-number {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 0 1px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em;
}

.stats-panel .stat-label {
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  margin: 0 !important;
  line-height: 1.25 !important;
}

.stats-panel .stat-card:hover .stat-icon {
  transform: none !important;
  color: #fff !important;
}

/* 2x2 grid dividers inside shell */
.stats-panel .stats-col:nth-child(1) .stat-card-inner,
.stats-panel .stats-col:nth-child(2) .stat-card-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.stats-panel .stats-col:nth-child(odd) .stat-card-inner {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 991.98px) {
  .stats-panel {
    padding: 20px 0 !important;
  }

  .stats-panel .stats-head {
    margin-bottom: 10px !important;
  }

  .stats-panel .stats-head h2 {
    font-size: 1.1rem !important;
  }

  .stats-panel .stats-shell {
    border-radius: 12px;
    padding: 4px;
  }

  .stats-panel .stat-card-inner {
    padding: 11px 8px;
    min-height: 76px;
    gap: 3px;
  }

  .stats-panel .stat-icon {
    width: 28px;
    height: 28px;
    font-size: 0.82rem !important;
    border-radius: 8px;
  }

  .stats-panel .stat-number {
    font-size: 1.05rem !important;
  }

  .stats-panel .stat-label {
    font-size: 0.66rem !important;
  }
}

@media (max-width: 767.98px) {
  .stats-panel {
    padding: 16px 0 !important;
  }

  .stats-panel .stats-head h2 {
    font-size: 1.02rem !important;
  }

  .stats-panel .stat-card-inner {
    padding: 10px 6px;
    min-height: 70px;
  }

  .stats-panel .stat-icon {
    width: 26px;
    height: 26px;
    font-size: 0.78rem !important;
  }

  .stats-panel .stat-number {
    font-size: 0.98rem !important;
  }

  .stats-panel .stat-label {
    font-size: 0.62rem !important;
  }
}

@media (min-width: 992px) {
  .stats-panel {
    padding: 44px 0 !important;
  }

  .stats-panel .stats-head h2 {
    font-size: 1.55rem !important;
  }

  .stats-panel .stats-shell {
    padding: 8px;
  }

  .stats-panel .stats-row {
    --bs-gutter-x: 0;
  }

  /* Desktop: 4 columns, vertical dividers only */
  .stats-panel .stats-col .stat-card-inner {
    border-bottom: none !important;
  }

  .stats-panel .stats-col:not(:last-child) .stat-card-inner {
    border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .stats-panel .stat-card-inner {
    min-height: 96px;
    padding: 16px 12px;
  }

  .stats-panel .stat-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem !important;
  }

  .stats-panel .stat-number {
    font-size: 1.45rem !important;
  }

  .stats-panel .stat-label {
    font-size: 0.78rem !important;
  }
}

@media (max-width: 991.98px) {
  .sec-3-catalog {
    padding: 28px 0 !important;
  }

  .sec-3-catalog .catalog-head {
    margin-bottom: 16px;
  }

  .sec-3-catalog .catalog-head h2 {
    font-size: 1.25rem !important;
  }

  .sec-3-catalog .catalog-panels {
    grid-template-columns: 1fr;
    gap: 10px;
    min-width: 0;
    max-width: 100%;
  }

  .sec-3-catalog .catalog-panel {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .sec-3-catalog .catalog-scroll.countries-scroll {
    max-height: 240px;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .sec-3-catalog .catalog-grid--countries {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
  }

  .sec-3-catalog .catalog-tile--country,
  .sec-3-catalog .catalog-grid--countries .catalog-tile--cta {
    width: auto !important;
    flex: unset !important;
    min-width: 0;
    max-width: 100%;
  }

  .sec-3-catalog .catalog-tile--country > a,
  .sec-3-catalog .catalog-grid--countries .catalog-tile--cta > a {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 8px 4px !important;
    gap: 4px !important;
    min-height: 58px;
    height: auto !important;
  }

  .sec-3-catalog .catalog-tile--country span {
    font-size: 0.68rem !important;
    white-space: normal;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.15 !important;
    word-break: break-word;
  }

  .sec-3-catalog .catalog-tile--country img {
    width: 28px !important;
    height: 20px !important;
    max-width: 100%;
  }

  .sec-3-catalog .service-box.catalog-tile {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
  }

  .sec-3-catalog .catalog-scroll.apps-scroll {
    max-height: 340px;
  }
}

@media (max-width: 767.98px) {
  .sec-3-catalog {
    padding: 20px 0 !important;
  }

  .sec-3-catalog .catalog-head h2 {
    font-size: 1.12rem !important;
  }

  .sec-3-catalog .sec3-lead {
    font-size: 0.8rem !important;
  }

  .sec-3-catalog .catalog-panel {
    border-radius: 12px;
  }

  .sec-3-catalog .catalog-panel-head {
    padding: 9px 12px;
  }

  .sec-3-catalog .catalog-scroll.apps-scroll {
    max-height: 300px;
    padding: 8px;
  }

  .sec-3-catalog .catalog-scroll.countries-scroll {
    max-height: 220px;
    padding: 7px;
  }

  .sec-3-catalog .catalog-grid--countries {
    gap: 5px;
  }

  .sec-3-catalog .catalog-tile--country > a,
  .sec-3-catalog .catalog-grid--countries .catalog-tile--cta > a {
    padding: 7px 3px !important;
    min-height: 54px;
  }

  .sec-3-catalog .catalog-tile--country span {
    font-size: 0.64rem !important;
  }

  .sec-3-catalog .catalog-tile--country img {
    width: 26px !important;
    height: 18px !important;
  }

  .sec-3-catalog .catalog-grid--apps {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .sec-3-catalog .catalog-tile > a {
    padding: 9px 10px !important;
    min-height: 44px;
  }

  .sec-3-catalog .catalog-tile span {
    font-size: 0.82rem !important;
  }

  .sec-3-catalog .catalog-tile--app .rate {
    font-size: 0.72rem !important;
    padding: 4px 9px !important;
  }

  .sec-3-catalog .catalog-foot {
    margin-top: 14px;
  }

  .sec-3-catalog .btn-view-all {
    font-size: 0.82rem;
    padding: 0.45rem 1rem;
  }
}

@media (min-width: 992px) {
  .sec-3-catalog .catalog-grid--apps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sec-3-catalog .catalog-tile--app span {
    font-size: 0.78rem !important;
  }
}

@media (min-width: 1200px) {
  .sec-3-catalog .catalog-head h2 {
    font-size: 1.75rem;
  }

  .sec-3-catalog .catalog-panels {
    grid-template-columns: minmax(240px, 320px) 1fr;
    gap: 16px;
  }
}

/* Hero CTA row */
.banner_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}
.btn-google-play {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  background: #000 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 10px 18px !important;
  text-decoration: none !important;
  font-size: 14px;
  border: 2px solid rgba(255,255,255,.25) !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}
.btn-google-play:hover { background: #222 !important; color: #fff !important; }
.btn-google-play-text { text-align: left; line-height: 1.15; }
.btn-google-play-text small { display: block; font-size: 10px; opacity: .75; letter-spacing: .4px; }
.btn-google-play-text strong { font-size: 15px; letter-spacing: .2px; }
.banner_old-portal-note { margin-top: 10px; font-size: .78rem; opacity: .9; }
.banner_old-portal-note a { color: inherit; text-decoration: underline; }

.hero-img { max-width: 420px; margin: 0 auto; display: block; }

/* Feature cards — horizontal layout (desktop) */
.feature_card-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
}
.feature_card-icon { flex: 0 0 56px; }
.feature_card-icon img { max-width: 56px; height: auto; }
.feature_card-body h4 { margin: 0 0 6px; font-size: 1.05rem; font-weight: 600; padding: 0 !important; }
.feature_card-body p { margin: 0; font-size: .88rem; line-height: 1.45; color: #444; padding: 0 !important; }

/* Payment methods (footer) */
.payment-methods-lead { font-size: .95rem; color: #666; margin-bottom: 14px !important; padding-bottom: 0 !important; }
.payment-methods-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 720px;
  margin: 0 auto;
}
.payment-method-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(3,169,244,.08);
  border: 1px solid rgba(3,169,244,.18);
  color: #0369a1;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.2;
}

/* ========== Inner pages — about-us & shared page sections ========== */
.page-banner-compact {
  padding: 22px 0 !important;
}

.page-banner-compact h1 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.25;
}

.page-banner-compact p {
  font-size: 0.86rem;
  opacity: 0.92;
  margin: 0;
  line-height: 1.4;
}

.page-section-compact {
  padding: 36px 0;
}

/* ========== Blog pages ========== */
.blog-hero {
  background: linear-gradient(135deg, #f4fbff 0%, #eef5ff 45%, #ffffff 100%);
}

.blog-hero.page-banner-compact {
  padding: 28px 0 !important;
}

.blog-hero--post {
  background: #f8fafc !important;
}

.blog-shell.page-section-compact {
  background: #f8fafc;
}

.blog-list-panel {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.blog-list-item {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(3, 169, 244, 0.1);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-list-thumb {
  display: block;
  overflow: hidden;
}

.blog-list-thumb-img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #e9eef5;
  transition: transform 0.25s ease;
}

.blog-list-thumb:hover .blog-list-thumb-img {
  transform: scale(1.03);
}

.blog-list-body {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.blog-list-title {
  color: #0f172a;
}

.blog-list-excerpt {
  flex: 1;
}

.blog-read-more {
  margin-top: auto;
}

@media (min-width: 768px) {
  .blog-list-panel {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .blog-list-panel {
    grid-template-columns: repeat(3, 1fr);
  }

  .blog-list-body {
    padding: 20px;
  }
}

/* ========== Contact page ========== */
.contact-section.page-section-compact {
  background: #f8fafc;
}

.contact-section .row {
  --bs-gutter-y: 16px;
}

.contact-section .contact-form-wrapper {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(3, 169, 244, 0.1);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  padding: 24px 20px;
}

.contact-form-head h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.contact-form-head p {
  font-size: 0.86rem;
  color: #64748b;
  line-height: 1.45;
  margin-bottom: 18px;
}

.contact-form .form-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 5px;
}

.contact-form .form-control,
.contact-form .form-select {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.88rem;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #0284c7;
  box-shadow: 0 0 0 0.15rem rgba(2, 132, 199, 0.15);
}

.contact-form textarea.form-control {
  min-height: 120px;
}

.contact-form .form-check-label {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.4;
}

.contact-form .btn-primary {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 10px;
}

.contact-info-panel {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(3, 169, 244, 0.1);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  padding: 20px 18px;
  height: 100%;
}

.contact-info-panel h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.contact-info-lead {
  font-size: 0.84rem;
  color: #64748b;
  line-height: 1.45;
  margin-bottom: 14px;
}

.contact-section .contact-methods {
  margin-top: 0 !important;
}

.contact-section .contact-method {
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.contact-section .contact-method-inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
}

.contact-section .contact-method-inner .icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  font-size: 0.95rem !important;
  color: #0284c7 !important;
  background: linear-gradient(145deg, #e3f2fd 0%, #f5fbff 100%) !important;
  border: 1px solid rgba(3, 169, 244, 0.14);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-section .contact-method-body {
  flex: 1;
  min-width: 0;
}

.contact-section .contact-method-body h4 {
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  margin: 0 0 3px !important;
  line-height: 1.3 !important;
}

.contact-section .contact-method-body p {
  font-size: 0.8rem !important;
  color: #64748b !important;
  margin: 0 0 2px !important;
  line-height: 1.4 !important;
  word-break: break-word;
}

.contact-section .contact-method-body p a {
  color: #0284c7;
  text-decoration: none;
}

.contact-section .contact-method-body p a:hover {
  color: #0369a1;
}

.contact-section .contact-method-body small {
  font-size: 0.68rem !important;
  color: #94a3b8 !important;
}

.contact-section .contact-method + .contact-method {
  border-top: 1px solid #edf2f7;
}

.contact-section .contact-form-wrapper {
  background: #fff !important;
  border-radius: 14px !important;
  border: 1px solid rgba(3, 169, 244, 0.1) !important;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06) !important;
  padding: 24px 20px !important;
}

.contact-section .contact-form-wrapper h2 {
  color: #0f172a !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}

.contact-section .contact-info.contact-info-panel {
  background: #fff !important;
  border-radius: 14px !important;
  border: 1px solid rgba(3, 169, 244, 0.1) !important;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06) !important;
  padding: 20px 18px !important;
  height: 100%;
}

.contact-section .contact-info-panel h3 {
  color: #0f172a !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}

.contact-faq-preview {
  background: #f8fafc;
}

.contact-faq-head {
  margin-bottom: 16px;
}

.contact-faq-head h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.contact-faq-head p {
  font-size: 0.84rem;
  color: #64748b;
  margin: 0;
}

.contact-faq-panel .faq-item {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(3, 169, 244, 0.1);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  padding: 16px 14px;
  height: 100%;
  margin-bottom: 12px;
}

.contact-faq-panel .faq-item h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
  line-height: 1.35;
}

.contact-faq-panel .faq-item p {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.45;
  margin: 0;
}

.contact-faq-cta {
  margin-top: 14px;
}

.contact-faq-cta .btn-outline-primary {
  font-size: 0.86rem;
  padding: 9px 18px;
  border-radius: 999px;
}

/* ========== Thank-you page ========== */
.thank-you-section.page-section-compact {
  background: #f8fafc;
}

.thank-you-panel {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(3, 169, 244, 0.1);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  padding: 28px 22px;
}

.thank-you-icon-wrap {
  margin-bottom: 12px;
}

.thank-you-icon {
  font-size: 3rem;
  color: #22c55e;
  line-height: 1;
}

.thank-you-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px;
  line-height: 1.3;
}

.thank-you-message {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0 auto 18px;
  max-width: 440px;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 14px;
}

.thank-you-actions .thank-you-btn {
  font-size: 0.88rem;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
}

.thank-you-btn-outline {
  border: 1px solid #0284c7;
  color: #0284c7;
}

.thank-you-btn-outline:hover {
  background: #0284c7;
  color: #fff;
}

.thank-you-redirect {
  font-size: 0.76rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.4;
}

/* ========== Legal / policy pages ========== */
.legal-page.page-section-compact {
  background: #f8fafc;
}

.legal-panel {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(3, 169, 244, 0.1);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.legal-page .legal-section {
  margin-bottom: 0 !important;
  padding: 18px 16px !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.legal-page .legal-section + .legal-section {
  border-top: 1px solid #edf2f7;
}

.legal-page .legal-section h2 {
  color: #0f172a !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  border-bottom: none !important;
}

.legal-page .legal-section h3 {
  color: #334155 !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  margin: 10px 0 6px !important;
  line-height: 1.35 !important;
}

.legal-page .legal-section p,
.legal-page .legal-section li {
  color: #64748b !important;
  font-size: 0.86rem !important;
  line-height: 1.55 !important;
  margin-bottom: 8px !important;
}

.legal-page .legal-section ul,
.legal-page .legal-section ol {
  color: #64748b !important;
  margin-bottom: 8px !important;
  padding-left: 1.15rem !important;
}

.legal-page .legal-section li {
  margin-bottom: 4px !important;
}

.legal-page .legal-section li:last-child {
  margin-bottom: 0 !important;
}

.legal-page .legal-section p:last-child {
  margin-bottom: 0 !important;
}

.deletion-section.page-section-compact {
  background: #f8fafc;
}

.page-cta-compact {
  padding: 36px 0;
}

.page-cta-compact h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-cta-compact p {
  font-size: 0.88rem;
  margin-bottom: 14px;
  opacity: 0.92;
}

.page-cta-compact .btn-primary {
  padding: 10px 22px;
  font-size: 0.88rem;
  border-radius: 999px;
}

/* Mission / feature card inner layout (desktop base) */
.mission-card-inner,
.team-section .feature-card-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
}

.mission-card-inner .icon,
.team-section .feature-card-inner .icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0;
  font-size: 1rem;
  color: #0284c7;
  background: linear-gradient(145deg, #e3f2fd 0%, #f5fbff 100%);
  border: 1px solid rgba(3, 169, 244, 0.14);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-body,
.team-section .feature-card-body {
  flex: 1;
  min-width: 0;
}

.pricing-features .feature-item-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
}

.pricing-features .feature-item-inner .icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0;
  font-size: 1rem;
  color: #0284c7;
  background: linear-gradient(145deg, #e3f2fd 0%, #f5fbff 100%);
  border: 1px solid rgba(3, 169, 244, 0.14);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-features .feature-item-body {
  flex: 1;
  min-width: 0;
}

/* ========== Pricing cards — modern layout (desktop + mobile) ========== */
.pricing-section .pricing-cards-row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.pricing-section .pricing-plan-col {
  display: flex;
}

.pricing-section .pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06) !important;
  overflow: hidden;
  transform: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pricing-section .pricing-card:hover {
  border-color: #7dd3fc !important;
  box-shadow: 0 8px 26px rgba(3, 169, 244, 0.12) !important;
  transform: none !important;
}

.pricing-section .pricing-card.is-featured {
  border-color: #38bdf8 !important;
  box-shadow: 0 8px 28px rgba(3, 169, 244, 0.14) !important;
}

.pricing-section .pricing-card-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0369a1;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  padding: 3px 8px;
  border-radius: 999px;
  line-height: 1.2;
}

.pricing-section .pricing-card-body {
  flex: 1;
  padding: 22px 18px 14px;
  text-align: center;
}

.pricing-section .pricing-plan-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  margin: 0 0 12px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.pricing-section .pricing-card.is-featured .pricing-plan-name {
  color: #0369a1;
  padding-right: 48px;
}

.pricing-section .pricing-plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin-bottom: 12px;
}

.pricing-section .pricing-amount {
  font-size: 2.1rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1;
}

.pricing-section .pricing-currency {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0284c7;
}

.pricing-section .pricing-period {
  font-size: 0.75rem;
  font-weight: 500;
  color: #94a3b8;
}

.pricing-section .pricing-credits {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0369a1;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 999px;
  line-height: 1.2;
}

.pricing-section .pricing-card-action {
  padding: 0 16px 16px;
  margin-top: auto;
}

.pricing-section .btn-pricing {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 16px;
  border-radius: 10px;
  color: #fff !important;
  background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
  border: none;
  box-shadow: 0 2px 10px rgba(2, 132, 199, 0.22);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.pricing-section .btn-pricing:hover,
.pricing-section .btn-pricing:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #0369a1 0%, #0284c7 100%);
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
}

.pricing-section .pricing-card.is-featured .btn-pricing {
  background: linear-gradient(135deg, #0369a1 0%, #0284c7 100%);
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.28);
}

/* Legacy markup fallback */
.pricing-section .pricing-card .card-header,
.pricing-section .pricing-card .card-footer {
  display: none !important;
}

@media (max-width: 991.98px) {
  .page-banner-compact {
    padding: 16px 0 !important;
  }

  .page-banner-compact h1 {
    font-size: 1.15rem !important;
    margin-bottom: 4px !important;
  }

  .page-banner-compact p {
    font-size: 0.78rem !important;
  }

  .page-section-compact,
  .about-section,
  .mission-section,
  .team-section,
  .pricing-section,
  .pricing-features,
  .faq-section,
  .blog-shell.page-section-compact,
  .contact-section.page-section-compact,
  .contact-faq-preview.page-section-compact,
  .thank-you-section.page-section-compact,
  .legal-page.page-section-compact,
  .deletion-section.page-section-compact {
    padding: 18px 0 !important;
  }

  .blog-hero.page-banner-compact {
    padding: 16px 0 !important;
  }

  .blog-hero--post {
    padding: 12px 0 !important;
  }

  .blog-sidebar {
    position: static !important;
    margin-top: 4px;
  }

  .blog-article-image {
    max-height: 220px;
  }

  .blog-article-title {
    font-size: 1.22rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
  }

  .blog-article-content,
  .blog-article-content p,
  .blog-article-content li {
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
  }

  .blog-article-content h2 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
  }

  .blog-article-content h3 {
    font-size: 0.92rem !important;
    line-height: 1.3 !important;
  }

  .blog-article-content h4 {
    font-size: 0.86rem !important;
    line-height: 1.3 !important;
  }

  .blog-hero.page-banner-compact p {
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
  }

  .blog-list-excerpt {
    font-size: 0.78rem !important;
    line-height: 1.4 !important;
  }

  .contact-form-wrapper {
    padding: 16px 14px !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05) !important;
  }

  .contact-form-head h2 {
    font-size: 1.05rem !important;
    margin-bottom: 4px !important;
  }

  .contact-form-head p,
  .contact-info-lead,
  .contact-method-body p,
  .contact-faq-head p,
  .contact-faq-panel .faq-item p {
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
  }

  .contact-form-head p {
    margin-bottom: 12px !important;
  }

  .contact-form .form-label {
    font-size: 0.76rem !important;
    margin-bottom: 4px !important;
  }

  .contact-form .form-control,
  .contact-form .form-select {
    font-size: 0.86rem !important;
    padding: 9px 10px !important;
    border-radius: 8px !important;
  }

  .contact-form textarea.form-control {
    min-height: 100px !important;
  }

  .contact-form .form-check-label {
    font-size: 0.74rem !important;
  }

  .contact-form .btn-primary {
    width: 100%;
    font-size: 0.86rem !important;
    padding: 10px 16px !important;
  }

  .contact-info-panel {
    margin-top: 0 !important;
    padding: 14px 14px !important;
    border-radius: 12px !important;
  }

  .contact-info-panel h3 {
    font-size: 0.95rem !important;
    margin-bottom: 4px !important;
  }

  .contact-info-lead {
    margin-bottom: 8px !important;
  }

  .contact-method-inner {
    padding: 10px 0 !important;
    gap: 10px !important;
  }

  .contact-method-inner .icon {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 0.88rem !important;
    border-radius: 9px !important;
  }

  .contact-method-body h4 {
    font-size: 0.84rem !important;
  }

  .contact-method-body small {
    font-size: 0.64rem !important;
  }

  .contact-faq-head {
    margin-bottom: 10px !important;
  }

  .contact-faq-head h2 {
    font-size: 1.05rem !important;
  }

  .contact-faq-panel .row {
    --bs-gutter-y: 0;
    margin: 0 !important;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(3, 169, 244, 0.1);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
    overflow: hidden;
  }

  .contact-faq-panel .col-lg-6 {
    padding: 0 !important;
  }

  .contact-faq-panel .faq-item {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 12px 14px !important;
    margin-bottom: 0 !important;
  }

  .contact-faq-panel .col-lg-6 + .col-lg-6 .faq-item,
  .contact-faq-panel .col-lg-6:not(:first-child) .faq-item {
    border-top: 1px solid #edf2f7;
  }

  .contact-faq-panel .faq-item h4 {
    font-size: 0.84rem !important;
    margin-bottom: 4px !important;
  }

  .contact-faq-cta {
    margin-top: 10px !important;
  }

  .contact-faq-cta .btn-outline-primary {
    font-size: 0.82rem !important;
    padding: 8px 16px !important;
  }

  .thank-you-panel {
    padding: 18px 16px !important;
    border-radius: 12px !important;
  }

  .thank-you-icon {
    font-size: 2.4rem !important;
  }

  .thank-you-heading {
    font-size: 1.05rem !important;
    margin-bottom: 8px !important;
  }

  .thank-you-message,
  .thank-you-redirect {
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
  }

  .thank-you-message {
    margin-bottom: 14px !important;
  }

  .thank-you-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 8px !important;
    margin-bottom: 12px !important;
  }

  .thank-you-actions .thank-you-btn {
    width: 100%;
    font-size: 0.86rem !important;
    padding: 10px 16px !important;
    margin: 0 !important;
  }

  .legal-page .legal-section {
    padding: 14px 14px !important;
  }

  .legal-page .legal-section h2 {
    font-size: 0.92rem !important;
    margin-bottom: 6px !important;
  }

  .legal-page .legal-section h3 {
    font-size: 0.86rem !important;
    margin: 8px 0 4px !important;
  }

  .legal-page .legal-section p,
  .legal-page .legal-section li {
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
    margin-bottom: 6px !important;
  }

  .legal-page .legal-section ul,
  .legal-page .legal-section ol {
    margin-bottom: 6px !important;
    padding-left: 1.05rem !important;
  }

  .deletion-section .contact-form .btn-primary {
    width: 100%;
  }

  .page-cta-compact,
  .cta-section.page-cta-compact {
    padding: 20px 0 !important;
  }

  .page-cta-compact h2,
  .cta-section.page-cta-compact h2 {
    font-size: 1.08rem !important;
    margin-bottom: 6px !important;
  }

  .page-cta-compact p,
  .cta-section.page-cta-compact p {
    font-size: 0.8rem !important;
    margin-bottom: 10px !important;
  }

  .page-cta-compact .btn-primary {
    padding: 8px 18px !important;
    font-size: 0.82rem !important;
  }

  /* About — intro */
  .about-section .about-content {
    text-align: center;
  }

  .about-section .about-content h2 {
    font-size: 1.1rem !important;
    margin-bottom: 8px !important;
    color: #0f172a !important;
  }

  .about-section .about-content p {
    font-size: 0.8rem !important;
    line-height: 1.45 !important;
    margin-bottom: 8px !important;
    color: #64748b !important;
  }

  .about-section .about-image {
    text-align: center;
    margin-top: 10px;
  }

  .about-section .about-hero-img {
    max-width: 150px;
    margin: 0 auto;
  }

  .about-section .about-stats-row {
    flex-direction: row !important;
    gap: 6px !important;
    margin-top: 12px !important;
    padding: 10px 8px !important;
    background: #fff;
    border: 1px solid rgba(3, 169, 244, 0.12);
    border-radius: 12px;
    box-shadow: 0 2px 14px rgba(15, 23, 42, 0.05);
  }

  .about-section .stat-item h3 {
    font-size: 1rem !important;
    margin-bottom: 1px !important;
    color: #0284c7 !important;
  }

  .about-section .stat-item p {
    font-size: 0.66rem !important;
    margin: 0 !important;
    color: #64748b !important;
  }

  /* Mission — unified panel */
  .mission-section {
    background: #f8fafc !important;
  }

  .mission-section .mission-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin: 0 !important;
    background: #fff;
    border: 1px solid rgba(3, 169, 244, 0.12);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(3, 169, 244, 0.06);
    overflow: hidden;
  }

  .mission-section .mission-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }

  .mission-section .mission-card {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    text-align: left !important;
    height: auto !important;
  }

  .mission-section .mission-card:not(:last-child) {
    border-bottom: 1px solid #edf2f7 !important;
  }

  .mission-section .mission-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  .mission-section .mission-card-inner {
    padding: 12px 14px;
    gap: 11px;
    align-items: center;
  }

  .mission-section .mission-card-inner .icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    font-size: 0.88rem !important;
    border-radius: 9px;
  }

  .mission-section .mission-card h3 {
    font-size: 0.86rem !important;
    margin-bottom: 2px !important;
    color: #0f172a !important;
  }

  .mission-section .mission-card p {
    font-size: 0.76rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    color: #64748b !important;
  }

  /* Why choose — unified panel */
  .team-section .section-header {
    margin-bottom: 12px !important;
  }

  .team-section .section-header h2 {
    font-size: 1.1rem !important;
    margin-bottom: 4px !important;
    color: #0f172a !important;
  }

  .team-section .section-header p {
    font-size: 0.78rem !important;
    margin: 0 auto !important;
    color: #64748b !important;
    max-width: 320px;
  }

  .team-section .team-feature-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin: 0 !important;
    background: #fff;
    border: 1px solid rgba(3, 169, 244, 0.12);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(3, 169, 244, 0.06);
    overflow: hidden;
  }

  .team-section .team-feature-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }

  .team-section .feature-card {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    text-align: left !important;
    height: auto !important;
  }

  .team-section .feature-card:not(:last-child) {
    border-bottom: 1px solid #edf2f7 !important;
  }

  .team-section .feature-card:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
  }

  .team-section .feature-card:hover .icon {
    transform: none !important;
  }

  .team-section .feature-card-inner {
    padding: 12px 14px;
    gap: 11px;
    align-items: center;
  }

  .team-section .feature-card-inner .icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    font-size: 0.88rem !important;
    margin-bottom: 0 !important;
    border-radius: 9px;
  }

  .team-section .feature-card h4 {
    font-size: 0.86rem !important;
    margin-bottom: 2px !important;
    color: #0f172a !important;
  }

  .team-section .feature-card p {
    font-size: 0.76rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    color: #64748b !important;
  }

  /* Pricing page */
  .pricing-section,
  .pricing-features,
  .faq-section {
    padding: 18px 0 !important;
  }

  .pricing-section .pricing-intro {
    margin-bottom: 12px !important;
  }

  .pricing-section .pricing-intro h2,
  .pricing-features .pricing-features-intro h2,
  .faq-section .faq-intro h2 {
    font-size: 1.1rem !important;
    margin-bottom: 4px !important;
    color: #0f172a !important;
  }

  .pricing-section .pricing-intro p {
    font-size: 0.78rem !important;
    margin: 0 !important;
    color: #64748b !important;
  }

  .pricing-section .pricing-cards-row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }

  .pricing-section .pricing-card-body {
    padding: 14px 12px 10px;
  }

  .pricing-section .pricing-plan-name {
    font-size: 0.68rem !important;
    margin-bottom: 8px !important;
  }

  .pricing-section .pricing-card.is-featured .pricing-plan-name {
    padding-right: 42px;
  }

  .pricing-section .pricing-amount {
    font-size: 1.55rem !important;
  }

  .pricing-section .pricing-currency {
    font-size: 0.88rem !important;
  }

  .pricing-section .pricing-period {
    font-size: 0.68rem !important;
  }

  .pricing-section .pricing-credits {
    font-size: 0.7rem !important;
    padding: 4px 10px !important;
  }

  .pricing-section .pricing-card-action {
    padding: 0 10px 10px !important;
  }

  .pricing-section .btn-pricing {
    font-size: 0.8rem !important;
    padding: 10px 12px !important;
    border-radius: 9px !important;
  }

  .pricing-section .pricing-card-badge {
    font-size: 0.55rem !important;
    padding: 2px 6px !important;
    top: 8px;
    right: 8px;
  }

  .pricing-features {
    background: #f8fafc !important;
  }

  .pricing-features .pricing-features-intro {
    margin-bottom: 10px !important;
  }

  .pricing-features .pricing-features-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin: 0 !important;
    background: #fff;
    border: 1px solid rgba(3, 169, 244, 0.12);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(3, 169, 244, 0.06);
    overflow: hidden;
  }

  .pricing-features .pricing-feature-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }

  .pricing-features .feature-item {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    text-align: left !important;
  }

  .pricing-features .feature-item:not(:last-child) {
    border-bottom: 1px solid #edf2f7;
  }

  .pricing-features .feature-item-inner {
    padding: 12px 14px;
    gap: 11px;
    align-items: center;
  }

  .pricing-features .feature-item-inner .icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    font-size: 0.88rem !important;
    border-radius: 9px;
  }

  .pricing-features .feature-item h4 {
    font-size: 0.86rem !important;
    margin-bottom: 2px !important;
    color: #0f172a !important;
  }

  .pricing-features .feature-item p {
    font-size: 0.76rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    color: #64748b !important;
  }

  .faq-section .faq-intro {
    margin-bottom: 10px !important;
  }

  .faq-section .faq-accordion .accordion-item {
    margin-bottom: 7px !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 1px 8px rgba(15, 23, 42, 0.06) !important;
  }

  .faq-section .accordion-button {
    padding: 10px 12px !important;
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }

  .faq-section .accordion-body {
    padding: 10px 12px !important;
    font-size: 0.76rem !important;
    line-height: 1.45 !important;
    color: #64748b !important;
  }
}

@media (max-width: 767.98px) {
  .page-banner-compact {
    padding: 14px 0 !important;
  }

  .page-banner-compact h1 {
    font-size: 1.05rem !important;
  }

  .page-banner-compact p {
    font-size: 0.74rem !important;
  }

  .page-section-compact,
  .about-section,
  .mission-section,
  .team-section,
  .pricing-section,
  .pricing-features,
  .faq-section,
  .blog-shell.page-section-compact,
  .contact-section.page-section-compact,
  .contact-faq-preview.page-section-compact,
  .thank-you-section.page-section-compact,
  .legal-page.page-section-compact,
  .deletion-section.page-section-compact {
    padding: 14px 0 !important;
  }

  .blog-hero.page-banner-compact {
    padding: 14px 0 !important;
  }

  .blog-hero--post {
    padding: 10px 0 !important;
  }

  .blog-hero--post .blog-back-link {
    font-size: 0.82rem;
  }

  /* Listing — unified panel on mobile */
  .blog-list-panel {
    display: block;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(3, 169, 244, 0.1);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
    overflow: hidden;
  }

  .blog-list-item {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .blog-list-item + .blog-list-item {
    border-top: 1px solid #edf2f7;
  }

  .blog-list-thumb-img {
    height: 120px;
  }

  .blog-list-body {
    padding: 10px 12px 12px;
  }

  .blog-list-item--no-thumb .blog-list-body {
    padding-top: 12px;
  }

  .blog-list-title {
    font-size: 0.9rem !important;
    line-height: 1.35;
    margin-bottom: 4px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .blog-list-excerpt {
    font-size: 0.76rem !important;
    line-height: 1.4;
    margin-bottom: 6px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .blog-meta {
    font-size: 0.64rem !important;
    margin-bottom: 4px !important;
  }

  .blog-read-more {
    font-size: 0.72rem !important;
  }

  /* Single post */
  .blog-article {
    margin-bottom: 10px;
  }

  .blog-article-body {
    padding: 14px 12px !important;
  }

  .blog-article-title {
    font-size: 1.08rem !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
  }

  .blog-article-image {
    max-height: 160px !important;
  }

  .blog-article-content,
  .blog-article-content p,
  .blog-article-content li {
    font-size: 0.86rem !important;
    line-height: 1.55 !important;
  }

  .blog-article-content h2 { font-size: 0.98rem !important; }
  .blog-article-content h3 { font-size: 0.9rem !important; }
  .blog-article-content h4 { font-size: 0.84rem !important; }

  .blog-article-content p,
  .blog-article-content ul,
  .blog-article-content ol {
    margin-bottom: 10px !important;
  }

  .blog-article-content table {
    font-size: 0.78rem !important;
  }

  .blog-sidebar-body {
    padding: 12px 14px !important;
  }

  .blog-sidebar h3,
  .blog-sidebar h3.mb-4 {
    font-size: 0.78rem !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b !important;
    margin-bottom: 8px !important;
  }

  .blog-sidebar-item + .blog-sidebar-item {
    margin-top: 8px;
    padding-top: 8px;
  }

  .blog-sidebar-item a {
    font-size: 0.78rem !important;
  }

  .blog-sidebar-item small {
    font-size: 0.64rem !important;
  }

  .blog-pagination {
    margin-top: 12px !important;
    gap: 6px !important;
  }

  .blog-pagination a,
  .blog-pagination span {
    min-width: 34px !important;
    height: 34px !important;
    font-size: 0.76rem !important;
    padding: 0 10px !important;
  }

  .blog-empty {
    padding: 18px 14px !important;
  }

  .blog-empty h2 {
    font-size: 0.95rem !important;
  }

  .blog-empty p {
    font-size: 0.8rem !important;
  }

  .contact-form-wrapper {
    padding: 14px 12px !important;
  }

  .contact-form-head h2 {
    font-size: 1rem !important;
  }

  .contact-form-head p,
  .contact-info-lead,
  .contact-method-body p,
  .contact-faq-head p,
  .contact-faq-panel .faq-item p {
    font-size: 0.76rem !important;
  }

  .contact-form .form-label {
    font-size: 0.74rem !important;
  }

  .contact-form .form-control,
  .contact-form .form-select {
    font-size: 0.84rem !important;
    padding: 8px 10px !important;
  }

  .contact-form .form-check-label {
    font-size: 0.72rem !important;
  }

  .contact-info-panel {
    padding: 12px 12px !important;
  }

  .contact-info-panel h3 {
    font-size: 0.9rem !important;
  }

  .contact-method-inner {
    padding: 9px 0 !important;
    gap: 9px !important;
  }

  .contact-method-inner .icon {
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 0.82rem !important;
  }

  .contact-method-body h4 {
    font-size: 0.82rem !important;
  }

  .contact-faq-head h2 {
    font-size: 1rem !important;
  }

  .contact-faq-panel .faq-item {
    padding: 11px 12px !important;
  }

  .contact-faq-panel .faq-item h4 {
    font-size: 0.82rem !important;
  }

  .thank-you-panel {
    padding: 16px 14px !important;
  }

  .thank-you-icon {
    font-size: 2.1rem !important;
  }

  .thank-you-heading {
    font-size: 1rem !important;
  }

  .thank-you-message,
  .thank-you-redirect {
    font-size: 0.76rem !important;
  }

  .thank-you-actions .thank-you-btn {
    font-size: 0.84rem !important;
    padding: 9px 14px !important;
  }

  .legal-page .legal-section {
    padding: 12px 12px !important;
  }

  .legal-page .legal-section h2 {
    font-size: 0.88rem !important;
  }

  .legal-page .legal-section h3 {
    font-size: 0.82rem !important;
  }

  .legal-page .legal-section p,
  .legal-page .legal-section li {
    font-size: 0.76rem !important;
    line-height: 1.48 !important;
  }

  .page-cta-compact {
    padding: 16px 0 !important;
  }

  .about-section .about-hero-img {
    max-width: 130px;
  }

  .about-section .about-stats-row {
    padding: 8px 6px !important;
  }

  .about-section .stat-item h3 {
    font-size: 0.92rem !important;
  }

  .mission-section .mission-card-inner,
  .team-section .feature-card-inner {
    padding: 11px 12px;
    gap: 10px;
  }

  .mission-section .mission-card-inner .icon,
  .team-section .feature-card-inner .icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    font-size: 0.82rem !important;
  }

  .pricing-section .pricing-cards-row {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 8px;
  }

  .pricing-section .pricing-card-body {
    padding: 12px 10px 8px;
  }

  .pricing-section .pricing-plan-name {
    font-size: 0.64rem !important;
  }

  .pricing-section .pricing-amount {
    font-size: 1.35rem !important;
  }

  .pricing-section .pricing-credits {
    font-size: 0.66rem !important;
  }

  .pricing-section .btn-pricing {
    font-size: 0.76rem !important;
    padding: 9px 10px !important;
  }

  .pricing-features .feature-item-inner {
    padding: 11px 12px;
    gap: 10px;
  }

  .pricing-features .feature-item-inner .icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    font-size: 0.82rem !important;
  }

  .faq-section .accordion-button {
    font-size: 0.74rem !important;
    padding: 9px 10px !important;
  }

  .faq-section .accordion-body {
    font-size: 0.72rem !important;
    padding: 9px 10px !important;
  }
}

@media (min-width: 992px) {
  .mission-section .mission-card {
    padding: 20px 18px !important;
  }

  .mission-section .mission-card-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .mission-section .mission-card-inner .icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    font-size: 1.15rem;
  }

  .team-section .feature-card {
    padding: 22px 16px !important;
  }

  .team-section .feature-card-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .team-section .feature-card-inner .icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    font-size: 1.15rem;
    margin-bottom: 0;
  }

  .pricing-features .feature-item {
    padding: 22px 16px !important;
    text-align: center;
  }

  .pricing-features .feature-item-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .pricing-features .feature-item-inner .icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    font-size: 1.15rem;
  }

  .pricing-section .pricing-cards-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  .pricing-section .pricing-card-body {
    padding: 24px 20px 16px;
  }

  .pricing-section .pricing-plan-name {
    font-size: 0.85rem;
  }

  .pricing-section .pricing-amount {
    font-size: 2.25rem;
  }

  .pricing-section .btn-pricing {
    font-size: 0.92rem;
    padding: 12px 18px;
  }
}

/* ------------ ≤ 991px ------------ */
@media (max-width: 991.98px) {
  body { padding-top: 64px !important; }
  #header-content .navbar { padding: 8px 0 !important; }
  #header-content .navbar .navbar-brand img { max-height: 36px; width: auto; }

  .banner_area { padding: 24px 0 12px !important; }
  .banner_area h1 { font-size: 1.55rem !important; line-height: 1.25 !important; margin-bottom: 8px !important; }
  .banner_area p  { font-size: .92rem !important; line-height: 1.45 !important; }
  .hero-img { max-width: 260px; margin-top: 10px; }

  .section-compact, section, .sec-2, .work_area, .benefits-section, .stats-section, .testimonials-section, .cta-section, .get-started-section, .features-section { padding: 28px 0 !important; }
  .section-head-compact h2, .section-title, .title_area h2, .title_box h2 { font-size: 1.25rem !important; line-height: 1.3 !important; margin-bottom: 8px !important; }
  .title_box p, .sec3-lead { font-size: .85rem !important; }

  /* Footer — compact mobile, horizontal link rows */
  #footer_content .footer_top { padding: 16px 0 0 !important; }
  #footer_content .footer_top .top_inner {
    padding: 14px 12px !important;
    margin-bottom: -32px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07) !important;
  }
  #footer_content .footer_top .top_inner h2 {
    font-size: 0.98rem !important;
    margin-bottom: 4px !important;
  }
  #footer_content .footer_top .top_inner .payment-methods-lead {
    font-size: 0.74rem !important;
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
  }
  #footer_content .footer_top .top_inner > p {
    font-size: 0.74rem !important;
    padding: 0 !important;
    margin: 0;
  }
  #footer_content .footer_bottom { padding-top: 52px !important; padding-bottom: 16px !important; }
  #footer_content .footer_bottom.no-payment-methods { padding-top: 24px !important; }
  #footer_content .footer-content { margin-bottom: 12px !important; }
  #footer_content .footer-content .col-lg-4,
  #footer_content .footer-content .col-md-6,
  #footer_content .footer-content .col-md-12 {
    margin-bottom: 10px;
  }
  #footer_content .footer-section {
    text-align: center;
    margin-bottom: 0 !important;
  }
  #footer_content .footer-section h5 {
    font-size: 0.68rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px !important;
    padding-bottom: 0 !important;
    opacity: 0.85;
  }
  #footer_content .footer-section h5::after { display: none !important; }
  #footer_content .footer-links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #footer_content .footer-links li {
    margin: 0 !important;
    padding: 0 !important;
  }
  #footer_content .footer-links a {
    display: inline-block !important;
    font-size: 0.74rem !important;
    line-height: 1.2 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 5px 9px !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, 0.07) !important;
    white-space: nowrap;
    text-decoration: none !important;
  }
  #footer_content .footer-links a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12) !important;
    padding-left: 9px !important;
  }
  #footer_content .footer-links a i {
    font-size: 0.7rem;
    margin-right: 3px;
  }
  #footer_content .site_copyright p {
    font-size: 0.68rem !important;
    margin: 6px 0 0 !important;
    opacity: 0.7;
  }

  /* Feature cards — unified compact panel (tablet + phone) */
  .sec-2-features {
    padding: 14px 0 22px !important;
    background: linear-gradient(180deg, #f0f8ff 0%, #fff 100%);
  }
  .sec-2-features .card_area {
    padding: 0 !important;
    margin: 0 !important;
  }
  .sec-2-features .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin: 0 !important;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(3, 169, 244, 0.12);
    box-shadow: 0 4px 20px rgba(3, 169, 244, 0.07), 0 1px 4px rgba(0, 0, 0, 0.04);
    overflow: hidden;
  }
  .sec-2-features .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }
  .sec-2-features .card.feature_card {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: default;
    transform: none !important;
  }
  .sec-2-features .card.feature_card:not(:last-child) {
    border-bottom: 1px solid #edf2f7 !important;
  }
  .sec-2-features .feature_card-inner {
    padding: 14px 16px;
    gap: 12px;
    align-items: center;
  }
  .sec-2-features .feature_card-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #e3f2fd 0%, #f5fbff 100%);
    border-radius: 10px;
    border: 1px solid rgba(3, 169, 244, 0.14);
  }
  .sec-2-features .feature_card-icon img {
    max-width: 24px !important;
    width: 24px;
    height: auto;
  }
  .sec-2-features .feature_card-body {
    flex: 1;
    min-width: 0;
  }
  .sec-2-features .feature_card-body h4 {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    padding: 0 !important;
    margin: 0 0 2px !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
  }
  .sec-2-features .feature_card-body p {
    font-size: 0.84rem !important;
    line-height: 1.45 !important;
    color: #64748b !important;
    padding: 0 !important;
    font-weight: 400 !important;
  }
  .sec-2-features .card.feature_card:hover,
  .sec-2-features .card.feature_card:focus-within {
    background: transparent !important;
    transform: none !important;
    box-shadow: none !important;
  }
  .sec-2-features .card.feature_card:hover h4,
  .sec-2-features .card.feature_card:hover p {
    color: inherit !important;
  }
  .sec-2-features .card.feature_card:hover img {
    transform: none !important;
  }
}

/* ------------ ≤ 767px (phones) ------------ */
@media (max-width: 767.98px) {
  html { font-size: 15px; }
  body { padding-top: 56px !important; }
  .container, .container-fluid { padding-left: 14px !important; padding-right: 14px !important; }

  /* Hero */
  .banner_area { padding: 18px 0 10px !important; text-align: center; }
  .banner_area h1 { font-size: 1.28rem !important; }
  .banner_area p  { font-size: .86rem !important; margin-bottom: 0 !important; }
  .hero-img { max-width: 180px; margin: 8px auto 0; }

  .banner_actions { flex-direction: column; width: 100%; }
  .banner_area .btn_start,
  .banner_area .btn-google-play {
    width: 100% !important;
    max-width: 280px !important;
    justify-content: center;
  }

  /* Start button — white on blue banner */
  .banner_area .btn_start {
    background: #fff !important;
    color: #0288d1 !important;
    border: 2px solid #fff !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.12) !important;
  }
  .banner_area .btn_start:hover,
  .banner_area .btn_start:focus {
    background: #f0f9ff !important;
    color: #0277bd !important;
  }

  /* Feature cards — tighter on small phones */
  .sec-2-features {
    padding: 10px 0 16px !important;
  }
  .sec-2-features .feature_card-inner {
    padding: 12px 14px;
    gap: 11px;
  }
  .sec-2-features .feature_card-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 9px;
  }
  .sec-2-features .feature_card-icon img {
    max-width: 22px !important;
    width: 22px;
  }
  .sec-2-features .feature_card-body h4 {
    font-size: 0.93rem !important;
  }
  .sec-2-features .feature_card-body p {
    font-size: 0.82rem !important;
    line-height: 1.42 !important;
  }

  /* Get started steps */
  .step-card {
    padding: 14px 12px !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }
  .step-card .step-number {
    flex: 0 0 auto;
    font-size: .65rem !important;
    padding: 4px 8px !important;
    margin: 0 !important;
  }
  .step-card .step-icon { display: none !important; }
  .step-card h4 { font-size: .88rem !important; margin: 0 0 2px !important; }
  .step-card p { font-size: .76rem !important; margin: 0 !important; line-height: 1.35 !important; }

  /* Testimonials */
  .testimonial-card {
    padding: 14px !important;
    margin-bottom: 10px !important;
    text-align: left !important;
  }
  .testimonial-card .rating { font-size: .72rem !important; margin-bottom: 6px !important; }
  .testimonial-card p { font-size: .8rem !important; line-height: 1.45 !important; margin-bottom: 8px !important; }
  .testimonial-author { font-size: .78rem !important; }

  /* Features grid above footer */
  .feature-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 12px !important;
    margin-bottom: 8px !important;
    text-align: left !important;
    background: #f8fafc;
    border-radius: 10px;
  }
  .feature-item .icon { flex: 0 0 36px; font-size: 1.1rem !important; margin: 0 !important; }
  .feature-item h4 { font-size: .88rem !important; margin-bottom: 2px !important; }
  .feature-item p { font-size: .76rem !important; margin: 0 !important; line-height: 1.35 !important; }
  .features-section .col-lg-3 { margin-bottom: 0 !important; }

  /* Pricing features panel — keep compact rows (override homepage feature-item above) */
  .pricing-features .feature-item {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    text-align: left !important;
  }
  .pricing-features .feature-item:not(:last-child) {
    border-bottom: 1px solid #edf2f7;
  }
  .pricing-features .feature-item-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 11px 12px !important;
    gap: 10px !important;
  }
  .pricing-features .feature-item-inner .icon {
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
  }
  .pricing-features .feature-item h4 { font-size: 0.84rem !important; }
  .pricing-features .feature-item p { font-size: 0.74rem !important; }

  /* CTA */
  .cta-section h2 { font-size: 1.15rem !important; margin-bottom: 8px !important; }
  .cta-section p { font-size: .85rem !important; margin-bottom: 12px !important; }
  .cta-section .btn { display: inline-block; width: auto; min-width: 140px; margin: 4px !important; font-size: .85rem !important; padding: 8px 14px !important; }

  /* Legacy service-box (non-catalog sections only) */
  .sec-3:not(.sec-3-catalog) .inner_services { padding: 0; }
  .sec-3:not(.sec-3-catalog) .service-box { padding: 7px 5px !important; border-radius: 9px !important; margin-bottom: 6px !important; min-height: 78px !important; }
  .sec-3:not(.sec-3-catalog) .service-box img { max-width: 32px !important; height: auto !important; }
  .sec-3:not(.sec-3-catalog) .service-box .content span { font-size: .72rem !important; line-height: 1.15 !important; }
  .sec-3:not(.sec-3-catalog) .service-box .content .rate { font-size: .64rem !important; }
  .sec-3:not(.sec-3-catalog) .section-group { margin-bottom: 14px; }

  /* Footer — tighter on small phones */
  #footer_content .footer_top { padding: 12px 0 0 !important; }
  #footer_content .footer_top .top_inner {
    padding: 11px 10px !important;
    margin-bottom: -26px !important;
    border-radius: 10px !important;
  }
  #footer_content .footer_top .top_inner h2 { font-size: 0.88rem !important; }
  #footer_content .footer_top .top_inner .payment-methods-lead {
    font-size: 0.68rem !important;
    margin-bottom: 6px !important;
  }
  #footer_content .footer_bottom { padding-top: 38px !important; padding-bottom: 12px !important; }
  #footer_content .footer_bottom.no-payment-methods { padding-top: 20px !important; }
  #footer_content .footer-content { margin-bottom: 8px !important; }
  #footer_content .footer-content .col-lg-4,
  #footer_content .footer-content .col-md-6,
  #footer_content .footer-content .col-md-12 { margin-bottom: 8px; }
  #footer_content .footer-section h5 {
    font-size: 0.62rem !important;
    margin-bottom: 5px !important;
  }
  #footer_content .footer-links { gap: 5px 6px !important; }
  #footer_content .footer-links a {
    font-size: 0.68rem !important;
    padding: 4px 7px !important;
  }
  #footer_content .site_copyright p {
    font-size: 0.62rem !important;
    margin: 4px 0 0 !important;
  }
  .payment-method-badge { font-size: 0.64rem; padding: 3px 8px; }
  .payment-methods-grid { gap: 5px !important; }
}

/* ------------ Offcanvas / mobile nav ------------ */
@media (max-width: 991.98px) {
  #main-nav-expand.offcanvas {
    width: min(88vw, 320px) !important;
    border-left: 1px solid rgba(0,0,0,.06);
    box-shadow: -8px 0 32px rgba(0,0,0,.12);
  }

  #main-nav-expand .offcanvas-header {
    padding: 14px 16px !important;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: #fff;
  }

  #main-nav-expand .offcanvas-header .navbar-brand img {
    max-height: 32px;
    width: auto;
  }

  #main-nav-expand .offcanvas-body {
    padding: 0 !important;
    display: block !important;
    background: #f8fafc !important;
    overflow-y: auto !important;
  }

  #main-nav-expand .site-nav-inner {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  /* Main links */
  #main-nav-expand .site-nav-main {
    flex-direction: column !important;
    width: 100% !important;
    padding: 8px 12px 0 !important;
    margin: 0 !important;
    gap: 2px;
    flex: 0 0 auto;
  }

  #main-nav-expand .site-nav-main .nav-item {
    width: 100%;
  }

  #main-nav-expand .site-nav-main .nav-link {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    padding: 12px 14px !important;
    margin: 0 !important;
    border-radius: 10px !important;
    font-size: .95rem !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.05) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.03) !important;
    transform: none !important;
  }

  #main-nav-expand .site-nav-main .nav-link::before {
    display: none !important;
  }

  #main-nav-expand .site-nav-main .nav-link:hover,
  #main-nav-expand .site-nav-main .nav-link:focus,
  #main-nav-expand .site-nav-main .nav-link:active {
    color: #0284c7 !important;
    background: #f0f9ff !important;
    border-color: rgba(3,169,244,.15) !important;
    transform: none !important;
  }

  /* Auth block — directly below nav links */
  #main-nav-expand .site-nav-auth {
    margin-top: 10px;
    padding: 12px 12px 14px;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.07);
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 0 0 auto;
  }

  #main-nav-expand .site-nav-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    width: 100% !important;
    padding: 12px 16px !important;
    border-radius: 10px !important;
    font-size: .92rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
  }

  #main-nav-expand .site-nav-btn i {
    font-size: .9rem;
    opacity: .9;
  }

  #main-nav-expand .site-nav-btn-login {
    background: #fff !important;
    color: #0284c7 !important;
    border: 2px solid #0284c7 !important;
    box-shadow: none !important;
  }

  #main-nav-expand .site-nav-btn-login:hover,
  #main-nav-expand .site-nav-btn-login:focus {
    background: #f0f9ff !important;
    color: #0369a1 !important;
  }

  #main-nav-expand .site-nav-btn-signup {
    background: linear-gradient(135deg, #03A9F4 0%, #0284c7 100%) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(3,169,244,.35) !important;
  }

  #main-nav-expand .site-nav-btn-signup:hover,
  #main-nav-expand .site-nav-btn-signup:focus {
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(3,169,244,.45) !important;
    transform: translateY(-1px);
  }

  #main-nav-expand .site-nav-legacy {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
    width: 100%;
    padding: 9px 12px;
    margin-top: 2px;
    font-size: .78rem !important;
    font-weight: 600;
    color: #64748b !important;
    text-decoration: none !important;
    border-radius: 8px;
    background: #f1f5f9;
    border: 1px dashed #cbd5e1;
  }

  #main-nav-expand .site-nav-legacy:hover,
  #main-nav-expand .site-nav-legacy:focus {
    color: #475569 !important;
    background: #e2e8f0;
    border-color: #94a3b8;
  }

  #main-nav-expand .site-nav-legacy i {
    font-size: .72rem;
    opacity: .85;
  }
}

/* Desktop — keep auth buttons inline in navbar */
@media (min-width: 992px) {
  #main-nav-expand .offcanvas-body {
    display: flex !important;
    align-items: center !important;
    flex-grow: 1;
    padding: 0 !important;
    background: transparent !important;
  }

  #main-nav-expand .site-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
  }

  #main-nav-expand .site-nav-main {
    flex-direction: row !important;
    align-items: center;
    margin: 0 auto !important;
  }

  #main-nav-expand .site-nav-auth {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 0;
    background: transparent;
    border: none;
  }

  #main-nav-expand .site-nav-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    font-size: .88rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap;
  }

  #main-nav-expand .site-nav-btn-login {
    color: #0284c7 !important;
    background: transparent !important;
    border: 2px solid rgba(3,169,244,.35) !important;
  }

  #main-nav-expand .site-nav-btn-login:hover {
    background: rgba(3,169,244,.08) !important;
  }

  #main-nav-expand .site-nav-btn-signup {
    background: linear-gradient(135deg, #03A9F4, #0284c7) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(3,169,244,.3) !important;
  }

  #main-nav-expand .site-nav-legacy {
    font-size: .72rem !important;
    color: #64748b !important;
    text-decoration: none !important;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
  }

  #main-nav-expand .site-nav-legacy:hover {
    color: #0284c7 !important;
    background: rgba(3,169,244,.06);
  }
}

/* ------------ ≤ 480px ------------ */
@media (max-width: 480px) {
  html { font-size: 14px; }
  .banner_area h1 { font-size: 1.15rem !important; }
  .hero-img { max-width: 150px; }
  .section-head-compact h2, .title_area h2, .title_box h2 { font-size: 1.08rem !important; }
  .sec-3:not(.sec-3-catalog) .service-box { min-height: 70px !important; }
  .sec-3:not(.sec-3-catalog) .service-box img { max-width: 28px !important; }
  .sec-3:not(.sec-3-catalog) .service-box .content span { font-size: .68rem !important; }
  .btn { min-height: 40px; }
}
