/* ============================================================
   VLINK HERO 2026 - HIGH-TECH STATS VERSION
   ============================================================ */

#vlink-hero-2026 {
  padding: 0px 0;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
  position: relative;
}

#vlink-hero-2026 .vlink-container { max-width: 100%; margin: 0 auto; padding: 0 20px; }
#vlink-hero-2026 .hero-wrapper { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
#vlink-hero-2026 .hero-content { flex: 1.2; text-align: left; }

/* Các thành phần text giữ vững phong cách cũ */
#vlink-hero-2026 .badge-new { display: inline-block; padding: 6px 16px; background: #fff5ed; color: #ff6600; border-radius: 50px; font-size: 13px; font-weight: 800; margin-bottom: 25px; border: 1px solid #ffe6d5; }
#vlink-hero-2026 h1 { font-size: clamp(40px, 5vw, 62px); font-weight: 900; color: #002d5e; line-height: 1.1; margin-bottom: 25px; }
#vlink-hero-2026 h1 .highlight { color: #ff6600; }
#vlink-hero-2026 .hero-subline { background: #f8fafc; padding: 15px 20px; border-left: 4px solid #ff6600; border-radius: 8px; font-size: 15px; color: #475569; margin-bottom: 30px; }
#vlink-hero-2026 .hero-subline a { color: #002d5e; text-decoration: none; font-weight: 800; border-bottom: 2px solid rgba(255, 102, 0, 0.3); }
#vlink-hero-2026 .hero-desc { font-size: 17px; color: #64748b; line-height: 1.7; margin-bottom: 40px; max-width: 580px; }

/* Nút bấm */
#vlink-hero-2026 .hero-actions { display: flex; align-items: center; gap: 25px; margin-bottom: 50px; }
#vlink-hero-2026 .btn-primary { background: #002d5e; color: #fff !important; padding: 18px 38px; border-radius: 14px; font-weight: 800; text-decoration: none; box-shadow: 0 10px 25px rgba(0, 45, 94, 0.15); transition: 0.3s; }
#vlink-hero-2026 .btn-primary:hover { background: #ff6600; transform: translateY(-5px); }
#vlink-hero-2026 .btn-link { color: #002d5e; font-weight: 800; text-decoration: none; display: flex; align-items: center; gap: 8px; }

/* --- CỤM STATS 3 CỘT HIGH-TECH (MỚI) --- */
#vlink-hero-2026 .hero-stats-hightech {
  display: flex;
  gap: 20px;
}

#vlink-hero-2026 .stat-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  padding: 20px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 45, 94, 0.04);
  transition: 0.4s;
  flex: 1;
}

#vlink-hero-2026 .stat-card:hover {
  border-color: #ff6600;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 45, 94, 0.08);
}

#vlink-hero-2026 .stat-icon-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

#vlink-hero-2026 .stat-icon-box strong {
  font-size: 22px;
  color: #002d5e;
  font-weight: 900;
}

#vlink-hero-2026 .stat-label {
  font-size: 13px;
  color: #94a3b8;
  font-weight: 600;
  white-space: nowrap;
}

/* Chấm icon trang trí */
#vlink-hero-2026 .icon-dot { width: 8px; height: 8px; border-radius: 50%; }
#vlink-hero-2026 .icon-dot.orange { background: #ff6600; }
#vlink-hero-2026 .icon-dot.navy { background: #002d5e; }

/* Đặc biệt cho AI-Ready */
#vlink-hero-2026 .highlight-ai {
  background: #f8fafc;
  border-color: #e2e8f0;
}

#vlink-hero-2026 .icon-pulse-green {
  width: 10px; height: 10px;
  background-color: #22c55e;
  border-radius: 50%;
  position: relative;
}

#vlink-hero-2026 .icon-pulse-green::after {
  content: "";
  position: absolute;
  width: 100%; height: 100%;
  background: #22c55e;
  border-radius: 50%;
  animation: heroStatPulse 2s infinite;
}

@keyframes heroStatPulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(3); opacity: 0; }
}

