/* ====================================================================
   JETPAY BANKHUB - RESPONSIVE SKELETON CSS
   Dung theo dung cau truc anh jetpay.png (khong bia them section)

   Breakpoints (mobile-first):
     xs  : 0      - 575px   (dien thoai nho)
     sm  : 576px  - 767px   (dien thoai lon)
     md  : 768px  - 991px   (tablet doc)
     lg  : 992px  - 1199px  (tablet ngang / laptop nho)
     xl  : 1200px+          (desktop)
   ==================================================================== */

/* ==================== 1. RESET & BASE ==================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: Inter;
  line-height: 1.5;
  color: #1a2b3c;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

input,
select {
  font-family: inherit;
  font-size: 0.9rem;
}

/* ==================== 2. TOKENS MÀU TẠM (để test responsive) ==================== */
:root {
  --container-max: 1160px;
  --gutter: 20px;

  /* Mau nen tam cho tung section - DE PHAN BIET RANH GIOI khi resize,
     thay bang mau/asset that sau khi duyet layout */
  --c-header:      #ffffff;
  --c-hero:        #eaf9f1;
  --c-unified:     #f2fbf6;
  --c-automation:  #ffffff;
  --c-ai:          #f6f9fc;
  --c-benefits:    #ffffff;
  --c-pricing:     #f7f8fc;
  --c-onboarding:  #ffffff;
  --c-contact:     #eef9f2;
  --c-footer:      #f2f2f2;

  --c-primary:      #16B364;
  --c-primary-dark: #189150;
  --c-primary-light:#5fd48f;
  --c-ink:          #1a2b3c;
  --c-border:       #dbe4e8;
  --c-card:         #ffffff;
  --c-muted:        #535862;

  /* mau placeholder rieng cho 4 the buoc automation - giu dung tong mau anh goc */
  --c-step1: #d8f5e0;
  --c-step2: #edf4fd;
  --c-step3: #ece6fb;
  --c-step4: #fef8ed;
}
.footer
{
  padding: 0;
}
.b-text
{
  font-weight: 700;
  color: #181D27;
}
.jetpay-bankhub 
{
  padding-top: 25px;
}
.sticky
{
  padding: 0;
}
.sm-menu {
  display: flex;
  gap: 8px;
  height: 52px;
  justify-content: space-between;
  width: 100%;
  .menu-left
  {
    display: inline-flex;
    gap: 12px;
    padding-left: 48px;
  }
  .menu-right
  {
    display: inline-flex;
    gap: 12px;
    a
    {
      margin: 0
    }
  }
  
}

.sm-logo img
{
  height: 72px;
}
.sm-menu .sm-menu-sumary {
  color: #089740;
}

.sm-menu a {
  margin: 0 15px;
  padding: 0;
  align-self: center;
}
.sm-content .container
{
  max-width: 100%;
  padding: 0 48px;
  background: white;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
}
section {
  padding-block: 44px;
}

.section-header {
  margin-inline: auto;
  margin-bottom: 40px;
  text-align: center;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 0.92rem;
  color: var(--c-muted);
}

.text-accent {
  color: var(--c-primary);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
  max-height: 52px;
}

/* ==================== 3. BUTTONS ==================== */
.btn-bankhub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 8px;
  font-weight: 700;
  white-space: nowrap;
  transition: opacity 0.15s ease, transform 0.1s ease;
  height: 52px;
  position: relative;
}
.b-btn
{
  height: 42px;
}
.btn-bankhub a
{
  /* position: absolute;
  inset: 0;
  padding: 14px 26px; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

/* .btn-bankhub:hover {
  opacity: 0.88;
} */

.btn-bankhub:active {
  transform: scale(0.98);
}

.btn-sm {
  padding: 9px 18px;
  font-size: 0.85rem;
  border-radius: 6px;
}

.btn-lg {
  padding: 14px 26px;
  font-size: 0.95rem;
}

.btn-block {
  width: 100%;
}

.btn-bankhub-primary {
  background: var(--c-primary);
  color: #ffffff;
}

.btn-bankhub-outline {
  background: transparent;
  border: 2px solid var(--c-primary);
  color: var(--c-primary);
}

.btn-white {
  background: #ffffff;
  color: var(--c-primary);
}

.btn-ghost {
  background: transparent;
  color: var(--c-primary);
  font-weight: 600;
}

/* ==================== 4. HEADER ==================== */
.site-header {
  background: var(--c-header);
  border-bottom: 1px solid var(--c-border);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 68px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.logo-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--c-primary);
  display: inline-block;
}