/* --- VISUAL SATELLITE (GIỮ NGUYÊN HIỆU ỨNG) --- */
#vlink-hero-2026 .hero-visual-satellite { flex: 0.8; position: relative; display: flex; justify-content: center; align-items: center; min-height: 500px; }
#vlink-hero-2026 .satellite-orbit-box { position: relative; width: 400px; height: 400px; display: flex; justify-content: center; align-items: center; }
#vlink-hero-2026 .hero-core-center { width: 110px; height: 110px; background: #002d5e; color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-weight: 900; z-index: 10; box-shadow: 0 0 40px rgba(0, 45, 94, 0.2); }
#vlink-hero-2026 .core-pulse-aura { position: absolute; width: 110px; height: 110px; border: 2px solid #002d5e; border-radius: 50%; animation: heroPulse 3s infinite; }
#vlink-hero-2026 .satellite-path { position: absolute; width: 100%; height: 100%; animation: heroOrbitRotate 25s linear infinite; }
#vlink-hero-2026 .sat-box-item { background: #fff; padding: 12px 22px; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); border: 1px solid #f1f5f9; font-size: 13px; font-weight: 800; color: #002d5e; position: absolute; animation: heroCounterRotate 25s linear infinite; }
#vlink-hero-2026 .sat-1 .sat-box-item { top: 0; left: 50%; transform: translateX(-50%); border-top: 4px solid #ff6600; }
#vlink-hero-2026 .sat-2 { animation-duration: 30s; }
#vlink-hero-2026 .sat-2 .sat-box-item { bottom: 15%; left: 0; animation-duration: 30s; }
#vlink-hero-2026 .sat-3 { animation-duration: 35s; }
#vlink-hero-2026 .sat-3 .sat-box-item { bottom: 15%; right: 0; animation-duration: 35s; }

@keyframes heroOrbitRotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes heroCounterRotate { from { transform: rotate(0deg); } to { transform: rotate(-360deg); } }
@keyframes heroPulse { 0% { transform: scale(1); opacity: 0.5; } 100% { transform: scale(2.5); opacity: 0; } }

/* Mobile */
@media (max-width: 991px) {
  #vlink-hero-2026 .hero-wrapper { flex-direction: column; text-align: center; }
  #vlink-hero-2026 .hero-stats-hightech { flex-direction: column; align-items: center; width: 100%; }
  #vlink-hero-2026 .stat-card { width: 100%; max-width: 300px; }
  #vlink-hero-2026 .hero-visual-satellite { display: none; }
}


/* ============================================================
   VLINK INTENT STAGE LIGHT - CSS
   ============================================================ */
/* --- VLINK INTENT - SOLID DARK STYLE --- */
.vlink-intent-light {
    padding: 100px 0;
    background: #ffffff;
}

/* Chuyển toàn bộ Header về canh trái để khớp với tiêu đề khối con */
.intent-intro {
    max-width: 900px;
    margin: 0 0 60px 0; /* Bỏ canh giữa */
    text-align: left;
}

.vlink-step-tag {
    display: inline-block;
    color: #ff6600;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 20px;
}

.intent-intro h2 {
    font-size: 48px !important;
    font-weight: 900 !important;
    color: #002d5e !important;
    line-height: 1.1;
    margin-bottom: 25px !important;
    letter-spacing: -1.5px;
}

.intent-intro p {
    font-size: 18px;
    color: #475569;
    line-height: 1.7;
    max-width: 750px;
}

.intent-link-protocol{
  text-decoration: none;
  border-bottom: 1px dashed rgba(255,102,0,.55);
}
.intent-link-protocol:hover{
  border-bottom-style: solid;
}


/* Grid Layout */
.intent-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.intent-column {
    display: flex;
    flex-direction: column;
}

/* Tiêu đề khối con: Thẳng hàng tuyệt đối với Heading lớn */
.intent-header-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.dot-orange, .dot-navy {
    width: 10px;
    height: 10px;
    border-radius: 2px; /* Đổi sang hình vuông nhỏ cho High-tech */
}
.dot-orange { background: #ff6600; }
.dot-navy { background: #002d5e; }

.intent-header-inline h3 {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #002d5e !important;
    margin: 0 !important;
}

/* Card con: Nền đậm hơn, tạo khối rõ rệt */
.intent-card-light {
    background: #f1f5f9; /* Xám xanh đậm đà, chắc chắn */
    padding: 45px;
    border-radius: 30px;
    border: 1px solid rgba(0, 45, 94, 0.05);
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cột 2 cho màu nền sâu hơn một chút để tạo nhịp */
.intent-card-light.secondary {
    background: #e2e8f0; 
}

.intent-card-light:hover {
    background: #002d5e; /* Khi hover, Card chuyển sang màu Navy VLINK */
    transform: translateY(-8px);
}

/* List Style trong nền đậm */
.clean-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.clean-list li {
    font-size: 16px;
    color: #334155;
    line-height: 1.6;
    transition: 0.3s;
}

.clean-list li strong {
    color: #002d5e;
    transition: 0.3s;
}

/* Đổi màu chữ sang trắng khi Card chuyển màu Navy (Hover) */
.intent-card-light:hover .clean-list li {
    color: rgba(255, 255, 255, 0.8);
}
.intent-card-light:hover .clean-list li strong {
    color: #ffffff;
}

/* Mobile */
@media (max-width: 850px) {
    .intent-grid { grid-template-columns: 1fr; }
    .intent-intro h2 { font-size: 36px !important; }
}




/* ============================================================
   VLINK SERVICE CARDS DARK - CSS
   ============================================================ */

.vlink-services-light-base {
  padding: 100px 0;
  background-color: #ffffff; /* Nền trắng hoàn toàn cho thoáng */
}

.services-intro-center {
  text-align: center;
  margin-bottom: 60px;
}

.services-intro-center h2 {
  font-size: 40px;
  font-weight: 900;
  color: #002d5e;
}

.services-flex-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Thẻ Navy trên nền Trắng */
.service-navy-card {
  background: #001a35; /* Chỉ có thẻ là màu tối */
  padding: 50px 40px;
  border-radius: 32px;
  color: #ffffff;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}

.service-navy-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 45, 94, 0.2);
}

/* Điểm nhấn cho thẻ AI */
.featured-orange-border {
  border: 1px solid #ff6600;
  background: #002244; /* Navy nhẹ hơn một chút để nổi bật */
}

.card-num {
  font-size: 14px;
  font-weight: 900;
  opacity: 0.5;
  margin-bottom: 30px;
}

.color-orange { color: #ff6600; opacity: 1; }

.service-navy-card h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #ffffff;
}

.service-navy-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #a0aec0;
  margin-bottom: 40px;
}

/* Nút và Link trong thẻ tối */
.link-arrow {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}

.btn-orange-small {
  background: #ff6600;
  color: #fff !important;
  padding: 12px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}

@media (max-width: 991px) {
  .services-flex-cards { grid-template-columns: 1fr; }
}



/* --- VLINK DECISION - ALIGNMENT FIX (FINAL: KW TAG FLOW / NO DROP LINE + POLISH) --- */
.vlink-decision-light{
  padding:100px 0;
  background:#ffffff;
}

/* Header đồng bộ trái */
.decision-header-center{
  max-width:900px;
  margin-bottom:60px;
  text-align:left;
}

/* Grid Layout: 2 cột cân */
.decision-flex-grid{
  display:grid;
  grid-template-columns:1.5fr 1.5fr;
  gap:40px;
  align-items:stretch;
}

/* Card nền */
.decision-box{
  background:#f1f5f9;
  padding:40px;
  border-radius:30px;
}

/* --- CỘT TRÁI: Chống tràn chữ + nút không "đẩy vỡ" --- */
.choice-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#ffffff;
  padding:25px 30px;
  border-radius:20px;
  margin-bottom:15px;
  gap:20px;
  transition:0.3s ease;
  flex-wrap:nowrap;
  overflow:hidden;
}

.choice-info{
  flex:1;
  text-align:left;
  min-width:0; /* cho phép shrink để wrap đúng */
}