.logo-icon--light {
  background: rgba(255, 255, 255, 0.25);
}

.logo-icon--sm {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.logo-text {
  font-size: 1.15rem;
  font-weight: 700;
}

/* --- Nav (ẩn mobile, hiện từ lg) --- */
.header-nav {
  display: none;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-list a {
  font-size: 0.9rem;
  font-weight: 600;
}

.nav-actions-mobile {
  display: none;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 10px;
}

/* --- Mobile menu button --- */
.btn-mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.btn-mobile-menu span {
  display: block;
  height: 2px;
  background: var(--c-ink);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-mobile-menu.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.btn-mobile-menu.is-open span:nth-child(2) {
  opacity: 0;
}
.btn-mobile-menu.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ==================== 5. HERO ==================== */
.section-hero {
  background: url(/sites/jetpay/images/bankhub/banner.webp) no-repeat center;
  background-size: cover;
  padding-block: 40px;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 80px
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.hero-title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.25;
}

.hero-checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--c-muted);
}

.hero-checklist strong {
  color: var(--c-ink);
}

.check-ico {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url(/sites/jetpay/images/bankhub/ic-tick.webp) no-repeat center;
  background-size: cover;
}
/* 
.check-ico::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(40deg);
} */

.check-ico--light {
  background: rgba(255, 255, 255, 0.9);
}

.check-ico--light::after {
  border-color: var(--c-primary-dark);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* --- Hero visual (mockup + anh + floating cards) --- */
.hero-visual {
  position: relative;
}

.hero-mockup {
  width: 100%;
  max-width: 460px;
  margin-inline: auto;
  border-radius: 14px;
  background: var(--c-card);
  box-shadow: 0 16px 40px rgba(20, 60, 40, 0.12);
  overflow: hidden;
  border: 1px solid var(--c-border);
}

.mockup-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--c-border);
}

.mockup-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--c-primary);
  flex-shrink: 0;
}

.mockup-searchbar {
  flex-grow: 1;
  height: 16px;
  border-radius: 4px;
  background: #eef1f4;
  max-width: 160px;
}

.mockup-icon {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #eef1f4;
  flex-shrink: 0;
}

.mockup-body {
  display: flex;
  min-height: 160px;
}