.choice-info strong{
  display:block;
  font-size:17px;
  color:#002d5e;
  margin-bottom:4px;
  line-height:1.25;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.choice-info span{
  display:block;
  font-size:14px;
  color:#64748b;
  line-height:1.5;
  overflow-wrap:anywhere;
  word-break:break-word;
}

/* Nút Action: tăng contrast nhẹ để không giống disabled */
.choice-action{
  min-width:130px;
  flex-shrink:0;
  text-align:center;
  padding:12px 15px;
  border-radius:12px;
  background:#dbe4ef; /* từ #e2e8f0 -> đậm hơn */
  color:#002d5e;
  font-weight:800;
  font-size:13px;
  text-decoration:none;
  white-space:nowrap;
  transition:0.3s;
}

.choice-action.orange{ background:#ff6600; color:#fff; }
.choice-action.navy{ background:#002d5e; color:#fff; }

.choice-item:hover{
  transform:translateX(10px);
  border-color:#3b82f6;
  box-shadow:0 10px 30px rgba(0,45,94,0.05);
}

/* --- CỘT PHẢI: Căn trái & KW TAG FLOW chống rớt dòng --- */
.questions-box{
  background:#002d5e;
  color:#ffffff;
  padding:40px;
  border-radius:30px;
  text-align:left;
}

.questions-box h3{
  font-size:22px !important;
  font-weight:900 !important;
  color:#ffffff !important;
  margin-bottom:30px !important;
  text-align:left;
}

.numbered-list-light{
  list-style:none;
  padding:0;
  margin:0 0 30px 0;
}

.numbered-list-light li{
  display:flex;
  align-items:flex-start;
  gap:15px;
  margin-bottom:22px;
  font-size:15px;
  line-height:1.6;
  color:rgba(255,255,255,0.85);
  text-align:left;

  /* wrap có nhịp */
  flex-wrap:wrap;
  row-gap:8px;
}

/* Số thứ tự */
.numbered-list-light li > span{
  color:#ff6600;
  font-weight:900;
  font-family:'Courier New', monospace;
  flex-shrink:0;
  margin-top:2px;
}

/* KW group */
.numbered-list-light .kw-flow{
  display:inline-flex;
  flex-wrap:wrap;
  gap:6px 8px;
  margin:4px 4px 0 4px;
  vertical-align:middle;
}

/* KW tag: bớt "code-like", sang hơn */
.numbered-list-light .kw-tag{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  font-family:inherit;     /* bỏ vibe monospace */
  font-weight:800;
  letter-spacing:0.2px;
  color:#ffffff;
  line-height:1.2;

  padding:3px 10px;
  border-radius:999px;
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.14);
}

/* Dấu hỏi: dính nhịp, không lạc */
.numbered-list-light .qmark{
  display:inline-block;
  margin-left:2px;
  opacity:0.9;
}

/* Card tư vấn */
.mini-consult-card{
  background:rgba(255,255,255,0.08);
  padding:25px;
  border-radius:20px;
  text-align:left;
  border-left:3px solid #ff6600;
}

.mini-consult-card a{
  color:#3b82f6;
  font-weight:800;
  text-decoration:none;
  display:inline-block;
  margin-top:5px;
}

/* --- Responsive --- */
@media (max-width:991px){
  .decision-flex-grid{ grid-template-columns:1fr; }

  .choice-item{
    flex-direction:column;
    align-items:flex-start;
    overflow:visible;
  }

  .choice-action{ width:100%; }
}

@media (max-width:420px){
  .choice-action{ min-width:0; width:100%; }
  .numbered-list-light .kw-tag{ padding:2px 8px; }
}




/* --- VLINK PROCESS - DEEP CONTRAST & BORDER GLOW (SCOPED) --- */
#vlink-process-6steps-2026{
  padding: 120px 0;
  background-color: #fcfdfe; /* Nền sáng để làm nổi card */
}

/* Không đè container global */
#vlink-process-6steps-2026 .vlink-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header căn trái */
#vlink-process-6steps-2026 .process-header-center{
  max-width: 900px;
  margin-bottom: 80px;
  text-align: left;
}

#vlink-process-6steps-2026 .process-header-center h2{
  font-size: 42px !important;
  font-weight: 900 !important;
  color: #002d5e !important;
  margin-bottom: 18px !important;
  line-height: 1.2;
}

#vlink-process-6steps-2026 .process-subline{
  font-size: 18px;
  color: #475569;
  line-height: 1.7;
}

#vlink-process-6steps-2026 .process-link{
  color: #002d5e;
  text-decoration: none;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 2px;
}
#vlink-process-6steps-2026 .process-link:hover{
  border-bottom-color: #002d5e;
}

/* Grid 3 cột, tự co giãn */
#vlink-process-6steps-2026 .process-grid-border{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

/* Card */
#vlink-process-6steps-2026 .step-card-border{
  background: #002d5e;
  padding: 50px 40px;
  border-radius: 30px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;

  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1),
              box-shadow 0.45s cubic-bezier(0.25, 1, 0.5, 1),
              background 0.45s cubic-bezier(0.25, 1, 0.5, 1),
              border-color 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Số thứ tự lớn mờ */
#vlink-process-6steps-2026 .step-no{
  position: absolute;
  top: -12px;
  right: 12px;
  font-size: 100px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.035);
  line-height: 1;
  font-family: 'Inter', sans-serif;
  transition: 0.45s;
  pointer-events: none;
}

/* Title */
#vlink-process-6steps-2026 .step-card-border h4{
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 18px !important;
  position: relative;
  padding-bottom: 14px;
}

/* Underline cam */
#vlink-process-6steps-2026 .step-card-border h4::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #ff6600;
  transition: 0.4s;
}

#vlink-process-6steps-2026 .step-card-border p{
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin: 0;

  /* chống tràn chữ hiếm gặp */
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Hover */
#vlink-process-6steps-2026 .step-card-border:hover{
  transform: translateY(-12px);
  background: #003a7a;
  box-shadow: 0 28px 56px rgba(0, 45, 94, 0.24);
  border-color: rgba(59, 130, 246, 0.28);
}

#vlink-process-6steps-2026 .step-card-border:hover .step-no{
  color: rgba(255, 102, 0, 0.10);
  transform: scale(1.06) translateX(-8px);
}

#vlink-process-6steps-2026 .step-card-border:hover h4::after{
  width: 80px;
}

#vlink-process-6steps-2026 .step-card-border:hover p{
  color: rgba(255, 255, 255, 0.92);
}

/* Tablet */
@media (max-width: 991px){
  #vlink-process-6steps-2026 .process-grid-border{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 600px){
  #vlink-process-6steps-2026{ padding: 90px 0; }
  #vlink-process-6steps-2026 .process-grid-border{ grid-template-columns: 1fr; }
  #vlink-process-6steps-2026 .step-card-border{ padding: 40px 30px; }
  #vlink-process-6steps-2026 .process-header-center h2{ font-size: 34px !important; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  #vlink-process-6steps-2026 .step-card-border,
  #vlink-process-6steps-2026 .step-no,
  #vlink-process-6steps-2026 .step-card-border h4::after{
    transition: none !important;
  }
}


/* ============================================================
   VLINK FAQ LIGHT BORDER - CSS (SCOPED)
   ============================================================ */

#vlink-faq-light-2026{
  padding: 100px 0;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

/* Không đè container global */
#vlink-faq-light-2026 .vlink-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#vlink-faq-light-2026 .faq-header-minimal{
  text-align: center;
  margin-bottom: 60px;
}

#vlink-faq-light-2026 .faq-header-minimal h2{
  font-size: clamp(30px, 4vw, 42px);
  color: #002d5e;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.2;
}

#vlink-faq-light-2026 .faq-header-minimal p{
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
}

#vlink-faq-light-2026 .faq-accordion-container{
  max-width: 850px;
  margin: 0 auto;
}

/* Item */
#vlink-faq-light-2026 .faq-item-border{
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  overflow: hidden;
  background: #ffffff;
}

/* Hover / Open */
#vlink-faq-light-2026 .faq-item-border:hover,
#vlink-faq-light-2026 .faq-item-border[open]{
  border-color: #002d5e;
  box-shadow: 0 10px 30px rgba(0, 45, 94, 0.05);
}