.mockup-sidebar {
  width: 70px;
  flex-shrink: 0;
  border-right: 1px solid var(--c-border);
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar-line {
  height: 8px;
  border-radius: 4px;
  background: #eef1f4;
}

.mockup-content {
  flex-grow: 1;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.content-title-bar {
  height: 12px;
  width: 70%;
  border-radius: 4px;
  background: #eef1f4;
}

.mockup-bank-btns {
  display: flex;
  gap: 10px;
}

.bank-btn {
  flex: 1;
  height: 34px;
  border-radius: 6px;
  background: var(--c-step1);
  border: 1px solid var(--c-primary-light);
}

/* hero photo placeholder (nguoi mau) */
.hero-photo {
  display: none; /* chi hien tren md+ ben canh mockup theo dung bo cuc anh goc */
}

/* floating cards */
.hero-float {
  position: absolute;
  border-radius: 12px;
  background: var(--c-card);
  box-shadow: 0 10px 26px rgba(20, 60, 40, 0.14);
  padding: 10px;
}

.hero-float-donut {
  top: 10px;
  left: 4%;
  width: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.donut-chart {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background:
    conic-gradient(var(--c-primary) 0deg 250deg, #f5b942 250deg 360deg);
  position: relative;
}

.donut-chart::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: var(--c-card);
}

.float-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
}

.hero-float-bank {
  top: 30%;
  right: 2%;
  width: 110px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.float-line {
  height: 8px;
  border-radius: 4px;
  background: #eef1f4;
}

.float-line.short {
  width: 60%;
}

.float-pill {
  height: 20px;
  border-radius: 999px;
  background: var(--c-step1);
  border: 1px solid var(--c-primary-light);
}

/* stat pills row */
.hero-stats-pills {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.stat-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--c-card);
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: 0 8px 20px rgba(20, 60, 40, 0.1);
  font-size: 0.72rem;
  color: var(--c-muted);
}

.stat-pill strong {
  font-size: 1.05rem;
  color: var(--c-primary);
  white-space: nowrap;
}

/* floating chat icons - an tren mobile de tranh chiem dung khong gian */
.hero-chat-icons {
  display: none;
}

.chat-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: block;
  box-shadow: 0 8px 20px rgba(20, 60, 40, 0.16);
}

.chat-icon--zalo {
  background: #0068ff;
}

.chat-icon--phone {
  background: #f0522f;
}

.chat-icon--pill {
  width: auto;
  border-radius: 999px;
  background: var(--c-primary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 10px 16px;
  white-space: nowrap;
}

/* ==================== 6. UNIFIED PANEL (Quản lý ngân hàng tập trung) ==================== */
.section-unified .container {
  background: url(/sites/jetpay/images/bankhub/unified-bg.webp) no-repeat center;
  background-size: cover;
  border-radius: 24px;
  padding: 64px 64px 0 64px;
}

.unified-panel {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.unified-panel-content
{
  width: 80%;
  background: url(/sites/jetpay/images/bankhub/unified-video.webp) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2.5;
  
}
.unified-panel img{
  max-width: 128px;
  max-height: 128px;
}

.unified-left {
  background: linear-gradient(135deg, #2f6fed 0%, #21b862 100%);
  color: #fff;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.unified-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.05rem;
}

.unified-headline {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.unified-headline strong {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.unified-headline span {
  font-size: 1rem;
  font-weight: 600;
}

.unified-checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 600;
}

.unified-checklist li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.unified-right {
  background: linear-gradient(135deg, #1a3a52 0%, #21b862 100%);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.unified-video-mockup {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--c-primary);
  position: relative;
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #fff;
}

/* ==================== 7. AUTOMATION (4 bước) ==================== */
.section-automation {
  background: var(--c-automation);
}

.automation-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.automation-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-3xl, 24px);
  transition: all 0.3s ease;
}

.automation-card:hover {
  transform: scale(1.05); /* Phóng to div lên 1.05 lần */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Thêm hiệu ứng đổ bóng */
  background-color: #2980b9; /* Đổi màu nền */
}

.automation-card--1 
{
  background: linear-gradient(180deg, var(--Green-50, #EDFCF2) 0%, var(--Base-White, #FFF) 100%);
  padding: 1.5em;
  .mini-mockup { 
    background: url(/sites/jetpay/images/bankhub/step1.webp) no-repeat center;
    background-size: cover; 
  }
}
.automation-card--2 
{
  background: linear-gradient(180deg, #E7F1FF 0%, var(--Base-White, #FFF) 100%), linear-gradient(180deg, #F0E7FF 2.88%, var(--Base-White, #FFF) 100%);
  padding: 1.5em;
  .mini-mockup { 
    background: url(/sites/jetpay/images/bankhub/step2.webp) no-repeat center;
    background-size: cover; 
  }
}
.automation-card--3
{
  background: linear-gradient(180deg, #F0E7FF 2.88%, var(--Base-White, #FFF) 100%);
  padding: 1.5em;
  .mini-mockup { 
    background: url(/sites/jetpay/images/bankhub/step3.webp) no-repeat center;
    background-size: cover; 
  }
}
.automation-card--4
{
  background: linear-gradient(180deg, #FFF7E7 0%, var(--Base-White, #FFF) 100%);
  padding: 1.5em;
  .mini-mockup { 
    background: url(/sites/jetpay/images/bankhub/step4.webp) no-repeat center;
    background-size: cover; 
  }
}
.mini-mockup
{
  aspect-ratio: 1.15;
  border-radius: 24px;
}
.mini-mockup-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.mini-icon-badge {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--c-primary);
}

.mini-search {
  flex-grow: 1;
  height: 22px;
  border-radius: 6px;
  background: #ffffff;
  max-width: 100px;
}

.mini-mockup-body {
  background: #ffffff;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 8px 20px rgba(20, 60, 40, 0.08);
}

.mini-line {
  height: 10px;
  border-radius: 4px;
  background: #eef1f4;
  width: 100%;
}

.mini-line.short {
  width: 55%;
}

.mini-mockup-cols {
  display: flex;
  gap: 8px;
}

.mini-box {
  flex: 1;
  height: 44px;
  border-radius: 6px;
  background: #eef1f4;
}

.mini-table-row {
  height: 14px;
  border-radius: 4px;
  background: #eef1f4;
}

.automation-label {
  padding: 18px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: transparent;
}

.step-tag {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--c-muted);
  margin-bottom: 4px;
}

.step-title {
  font-size: 1.15rem;
  font-weight: 700;
}

.step-number {
  font-size: 2rem;
  font-weight: 700;
  color: #eef1f4;
  line-height: 1;
}
.step-number--1
{
  color: #D3F8DF;
}
.step-number--2
{
  color: #F1E8FF;
}
.step-number--3
{
  color: #E8F2FF;
}
.step-number--4
{
  color: #FEF7E8;
}
/* ==================== 8. AI / OPEN BANKING ==================== */

.ai-panel {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ai-feature-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ai-feature {
  display: flex;
  gap: 14px;
  padding: 14px;
  border-radius: 12px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ai-feature:not(.ai-feature--active):hover {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(22, 179, 100, 0.35);
}

.ai-feature--active {
  background: var(--c-card);
  border-color: var(--c-primary);
  border-radius: var(--radius-xl, 16px);
  border: 1px solid var(--Brand-200, #AAF0C4);
  background: #FFF;
  box-shadow: 0 8px 30px -6px rgba(116, 135, 255, 0.05), 0 8px 30px -4px rgba(10, 27, 137, 0.03);
}

.ai-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #eef1f4;
  position: relative;
  transition: background 0.25s ease;
}

.ai-feature--active .ai-icon {
  background: var(--c-step1);
}

.ai-feature-text h3 {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.ai-feature-text p {
  font-size: 0.82rem;
  color: var(--c-muted);
  margin-top: 6px;
}

.ai-feature-desc {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.3s ease;
}

.ai-feature--active .ai-feature-desc {
  max-height: 200px;
  opacity: 1;
}

.ai-dashboard-mockup {
  border-radius: 14px;
  border: 1px solid var(--c-border);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(20, 60, 40, 0.1);
  background: url(/sites/jetpay/images/bankhub/ai1.webp) no-repeat center;
  background-size: cover;
  aspect-ratio: 1.5;
  transition: opacity 0.2s ease;
}

.ai-dashboard-mockup.is-fading {
  opacity: 0;
}

.ai-mockup-tabs {
  display: flex;
  gap: 18px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--c-border);
}

.tab-item {
  height: 10px;
  width: 40px;
  border-radius: 4px;
  background: #eef1f4;
}

.tab-item.active {
  background: var(--c-primary);
}

.ai-mockup-summary {
  display: flex;
  gap: 10px;
  padding: 14px;
}

.summary-box {
  flex: 1;
  height: 46px;
  border-radius: 8px;
  background: var(--c-step1);
}

.ai-mockup-table {
  padding: 0 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.table-row {
  height: 14px;
  border-radius: 4px;
  background: #eef1f4;
}

.table-row.header {
  background: #d8dee3;
  width: 100%;
}

/* ==================== 9. BENEFITS (Giải pháp tài chính thông minh) ==================== */
.section-benefits {
  background: var(--c-benefits);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.benefit-card {
  position: relative;
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: var(--radius-3xl, 24px);
  background: linear-gradient(180deg, var(--Neutral-Gray-100, #F5F5F5) 0%, var(--Base-White, #FFF) 100%), linear-gradient(180deg, var(--Neutral-Gray-100, #F5F5F5) 0%, var(--Base-White, #FFF) 100%);
  padding:  32px;
}
.card-float {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.card-float--1
{
  background: url(/sites/jetpay/images/bankhub/ic-dollar.webp) no-repeat center;
  background-size: cover;
}
.card-float--2
{
  background: url(/sites/jetpay/images/bankhub/ic-chart-tran.webp) no-repeat center;
  background-size: cover;
}
.card-float--3
{
  background: url(/sites/jetpay/images/bankhub/ic-chart-col.webp) no-repeat center;
  background-size: cover;
}

.benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-block;
}

.benefit-icon--green { background: var(--c-primary); }
.benefit-icon--purple { background: #8b5cf6; }
.benefit-icon--blue { background: #3b82f6; }

.benefit-title {
  font-size: 1.05rem;
  font-weight: 700;
}

.benefit-desc {
  font-size: 0.85rem;
  color: var(--c-muted);
}

/* ==================== 10. PRICING ==================== */
.section-pricing {
  background: url(/sites/jetpay/images/bankhub/pricing-bg.webp) no-repeat center;
  background-size: cover;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--c-card);
  border-bottom: 1px solid var(--c-border);
  border-radius: 16px 16px 0 0;
  padding: 24px;
  overflow: hidden;
}


.pricing-card--popular {
  background: linear-gradient(160deg, #2bc073 0%, #189150 100%);
  color: #fff;
  border-color: transparent;
}

.pricing-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 85px;
  background-size: cover;
  z-index: 2;
  /* top: 14px;
  right: -32px;
  transform: rotate(45deg);
  background: #f5b942;
  color: #1a2b3c;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 36px; */
}

.pricing-name {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
}

.pricing-price {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #252B37;
}
.pricing-outer {
  position: relative;
  padding: 3px;

}

.pricing-unit {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 2px;
  color: #A4A7AE;
}

.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.85rem;
  padding: 24px;
  color: var(--c-muted);
  background-color: white;
  border-radius: 0 0 24px 24px;
}
.pricing-buy
{
  display: flex;
  flex-direction: column;
}

.pricing-card--popular .pricing-features {
  z-index: 1;
  border-top-color: rgba(255, 255, 255, 0.25);
}
.pricing-card--popular .pricing-name
{
  color: white;
}
.pricing-card--popular .pricing-unit
{
  color: white;
}
.pricing-card--popular .pricing-price
{
  color: white;
}
.pricing-features li {
  display: flex;
  gap: 8px;
}

.pricing-footnote {
  margin-top: 24px;
  font-size: 0.78rem;
  color: var(--c-muted);
  text-align: center;
}

.pricing-footnote strong {
  color: var(--c-ink);
}

/* ==================== 11. ONBOARDING (3 bước) ==================== */
.section-onboarding {
  background: var(--c-onboarding);
}

.onboarding-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}

.onboarding-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 8px;
}

.onboarding-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-block;
}
.onboarding-icon--lock
{
  background: url(/sites/jetpay/images/bankhub/ic-key.webp) no-repeat center;
  background-size: cover;
}
.onboarding-icon--bank
{
  background: url(/sites/jetpay/images/bankhub/ic-bank.webp) no-repeat center;
  background-size: cover;
}
.onboarding-icon--check
{
  background: url(/sites/jetpay/images/bankhub/ic-check.webp) no-repeat center;
  background-size: cover;
}


.onboarding-number {
  font-size: 3rem;
  font-weight: 700;
  color: #A4A7AE;
  line-height: 1;
}

.onboarding-title {
  font-size: 1.05rem;
  font-weight: 700;
}

.onboarding-desc {
  font-size: 0.85rem;
  color: var(--c-muted);
}

/* ==================== 12. CONTACT / ĐĂNG KÝ TƯ VẤN ==================== */
.section-contact {
  background: url(/sites/jetpay/images/bankhub/sc2-bg.webp);
}

.contact-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.contact-desc {
  font-size: 0.88rem;
  color: var(--c-muted);
  max-width: 460px;
}

.contact-photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  background: url(/sites/jetpay/images/bankhub/contact.webp) no-repeat center;
  background-size: cover;
}

.contact-right {
  background: var(--c-card);
  border-radius: var(--radius-3xl, 24px);
  border: 2px solid #3CCB7F;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 20px 50px rgba(20, 60, 40, 0.1);
}

.form-title {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.form-field label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-muted);
}

.form-field input,
.form-field select {
  height: 42px;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
}

.form-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--c-muted);
}

.checkbox-item input {
  margin-top: 3px;
  /* accent-color: var(--c-primary); */
  flex-shrink: 0;
}

.form-terms {
  font-size: 0.75rem;
  color: var(--c-muted);
  margin-bottom: 16px;
}

.form-terms a {
  color: var(--c-primary);
  font-weight: 600;
}

/* ==================== 13. FOOTER ==================== */
.site-footer {
  background: var(--c-footer);
  padding-block: 40px 20px;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  margin-bottom: 28px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.footer-logo .logo-text {
  color: var(--c-ink);
}

.footer-address {
  font-size: 0.82rem;
  color: var(--c-muted);
  line-height: 1.5;
}

.footer-address strong {
  color: var(--c-ink);
}

.footer-contact-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 6px;
}

.footer-contact-cols strong {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 6px;
}

.footer-contact-line {
  display: block;
  font-size: 0.8rem;
  color: var(--c-primary);
  margin-bottom: 2px;
}

.footer-license {
  font-size: 0.76rem;
  color: var(--c-muted);
  margin-top: 6px;
  line-height: 1.5;
}

.footer-heading {
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 0.82rem;
  color: var(--c-muted);
}

.footer-badges {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--c-border);
  margin-bottom: 16px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #d8dee3;
}

.store-badge {
  width: 110px;
  height: 32px;
  border-radius: 6px;
  background: #1a2b3c;
}

.footer-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cert-badge {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #d8dee3;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--c-border);
  font-size: 0.78rem;
  color: var(--c-muted);
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.borderMove {
    position: relative;
    overflow: visible;
}

.borderMove > * {
    position: relative;
    z-index: 0;
}

.borderMove::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(
        90deg,
        #ff6ec4,
        #7873f5,
        #22d3ee,
        #4ade80,
        #ff6ec4
    );
    background-size: 300% 300%;
    opacity: 0;
    filter: blur(2px);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: opacity 0.3s ease;
}

.borderMove:hover::before {
    opacity: 1;
    animation: shadowMove 4s linear infinite;
}
@keyframes shadowMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 300% 50%;
    }
}
select:required:invalid {
  color: gray;
}
/*option có value="" và trạng thái disabled không được hiển thị khi nhấn vào mũi tên tam giác. Bình thường thì nó vẫn được hiển thị*/
option[value=""][disabled] {
  display: none;
}
/*option có màu đen */
option {
  color: black;
}

/* ====================================================================
   BREAKPOINT: sm (>= 576px) - dien thoai lon
   ==================================================================== */
@media (min-width: 576px) {

  .hero-cta { flex-wrap: nowrap; }

  .automation-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(1, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .onboarding-grid { grid-template-columns: repeat(1, 1fr); }

  .form-row { grid-template-columns: repeat(2, 1fr); }

  .footer-top { grid-template-columns: repeat(2, 1fr); }
}

/* ====================================================================
   BREAKPOINT: md (>= 768px) - tablet doc
   ==================================================================== */
@media (min-width: 768px) {
  .hero-title { font-size: 2.3rem; }
  .section-title { font-size: 1.8rem; }
  .contact-title { font-size: 1.9rem; }

  .unified-panel { flex-direction: row; }
  .unified-left { flex: 1 1 40%; padding: 40px; }
  .unified-right { flex: 1 1 60%; }

  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .onboarding-grid { grid-template-columns: repeat(3, 1fr); }

  .ai-dashboard-mockup { max-width: 480px; margin-inline: auto; }

  .footer-top { grid-template-columns: repeat(4, 1fr); }
  .footer-brand { grid-column: 1 / span 2; }

  .contact-inner { flex-direction: row; align-items: stretch; }
  .contact-left { flex: 1 1 45%; }
  .contact-right { flex: 1 1 55%; }
}

/* ====================================================================
   BREAKPOINT: lg (>= 992px) - laptop / desktop nho
   ==================================================================== */
@media (min-width: 992px) {
  section { padding-block: 64px; }

  .header-nav {
    display: block;
  }
  .header-actions { display: flex; }
  .btn-mobile-menu { display: none; }

  .hero-title { font-size: 2.8rem; }
  .hero-checklist li { font-size: 0.92rem; }
  .section-title { font-size: 2.1rem; }
  .section-subtitle { font-size: 1rem; }

  /* Hero: content trai, visual phai, cung hang */
  .hero-inner {
    flex-direction: row;
    align-items: center;
  }
  .hero-content {
    flex: 1 1 42%;
  }
  .hero-visual {
    flex: 1 1 58%;
  }

  .hero-mockup {
    max-width: 560px;
    margin-inline: 0 auto;
  }

  .hero-photo {
    display: block;
    position: absolute;
    right: 6%;
    bottom: 60px;
    width: 220px;
    height: 300px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(160deg, #cdeede, #9fd9bb);
    z-index: 2;
  }

  .hero-chat-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    position: absolute;
    right: -8px;
    top: 46%;
  }

  .hero-stats-pills {
    justify-content: flex-start;
    left: 0;
    bottom: -10px;
  }

  .automation-grid { grid-template-columns: repeat(4, 1fr); }

  .ai-panel {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .ai-feature-list { flex: 1 1 45%; }
  .ai-dashboard-mockup { flex: 1 1 55%; max-width: none; margin-inline: 0; }

  .pricing-grid { grid-template-columns: repeat(4, 1fr); }

  .footer-brand { grid-column: 1 / span 1; }
}

/* ====================================================================
   BREAKPOINT: xl (>= 1200px) - desktop lon
   ==================================================================== */
@media (min-width: 1200px) {
  :root { --container-max: 1280px; }

  .hero-title { font-size: 3.2rem; }
  .unified-headline strong { font-size: 2.6rem; }
}
@media only screen and (max-width: 768px) {
  .jetpay-bankhub .sticky-menu {
    box-shadow: 0px 4px 10px 0px rgba(10, 120, 144, 0.12);
    padding: 12px 0px;
  }
}