#vlink-faq-light-2026 .faq-item-border summary{
  padding: 24px 58px 24px 30px; /* chừa chỗ icon bên phải */
  font-size: 17px;
  font-weight: 800;
  color: #002d5e;
  cursor: pointer;
  list-style: none;
  position: relative;
  outline: none;
  line-height: 1.4;
}

#vlink-faq-light-2026 .faq-item-border summary::-webkit-details-marker{
  display: none;
}

/* Icon +/- */
#vlink-faq-light-2026 .faq-item-border summary::after{
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  color: #ff6600;
  background: #fff7ed;
  border: 1px solid #ffe4cc;
  transition: 0.3s;
}

#vlink-faq-light-2026 .faq-item-border[open] summary::after{
  content: "−";
  color: #002d5e;
  background: #f1f5f9;
  border-color: #e2e8f0;
}

#vlink-faq-light-2026 .faq-answer-content{
  padding: 0 30px 24px 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  border-top: 1px solid #f1f5f9;
}

#vlink-faq-light-2026 .faq-answer-content p{
  margin-top: 15px;
  margin-bottom: 0;
}

/* Strong: nhấn cam */
#vlink-faq-light-2026 .faq-answer-content strong{
  color: #ff6600;
  font-weight: 900;
}

/* Mobile */
@media (max-width: 600px){
  #vlink-faq-light-2026{ padding: 80px 0; }
  #vlink-faq-light-2026 .faq-item-border summary{
    padding: 20px 54px 20px 20px;
    font-size: 16px;
  }
  #vlink-faq-light-2026 .faq-answer-content{
    padding: 0 20px 20px 20px;
  }
}


/* --- VLINK FINAL CTA - CLEAN & SCOPED (2026) --- */
#vlink-final-cta-2026{
  padding: 120px 0;
  background-color: #ffffff;
}

#vlink-final-cta-2026 .vlink-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#vlink-final-cta-2026 .cta-card-white{
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 40px;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 45, 94, 0.05);
}

/* LEFT */
#vlink-final-cta-2026 .cta-content-minimal{
  max-width: 620px;
  text-align: left;
  position: relative;
  z-index: 2;
}

#vlink-final-cta-2026 .cta-content-minimal h2{
  font-size: 48px;
  color: #002d5e;
  font-weight: 900;
  line-height: 1.1;
  margin: 20px 0;
}

/* NOTE: class name giữ nguyên theo anh, nhưng màu là accent */
#vlink-final-cta-2026 .text-navy{ color: #ff6600; }

#vlink-final-cta-2026 .cta-content-minimal p{
  font-size: 17px;
  color: #64748b;
  margin-bottom: 28px;
  line-height: 1.7;
}

/* Protocol bar */
#vlink-final-cta-2026 .google-protocol-bar{
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(0, 45, 94, 0.04);
  padding: 15px 20px;
  border-radius: 12px;
  border-left: 3px solid #ff6600;
  margin-bottom: 36px;
  font-size: 15px;
  color: #002d5e;
}

#vlink-final-cta-2026 .cta-contact-grid{
  display: flex;
  gap: 40px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

#vlink-final-cta-2026 .contact-method .label{
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#vlink-final-cta-2026 .contact-method .value{
  font-size: 20px;
  font-weight: 800;
  color: #002d5e;
  text-decoration: none;
}

/* BUTTONS (FIXED, NO DOUBLE DECLARE) */
#vlink-final-cta-2026 .cta-button-group{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
  width: 100%;
  max-width: 560px;
}

#vlink-final-cta-2026 .btn-primary-lg,
#vlink-final-cta-2026 .btn-ghost-lg{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  padding: 16px 22px;         /* IMPORTANT: đồng nhất padding */
  border-radius: 15px;

  font-weight: 800;
  text-decoration: none;

  white-space: nowrap;        /* không rớt 2 dòng */
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

#vlink-final-cta-2026 .btn-primary-lg{
  background: #002d5e;
  color: #fff !important;
  transition: 0.3s;
}

#vlink-final-cta-2026 .btn-primary-lg:hover{
  background: #ff6600;
  transform: translateY(-4px);
}

#vlink-final-cta-2026 .btn-ghost-lg{
  background: transparent;
  border: 2px solid #e2e8f0;
  color: #002d5e;
}

/* RIGHT VISUAL */
#vlink-final-cta-2026 .cta-visual-decor{
  position: relative;
  width: 420px;
  height: 360px;
  flex-shrink: 0;
}

#vlink-final-cta-2026 .circle-blur{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 102, 0, 0.12) 0%, transparent 70%);
  filter: blur(40px);
  z-index: 1;
}

/* CORE */
#vlink-final-cta-2026 .vlink-core{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 108px;
  height: 108px;
  background: #002d5e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.2;
  z-index: 5;
  box-shadow: 0 0 30px rgba(0, 45, 94, 0.28);
}

#vlink-final-cta-2026 .core-pulse{
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #002d5e;
  border-radius: 50%;
  animation: corePulse 3s infinite;
}

@keyframes corePulse{
  0%{ transform: scale(1); opacity: 0.5; }
  100%{ transform: scale(2.6); opacity: 0; }
}

/* Status dot */
#vlink-final-cta-2026 .status-dot{
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  position: relative;
}

#vlink-final-cta-2026 .status-dot::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #22c55e;
  border-radius: 50%;
  animation: statusPulse 2s infinite;
}

@keyframes statusPulse{
  0%{ transform: scale(1); opacity: 1; }
  100%{ transform: scale(3.3); opacity: 0; }
}

/* Badges */
#vlink-final-cta-2026 .floating-badge{
  position: absolute;
  background: #fff;
  padding: 12px 20px;
  border-radius: 100px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #f1f5f9;
  z-index: 6;
}

#vlink-final-cta-2026 .floating-badge .txt{
  color: #002d5e;
  font-weight: 800;
  font-size: 13px;
  white-space: nowrap;
}

/* Satellites */
#vlink-final-cta-2026 .sat-1{ top: 10%; left: 0; animation: orbit 8s ease-in-out infinite; }
#vlink-final-cta-2026 .sat-2{ top: 16%; right: -10px; animation: orbit 7s ease-in-out infinite 1s; }
#vlink-final-cta-2026 .sat-3{ bottom: 20%; left: -18px; animation: orbit 9s ease-in-out infinite 0.5s; }
#vlink-final-cta-2026 .sat-4{ bottom: 10%; right: 0; animation: orbit 6s ease-in-out infinite 1.5s; }

@keyframes orbit{
  0%, 100%{ transform: translate(0, 0); }
  50%{ transform: translate(14px, -14px); }
}

/* Responsive */
@media (max-width: 991px){
  #vlink-final-cta-2026 .cta-card-white{
    flex-direction: column;
    padding: 40px;
    gap: 30px;
  }
  #vlink-final-cta-2026 .cta-visual-decor{ display: none; }
  #vlink-final-cta-2026 .cta-content-minimal h2{ font-size: 38px; }
}

@media (max-width: 600px){
  #vlink-final-cta-2026 .cta-button-group{
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}


/* --- VLINK ENTITY MODERN FLOW (SCOPED) --- */
#vlink-entity-modern-2026{
  padding: 100px 0;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
}

#vlink-entity-modern-2026 .vlink-container{
  max-width: 1200px;  /* tránh đè global container */
  margin: 0 auto;
  padding: 0 20px;
}

/* 1. Header căn giữa */
#vlink-entity-modern-2026 .entity-header-center{
  text-align: center;
  max-width: 850px;
  margin: 0 auto 70px;
}

#vlink-entity-modern-2026 .entity-header-center h2{
  font-size: 42px;
  font-weight: 900;
  color: #002d5e;
  margin: 20px 0;
  line-height: 1.2;
}

#vlink-entity-modern-2026 .entity-header-center p{
  font-size: 18px;
  color: #64748b;
  line-height: 1.7;
}

#vlink-entity-modern-2026 .text-orange{ color: #ff6600; }

/* Link inline trong đoạn mô tả */
#vlink-entity-modern-2026 .e-link-protocol-inline{
  display: inline-block;
  margin-left: 4px;
}

/* 2. Grid Cards */
#vlink-entity-modern-2026 .entity-cards-modern-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-bottom: 60px;
}

#vlink-entity-modern-2026 .e-trust-card{
  background: #f8fafc;
  padding: 35px 30px;
  border-radius: 30px;
  border: 1px solid #f1f5f9;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

#vlink-entity-modern-2026 .e-trust-card:hover{
  background: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 45, 94, 0.08);
  border-color: #002d5e;
}

#vlink-entity-modern-2026 .e-icon-box{
  font-size: 30px;
  margin-bottom: 25px;
  height: 65px;
  display: flex;
  align-items: center;
}

/* CARD nổi bật kiểu xanh (EEAT & AI) */
#vlink-entity-modern-2026 .highlight-blue{
  background: #f3f7ff;
  border-color: #dbeafe;
}

#vlink-entity-modern-2026 .highlight-blue:hover{
  border-color: #002d5e;
}

/* CARD phác đồ: viền cam */
#vlink-entity-modern-2026 .protocol-card{
  border: 2px solid #ff6600;
  background: #fffcf9;
}

/* HIỆU ỨNG PULSE */
#vlink-entity-modern-2026 .protocol-shield-pulse{
  position: relative;
  width: 65px;
  height: 65px;
  background: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(255,102,0,0.10);
}

#vlink-entity-modern-2026 .pulse-ring,
#vlink-entity-modern-2026 .pulse-ring-2{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ff6600;
  border-radius: 18px;
  animation: googlePulse 2s infinite;
  pointer-events: none;
}

#vlink-entity-modern-2026 .pulse-ring-2{ animation-delay: 0.5s; }

@keyframes googlePulse{
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.8); opacity: 0; }
}

/* Badge & Text */
#vlink-entity-modern-2026 .e-content .e-badge{
  display: inline-block;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 4px 10px;
  background: #e2e8f0;
  color: #64748b;
  border-radius: 50px;
  margin-bottom: 15px;
  letter-spacing: 0.6px;
}

#vlink-entity-modern-2026 .e-badge.gold{
  background: #ff6600;
  color: #fff;
}

#vlink-entity-modern-2026 .e-badge.blue{
  background: #002d5e;
  color: #fff;
}

#vlink-entity-modern-2026 .e-content strong{
  display: block;
  font-size: 20px;
  color: #002d5e;
  margin-bottom: 10px;
  font-weight: 800;
}

#vlink-entity-modern-2026 .e-content p{
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 20px;
}

#vlink-entity-modern-2026 .e-link-minimal{
  font-size: 13px;
  font-weight: 800;
  color: #002d5e;
  text-decoration: none;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 2px;
}

#vlink-entity-modern-2026 .e-link-minimal:hover{
  border-bottom-color: #002d5e;
}

/* 3. Footer Quick Nav */
#vlink-entity-modern-2026 .entity-quick-nav{
  background: #f8fafc;
  padding: 20px 40px;
  border-radius: 100px;
  width: fit-content;
  margin: 0 auto;
}

#vlink-entity-modern-2026 .nav-wrapper{
  display: flex;
  align-items: center;
  gap: 30px;
}

#vlink-entity-modern-2026 .nav-title{
  font-size: 12px;
  font-weight: 900;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#vlink-entity-modern-2026 .nav-links-group{
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

#vlink-entity-modern-2026 .nav-links-group a{
  font-size: 14px;
  font-weight: 800;
  color: #002d5e;
  text-decoration: none;
}

#vlink-entity-modern-2026 .nav-links-group a:hover{ color: #ff6600; }

#vlink-entity-modern-2026 .sep{
  width: 4px;
  height: 4px;
  background: #cbd5e1;
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 991px){
  #vlink-entity-modern-2026 .entity-header-center h2{ font-size: 34px; }
  #vlink-entity-modern-2026 .entity-quick-nav{ border-radius: 20px; width: 100%; }
  #vlink-entity-modern-2026 .nav-wrapper{ flex-direction: column; gap: 15px; }
}
