/* ============================================
   PSTEK Subpages - Stylesheet
   Dùng cho about, partners, customers, news, careers, gallery
   ============================================ */

/* Body subpage: KHÔNG cần padding-top vì page-hero là background tối overlay với header */
body.subpage {
  padding-top: 0;
}

/* Page-hero phải có padding-top đủ để nội dung không bị header che */

/* ============================================
   PAGE HERO (compact hero cho subpage)
   ============================================ */
.page-hero {
  position: relative;
  padding: 144px 0 90px;
  background:
    radial-gradient(ellipse at 25% 30%, rgba(8, 145, 178, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 75% 70%, rgba(34, 211, 238, 0.10) 0%, transparent 45%),
    linear-gradient(135deg, #07192D 0%, #0A2540 60%, #0E2D4A 100%);
  overflow: hidden;
  isolation: isolate;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image: radial-gradient(circle, rgba(34, 211, 238, 0.18) 1px, transparent 1.4px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse at center, black 0%, black 55%, transparent 92%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, black 55%, transparent 92%);
  pointer-events: none;
  z-index: 1;
}

.page-hero .container {
  position: relative;
  z-index: 3;
}

/* ============================================
   NHÓM A — About + Careers
   Aesthetic: warm story — node cloud nhỏ + connection lines mềm
   ============================================ */

/* Lớp 1: Node cloud — 9 chấm nodes NHỎ HƠN, rải rác, pulse + float mềm + nhanh hơn */
.page-hero.hero-style-a::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 400' preserveAspectRatio='xMidYMid slice'%3E%3Cdefs%3E%3CradialGradient id='nodeA' cx='50%25' cy='50%25' r='50%25'%3E%3Cstop offset='0%25' stop-color='%2322D3EE' stop-opacity='0.9'/%3E%3Cstop offset='40%25' stop-color='%2322D3EE' stop-opacity='0.4'/%3E%3Cstop offset='100%25' stop-color='%2322D3EE' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='nodeB' cx='50%25' cy='50%25' r='50%25'%3E%3Cstop offset='0%25' stop-color='%230891B2' stop-opacity='0.8'/%3E%3Cstop offset='50%25' stop-color='%230891B2' stop-opacity='0.3'/%3E%3Cstop offset='100%25' stop-color='%230891B2' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg%3E%3Ccircle cx='180' cy='100' r='16' fill='url(%23nodeA)'/%3E%3Ccircle cx='180' cy='100' r='2' fill='%2322D3EE'/%3E%3Ccircle cx='420' cy='280' r='18' fill='url(%23nodeB)'/%3E%3Ccircle cx='420' cy='280' r='2' fill='%230891B2'/%3E%3Ccircle cx='620' cy='130' r='14' fill='url(%23nodeA)'/%3E%3Ccircle cx='620' cy='130' r='1.8' fill='%2322D3EE'/%3E%3Ccircle cx='880' cy='240' r='17' fill='url(%23nodeB)'/%3E%3Ccircle cx='880' cy='240' r='2' fill='%230891B2'/%3E%3Ccircle cx='1100' cy='90' r='15' fill='url(%23nodeA)'/%3E%3Ccircle cx='1100' cy='90' r='1.8' fill='%2322D3EE'/%3E%3Ccircle cx='1280' cy='220' r='19' fill='url(%23nodeB)'/%3E%3Ccircle cx='1280' cy='220' r='2' fill='%230891B2'/%3E%3Ccircle cx='720' cy='340' r='13' fill='url(%23nodeA)'/%3E%3Ccircle cx='720' cy='340' r='1.8' fill='%2322D3EE'/%3E%3Ccircle cx='340' cy='180' r='12' fill='url(%23nodeA)'/%3E%3Ccircle cx='340' cy='180' r='1.5' fill='%2322D3EE'/%3E%3Ccircle cx='1000' cy='350' r='14' fill='url(%23nodeB)'/%3E%3Ccircle cx='1000' cy='350' r='1.8' fill='%230891B2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
  opacity: 0.9;
  animation: nodeCloudFloat 12s ease-in-out infinite alternate;
}

/* Lớp 2: Connection lines — MỜ HƠN nhiều (0.32 → 0.15) + animation nhanh hơn */
.page-hero.hero-style-a::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 400' preserveAspectRatio='xMidYMid slice'%3E%3Cg stroke='%2322D3EE' stroke-width='0.6' fill='none' opacity='0.15'%3E%3Cpath d='M 180 100 Q 400 60 620 130' /%3E%3Cpath d='M 620 130 Q 800 180 880 240' /%3E%3Cpath d='M 880 240 Q 1000 160 1100 90' /%3E%3Cpath d='M 1100 90 Q 1200 150 1280 220' /%3E%3Cpath d='M 420 280 Q 550 320 720 340' /%3E%3Cpath d='M 720 340 Q 860 370 1000 350' /%3E%3Cpath d='M 340 180 Q 480 230 420 280' /%3E%3Cpath d='M 180 100 Q 240 180 340 180' /%3E%3Cpath d='M 880 240 Q 940 290 1000 350' /%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
  animation: connectionsPulse 6s ease-in-out infinite;
}

@keyframes nodeCloudFloat {
  0%   { transform: translate(0, 0) scale(1); opacity: 0.75; }
  25%  { transform: translate(1.5%, -1.2%) scale(1.03); opacity: 1; }
  50%  { transform: translate(-1%, 1.5%) scale(0.97); opacity: 0.85; }
  75%  { transform: translate(1.2%, 0.5%) scale(1.02); opacity: 1; }
  100% { transform: translate(-1.5%, -0.8%) scale(0.99); opacity: 0.9; }
}

@keyframes connectionsPulse {
  0%, 100% { opacity: 0.5; }
  50%      { opacity: 1; }
}

/* ============================================
   NHÓM B — Partners + Customers + News + Gallery
   Aesthetic: technical — wave SVG mềm drift + ambient nodes
   ============================================ */

/* Lớp 1: Wave SVG path mềm, MỜ HƠN (opacity giảm), drift ngang chậm */
.page-hero.hero-style-b::before {
  content: '';
  position: absolute;
  top: 0; left: -10%;
  right: -10%; bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 400' preserveAspectRatio='none'%3E%3Cg fill='none' stroke-width='1'%3E%3Cpath d='M 0 200 Q 200 130 400 200 T 800 200 T 1200 200 T 1600 200' stroke='%2322D3EE' opacity='0.13'/%3E%3Cpath d='M 0 230 Q 200 170 400 230 T 800 230 T 1200 230 T 1600 230' stroke='%230891B2' opacity='0.10'/%3E%3Cpath d='M 0 170 Q 200 100 400 170 T 800 170 T 1200 170 T 1600 170' stroke='%2322D3EE' opacity='0.09'/%3E%3Cpath d='M 0 260 Q 200 210 400 260 T 800 260 T 1200 260 T 1600 260' stroke='%230891B2' opacity='0.07'/%3E%3Cpath d='M 0 140 Q 200 80 400 140 T 800 140 T 1200 140 T 1600 140' stroke='%2322D3EE' opacity='0.06'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120% 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
  animation: waveDrift 22s ease-in-out infinite;
}

/* Lớp 2: BỎ ambient nodes SVG cố định — sẽ thay bằng CSS twinkle stars riêng */
.page-hero.hero-style-b::after {
  display: none;
}

/* Container cho twinkle stars — added qua JS hoặc direct elements */
.page-hero.hero-style-b .twinkle-stars {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

/* Mỗi star: chấm nhỏ + halo glow, animation twinkle khác phase */
.page-hero.hero-style-b .twinkle-star {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #22D3EE;
  box-shadow:
    0 0 4px rgba(34, 211, 238, 0.9),
    0 0 12px rgba(34, 211, 238, 0.5),
    0 0 24px rgba(34, 211, 238, 0.25);
  animation: twinkleFx ease-in-out infinite;
}

/* Vị trí + delay khác nhau cho 10 stars */
.page-hero.hero-style-b .twinkle-star:nth-child(1)  { top: 18%; left: 12%; animation-duration: 3s;   animation-delay: 0s; }
.page-hero.hero-style-b .twinkle-star:nth-child(2)  { top: 65%; left: 28%; animation-duration: 4s;   animation-delay: 0.7s; }
.page-hero.hero-style-b .twinkle-star:nth-child(3)  { top: 22%; left: 45%; animation-duration: 3.5s; animation-delay: 1.4s; }
.page-hero.hero-style-b .twinkle-star:nth-child(4)  { top: 78%; left: 52%; animation-duration: 4.5s; animation-delay: 0.3s; }
.page-hero.hero-style-b .twinkle-star:nth-child(5)  { top: 30%; left: 68%; animation-duration: 3.2s; animation-delay: 1.8s; }
.page-hero.hero-style-b .twinkle-star:nth-child(6)  { top: 72%; left: 78%; animation-duration: 3.8s; animation-delay: 0.9s; }
.page-hero.hero-style-b .twinkle-star:nth-child(7)  { top: 15%; left: 88%; animation-duration: 4.2s; animation-delay: 2.1s; }
.page-hero.hero-style-b .twinkle-star:nth-child(8)  { top: 55%; left: 92%; animation-duration: 3.6s; animation-delay: 1.2s; }
.page-hero.hero-style-b .twinkle-star:nth-child(9)  { top: 42%; left: 35%; animation-duration: 4.8s; animation-delay: 0.5s; }
.page-hero.hero-style-b .twinkle-star:nth-child(10) { top: 50%; left: 60%; animation-duration: 3.4s; animation-delay: 1.6s; }

@keyframes twinkleFx {
  0%, 100% { opacity: 0.25; transform: scale(0.85); }
  50%      { opacity: 1;    transform: scale(1.25); }
}

@keyframes waveDrift {
  0%   { transform: translateX(0%); }
  50%  { transform: translateX(-4%); }
  100% { transform: translateX(0%); }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .page-hero.hero-style-a::before,
  .page-hero.hero-style-a::after,
  .page-hero.hero-style-b::before,
  .page-hero.hero-style-b::after {
    animation: none;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 28px;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb a:hover {
  color: var(--teal-light);
}

.breadcrumb svg {
  opacity: 0.4;
}

.breadcrumb span {
  color: var(--teal-light);
  font-weight: 500;
}

.page-hero-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(8, 145, 178, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.25);
  border-radius: 9999px;
  color: var(--teal-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 22px;
}

/* Coming Soon badge — variant cho các trang chưa có content thật */
.coming-soon-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(245, 158, 11, 0.10);
  border: 1px solid rgba(245, 158, 11, 0.30);
  border-radius: 9999px;
  color: #FBBF24;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-left: 10px;
  vertical-align: middle;
}

.coming-soon-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #FBBF24;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.6);
  animation: comingSoonPulse 2s ease-in-out infinite;
}

@keyframes comingSoonPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.55); }
  50%      { box-shadow: 0 0 0 8px rgba(245, 158, 11, 0); }
}

.page-hero-title {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  color: white;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-bottom: 22px;
  max-width: 820px;
}

.page-hero-subtitle {
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  color: rgba(255, 255, 255, 0.72);
  max-width: 660px;
  line-height: 1.6;
  font-weight: 300;
}

/* ============================================
   PAGE SECTION (vùng nội dung chính)
   ============================================ */
.page-section {
  padding: 100px 0;
  background: white;
}

/* Two-column block dùng chung cho About + Partners */
.two-col-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 120px;
}

@media (min-width: 1024px) {
  .two-col-block {
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
  }
}

.two-col-text .section-label {
  display: inline-block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}

.block-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}

.block-paragraph {
  font-size: 15.5px;
  color: var(--gray-dark);
  line-height: 1.7;
  margin-bottom: 18px;
}

.two-col-card {
  background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

/* Card stat grid (dùng ở About) */
.card-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.card-stat-num {
  font-family: 'Sora', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 8px;
}

.card-stat-num span {
  color: var(--teal);
  font-weight: 500;
  font-size: 0.6em;
  letter-spacing: 0;
}

.card-stat-label {
  font-size: 12.5px;
  color: var(--gray-mid);
  font-weight: 500;
  letter-spacing: 0.005em;
}

/* ============================================
   VALUES BLOCK (About page)
   ============================================ */
.values-block {
  margin-bottom: 120px;
}

.values-block .section-header,
.leadership-block .section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.values-block .section-label,
.leadership-block .section-label {
  display: inline-block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
}

.values-block .section-title,
.leadership-block .section-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.625rem, 2.6vw, 2.25rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}

.values-block .section-subtitle,
.leadership-block .section-subtitle {
  font-size: 16px;
  color: var(--gray-mid);
  line-height: 1.6;
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 640px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .values-grid { grid-template-columns: repeat(4, 1fr); gap: 28px; }
}

.value-card {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 32px 28px;
  transition: all 0.25s ease;
}

.value-card:hover {
  border-color: var(--teal-light);
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px rgba(8, 145, 178, 0.12);
}

.value-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.08) 0%, rgba(34, 211, 238, 0.04) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: var(--teal);
}

.value-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.value-card p {
  font-size: 14.5px;
  color: var(--gray-mid);
  line-height: 1.6;
}

/* ============================================
   LEADERSHIP BLOCK
   ============================================ */
.leadership-block {
  margin-bottom: 100px;
}

.leadership-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .leadership-grid { grid-template-columns: repeat(3, 1fr); }
}

.leader-card {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 36px 28px;
  text-align: center;
  transition: all 0.25s ease;
}

.leader-card:hover {
  border-color: var(--teal-light);
  transform: translateY(-3px);
}

.leader-card-highlight {
  background: linear-gradient(135deg, #07192D 0%, #0A2540 100%);
  color: white;
  border-color: transparent;
}

.leader-avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.leader-card-highlight .leader-avatar {
  background: linear-gradient(135deg, var(--teal-light) 0%, var(--teal) 100%);
}

.leader-role {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--teal);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.leader-card-highlight .leader-role {
  color: var(--teal-light);
}

.leader-name {
  font-family: 'Sora', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.leader-card-highlight .leader-name {
  color: white;
}

.leader-bio {
  font-size: 14px;
  color: var(--gray-mid);
  line-height: 1.6;
}

.leader-card-highlight .leader-bio {
  color: rgba(255, 255, 255, 0.7);
}

/* ============================================
   LEGAL BLOCK (About)
   ============================================ */
.legal-block {
  max-width: 880px;
  margin: 0 auto;
}

.legal-card {
  background: var(--gray-light);
  border-radius: 16px;
  padding: 48px;
  border: 1px solid #E2E8F0;
}

.legal-header h3 {
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.legal-header p {
  font-size: 13.5px;
  color: var(--gray-mid);
  margin-bottom: 32px;
}

.legal-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
}

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

.legal-list > div {
  padding: 16px 0;
  border-top: 1px solid #E2E8F0;
}

.legal-list dt {
  font-size: 12px;
  font-weight: 600;
  color: var(--gray-mid);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.legal-list dd {
  font-size: 14.5px;
  color: var(--navy);
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

/* ============================================
   PARTNERS PAGE
   ============================================ */
.partners-aws-card {
  text-align: left;
}

.aws-badge-large {
  display: inline-block;
  background: linear-gradient(135deg, #FF9900 0%, #FF6F00 100%);
  color: white;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(255, 153, 0, 0.25);
}

.partners-aws-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.partners-aws-card p {
  font-size: 14.5px;
  color: var(--gray-mid);
  line-height: 1.6;
  margin-bottom: 28px;
}

.aws-tier-status {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.aws-tier-step {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: var(--gray-mid);
}

.aws-tier-step.active {
  color: var(--navy);
  font-weight: 500;
}

.aws-tier-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E2E8F0;
  flex-shrink: 0;
}

.aws-tier-step.active .aws-tier-dot {
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.15);
}

.partners-categories {
  margin-bottom: 100px;
}

.partners-categories .section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.partners-categories .section-label {
  display: inline-block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
}

.partners-categories .section-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.625rem, 2.6vw, 2.25rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.partners-cat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 640px) {
  .partners-cat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .partners-cat-grid { grid-template-columns: repeat(4, 1fr); }
}

.partner-cat-card {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 32px 28px;
  transition: all 0.25s ease;
  position: relative;
}

.partner-cat-card:hover {
  border-color: var(--teal-light);
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -8px rgba(8, 145, 178, 0.12);
}

.partner-cat-icon {
  font-size: 36px;
  margin-bottom: 20px;
}

.partner-cat-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.partner-cat-card p {
  font-size: 14px;
  color: var(--gray-mid);
  line-height: 1.6;
  margin-bottom: 18px;
}

.partner-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(8, 145, 178, 0.08);
  padding: 4px 10px;
  border-radius: 6px;
}

.partners-cta-block {
  background: linear-gradient(135deg, #07192D 0%, #0A2540 100%);
  border-radius: 20px;
  padding: 60px 48px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.partners-cta-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(34, 211, 238, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.5;
  pointer-events: none;
}

.partners-cta-block > * {
  position: relative;
  z-index: 1;
}

.partners-cta-block h3 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.375rem, 2.2vw, 1.875rem);
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: -0.025em;
}

.partners-cta-block p {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   CUSTOMERS PAGE
   ============================================ */
.customers-intro {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 100px;
}

.customers-intro .section-label {
  display: inline-block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}

.customers-coming {
  margin-bottom: 100px;
}

.customers-coming .section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.customers-coming .section-label {
  display: inline-block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
}

.customers-coming .section-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.625rem, 2.6vw, 2.25rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}

.customers-coming .section-subtitle {
  font-size: 16px;
  color: var(--gray-mid);
  line-height: 1.6;
}

.industry-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 640px) {
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
}

.industry-card {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 32px 28px;
  transition: all 0.25s ease;
}

.industry-card:hover {
  border-color: var(--teal-light);
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -8px rgba(8, 145, 178, 0.12);
}

.industry-icon {
  font-size: 32px;
  margin-bottom: 18px;
}

.industry-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.industry-card p {
  font-size: 14px;
  color: var(--gray-mid);
  line-height: 1.6;
}

.testimonial-block {
  background: var(--gray-light);
  border-radius: 20px;
  padding: 64px 48px;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  border: 1px solid #E2E8F0;
}

.quote-icon {
  color: var(--teal);
  opacity: 0.3;
  margin-bottom: 24px;
}

.testimonial-quote {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  font-weight: 500;
  color: var(--navy);
  line-height: 1.5;
  letter-spacing: -0.015em;
  margin-bottom: 32px;
  font-style: italic;
}

.testimonial-author-name {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 4px;
}

.testimonial-author-role {
  font-size: 13px;
  color: var(--gray-mid);
}

/* ============================================
   NEWS PAGE
   ============================================ */
.news-featured {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  border-radius: 20px;
  padding: 60px 48px;
  margin-bottom: 80px;
  color: white;
  position: relative;
  overflow: hidden;
}

.news-featured::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(34, 211, 238, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.5;
  pointer-events: none;
}

.news-featured > * {
  position: relative;
  z-index: 1;
}

.news-featured-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.news-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--teal-light);
  background: rgba(34, 211, 238, 0.12);
  padding: 5px 12px;
  border-radius: 6px;
}

.news-date {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.news-featured-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.375rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
  max-width: 800px;
}

.news-featured-excerpt {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  max-width: 720px;
  margin-bottom: 32px;
}

.news-featured-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal-light) 0%, var(--teal) 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.author-name {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 2px;
}

.author-role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.news-block {
  margin-bottom: 80px;
}

.news-block-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 16px;
}

.news-block-title {
  font-family: 'Sora', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.015em;
  margin-bottom: 6px;
}

.news-block-desc {
  font-size: 14.5px;
  color: var(--gray-mid);
  max-width: 540px;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 640px) {
  .news-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .news-grid { grid-template-columns: repeat(3, 1fr); }
}

.news-card {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  border-color: var(--teal-light);
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -8px rgba(8, 145, 178, 0.12);
}

.news-card-image {
  height: 160px;
  background: linear-gradient(135deg, #07192D 0%, #0A2540 60%, #0E2D4A 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-card-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(34, 211, 238, 0.15) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.6;
}

.news-card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--navy);
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.05em;
}

.news-card-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.news-card-cat {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--teal);
}

.news-card-date {
  font-size: 12.5px;
  color: var(--gray-mid);
}

.news-card-content h4 {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.35;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.news-card-content p {
  font-size: 13.5px;
  color: var(--gray-mid);
  line-height: 1.55;
}

/* News subscribe block */
.news-subscribe {
  background: var(--gray-light);
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 40px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

.news-subscribe h3 {
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.015em;
  margin-bottom: 6px;
}

.news-subscribe p {
  font-size: 14px;
  color: var(--gray-mid);
  max-width: 480px;
}

.subscribe-form {
  display: flex;
  gap: 8px;
  min-width: 320px;
}

.subscribe-form input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  background: white;
  color: var(--navy);
}

.subscribe-form input:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.12);
}

.subscribe-form .btn-primary {
  padding: 12px 20px;
  white-space: nowrap;
}

/* ============================================
   CAREERS PAGE
   ============================================ */
.careers-perks-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 24px;
  letter-spacing: -0.015em;
}

.perks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.perks-list li {
  font-size: 14.5px;
  color: var(--gray-dark);
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 1px solid #E2E8F0;
  display: flex;
  align-items: start;
  gap: 12px;
}

.perks-list li:last-child {
  border-bottom: none;
}

.perk-check {
  color: var(--teal);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.positions-block .section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.positions-block .section-label {
  display: inline-block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
}

.positions-block .section-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.625rem, 2.6vw, 2.25rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}

.positions-block .section-subtitle {
  font-size: 16px;
  color: var(--gray-mid);
  line-height: 1.6;
}

.positions-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.position-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 28px 32px;
  text-decoration: none;
  transition: all 0.25s ease;
  gap: 24px;
}

.position-card:hover {
  border-color: var(--teal);
  transform: translateX(4px);
  box-shadow: 0 8px 20px -8px rgba(8, 145, 178, 0.15);
}

.position-team {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--teal);
  margin-bottom: 8px;
}

.position-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
  letter-spacing: -0.015em;
}

.position-card p {
  font-size: 14px;
  color: var(--gray-mid);
  line-height: 1.55;
  margin-bottom: 14px;
  max-width: 600px;
}

.position-meta {
  display: flex;
  gap: 18px;
  font-size: 13px;
  color: var(--gray-mid);
  flex-wrap: wrap;
}

.position-card-arrow {
  color: var(--teal);
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.25s ease;
}

.position-card:hover .position-card-arrow {
  opacity: 1;
}

.positions-note {
  text-align: center;
  font-size: 14.5px;
  color: var(--gray-mid);
  padding: 24px;
  background: var(--gray-light);
  border-radius: 12px;
}

.positions-note a {
  color: var(--teal);
  font-weight: 500;
  text-decoration: none;
}

.positions-note a:hover {
  text-decoration: underline;
}

/* ============================================
   GALLERY PAGE
   ============================================ */
.gallery-intro {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 80px;
}

.gallery-intro .section-label {
  display: inline-block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 80px;
}

@media (min-width: 640px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

.gallery-item {
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease;
}

.gallery-item:hover {
  transform: translateY(-3px);
}

.gallery-placeholder {
  background: linear-gradient(135deg, var(--gray-light) 0%, #EDF2F7 100%);
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gallery-placeholder-content {
  padding: 24px;
}

.gallery-icon {
  font-size: 44px;
  margin-bottom: 14px;
  opacity: 0.6;
}

.gallery-label {
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 4px;
}

.gallery-date {
  font-size: 12.5px;
  color: var(--gray-mid);
}

.gallery-cta {
  text-align: center;
  padding: 48px 24px;
  background: var(--gray-light);
  border-radius: 16px;
  border: 1px solid #E2E8F0;
}

.gallery-cta p {
  font-size: 15.5px;
  color: var(--gray-dark);
  margin-bottom: 22px;
}

.gallery-social {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.gallery-social a {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: white;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-mid);
  transition: all 0.2s ease;
}

.gallery-social a:hover {
  color: var(--teal);
  border-color: var(--teal);
  transform: translateY(-2px);
}

/* ============================================
   PAGE CTA (dùng chung)
   ============================================ */
.page-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.page-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(34, 211, 238, 0.1) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.4;
  pointer-events: none;
}

.page-cta .container {
  position: relative;
  z-index: 1;
}

.page-cta h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.625rem, 2.6vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}

.page-cta p {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* ============================================
   VISION & MISSION BLOCK (About page)
   ============================================ */
.vision-mission-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 120px;
}

@media (min-width: 768px) {
  .vision-mission-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

.vm-card {
  padding: 44px 40px;
  border-radius: 18px;
  border: 1px solid #E2E8F0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.vm-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -12px rgba(8, 145, 178, 0.15);
}

.vm-card-vision {
  background: linear-gradient(135deg, #F0FDFA 0%, #FFFFFF 100%);
  border-color: rgba(8, 145, 178, 0.15);
}

.vm-card-mission {
  background: linear-gradient(135deg, #07192D 0%, #0A2540 100%);
  border-color: rgba(34, 211, 238, 0.15);
  color: white;
}

.vm-card-mission::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(34, 211, 238, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.6;
  pointer-events: none;
}

.vm-card > * {
  position: relative;
  z-index: 1;
}

.vm-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.vm-card-vision .vm-icon {
  background: rgba(8, 145, 178, 0.08);
  color: var(--teal);
}

.vm-card-mission .vm-icon {
  background: rgba(34, 211, 238, 0.12);
  color: var(--teal-light);
}

.vm-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
}

.vm-card-vision .vm-label {
  color: var(--teal);
}

.vm-card-mission .vm-label {
  color: var(--teal-light);
}

.vm-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.vm-card-vision .vm-title {
  color: var(--navy);
}

.vm-card-mission .vm-title {
  color: white;
}

.vm-text {
  font-size: 15px;
  line-height: 1.65;
}

.vm-card-vision .vm-text {
  color: var(--gray-dark);
}

.vm-card-mission .vm-text {
  color: rgba(255, 255, 255, 0.75);
}

/* ============================================
   VALUES GRID 5 columns (mở rộng từ 4)
   ============================================ */
@media (min-width: 1024px) {
  .values-grid-5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .values-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================
   ORGCHART (Sơ đồ tổ chức)
   ============================================ */
.orgchart-block {
  margin-bottom: 100px;
}

.orgchart {
  max-width: 1080px;
  margin: 0 auto;
}

.orgchart-tier {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.orgchart-tier-functions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

@media (min-width: 640px) {
  .orgchart-tier-functions { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .orgchart-tier-functions { grid-template-columns: repeat(4, 1fr); }
}

.org-node {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 22px 20px;
  text-align: center;
  transition: all 0.25s ease;
}

.org-node:hover {
  border-color: var(--teal-light);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px -8px rgba(8, 145, 178, 0.15);
}

.org-node-board {
  background: linear-gradient(135deg, #07192D 0%, #0A2540 100%);
  color: white;
  border-color: transparent;
  max-width: 540px;
  margin: 0 auto;
  padding: 28px 32px;
}

.org-node-board:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -10px rgba(7, 25, 45, 0.3);
}

.org-node-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(8, 145, 178, 0.08);
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.org-node-board .org-node-icon {
  background: rgba(34, 211, 238, 0.15);
  color: var(--teal-light);
  width: 48px;
  height: 48px;
}

.org-node-title {
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.org-node-board .org-node-title {
  color: white;
  font-size: 18px;
  margin-bottom: 8px;
}

.org-node-desc {
  font-size: 12.5px;
  color: var(--gray-mid);
  line-height: 1.55;
}

.org-node-board .org-node-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13.5px;
}

.orgchart-connector-v {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, rgba(8, 145, 178, 0) 0%, rgba(8, 145, 178, 0.3) 50%, rgba(8, 145, 178, 0) 100%);
  margin: 0 auto 16px;
}

.orgchart-tier-top {
  margin-bottom: 0;
}

.orgchart-capabilities {
  background: var(--gray-light);
  border: 1px dashed #CBD5E1;
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
}

.capabilities-label {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--gray-mid);
  margin-bottom: 18px;
  text-transform: uppercase;
}

.capabilities-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.capability-tag {
  background: white;
  border: 1px solid #E2E8F0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 8px;
  letter-spacing: -0.005em;
  transition: all 0.2s ease;
}

.capability-tag:hover {
  border-color: var(--teal);
  color: var(--teal);
  background: rgba(8, 145, 178, 0.04);
}

/* ============================================
   TEAM BLOCK (Đội ngũ - viết chung)
   ============================================ */
.team-block {
  margin-bottom: 100px;
}

.team-card {
  background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: 64px 48px;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.team-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.08) 0%, rgba(34, 211, 238, 0.04) 100%);
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.team-card .block-title {
  margin-bottom: 24px;
}

.team-card-text {
  font-size: 15.5px;
  color: var(--gray-dark);
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.team-card-text strong {
  color: var(--navy);
  font-weight: 600;
}

.team-stats-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid #E2E8F0;
}

@media (min-width: 768px) {
  .team-stats-row { grid-template-columns: repeat(4, 1fr); }
}

.team-stat {
  text-align: center;
}

.team-stat-num {
  font-family: 'Sora', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 8px;
}

.team-stat-num span {
  color: var(--teal);
  font-weight: 500;
}

.team-stat-label {
  font-size: 12.5px;
  color: var(--gray-mid);
  font-weight: 500;
}

/* Responsive cho team card */
@media (max-width: 640px) {
  .team-card { padding: 40px 24px; }
}

/* ============================================
   END About-specific additions
   ============================================ */

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-logo-img {
  height: 44px;
  width: auto;
}

.footer-brand-text {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 23px;
  color: white;
  letter-spacing: -0.015em;
}

/* ============================================
   RESPONSIVE TINH CHỈNH
   ============================================ */
@media (max-width: 640px) {
  .page-section { padding: 60px 0; }
  .page-hero { padding: 60px 0 50px; }
  .two-col-card { padding: 28px; }
  .legal-card,
  .testimonial-block,
  .news-featured,
  .partners-cta-block { padding: 36px 24px; }
  .news-subscribe { padding: 32px 24px; flex-direction: column; align-items: stretch; }
  .subscribe-form { min-width: 0; }
  .position-card { padding: 24px; }
  .position-card-arrow { display: none; }
}


/* ============================================================
   SERVICES DETAIL PAGE - cho services.html
   ============================================================ */

/* Services nav sticky bar — nằm dưới page-hero */
.services-nav {
  position: sticky;
  top: 64px;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gray-border);
  padding: 14px 0;
}

.services-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-nav-list a {
  display: inline-block;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-mid);
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
  letter-spacing: 0.005em;
}

.services-nav-list a:hover {
  color: var(--navy);
  background: var(--gray-light);
}

@media (max-width: 768px) {
  .services-nav {
    padding: 10px 0;
    overflow-x: auto;
  }
  .services-nav-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 16px;
    min-width: max-content;
  }
  .services-nav-list a {
    padding: 6px 12px;
    font-size: 12px;
    white-space: nowrap;
  }
}

/* Service detail section — full-width per service */
.service-detail {
  padding: 100px 0;
  background: white;
  position: relative;
}

.service-detail-alt {
  background: var(--gray-light);
}

.service-detail-header {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 60px;
  max-width: 920px;
}

@media (max-width: 768px) {
  .service-detail-header {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.service-detail-number {
  font-family: 'Sora', sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--teal);
  text-stroke: 1.5px var(--teal);
  letter-spacing: -0.04em;
}

.service-detail-headline .section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.service-detail-headline .section-title {
  text-align: left;
  margin-bottom: 18px;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
}

.service-detail-headline .section-subtitle {
  text-align: left;
  margin: 0;
  max-width: 720px;
  font-size: 16px;
}

/* Grid 2 cột cho 6 block */
.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .service-detail-grid {
    grid-template-columns: 1fr;
  }
}

.service-block {
  padding: 32px;
  background: white;
  border: 1px solid var(--gray-border);
  border-radius: 14px;
  transition: all 0.25s ease;
}

.service-detail-alt .service-block {
  background: white;
}

.service-block:hover {
  border-color: rgba(8, 145, 178, 0.3);
  box-shadow: 0 4px 18px rgba(8, 145, 178, 0.06);
}

.service-block-wide {
  grid-column: 1 / -1;
}

.service-block-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--teal);
  margin-bottom: 14px;
  text-transform: uppercase;
}

.block-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

.service-block-title {
  font-family: 'Sora', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.block-paragraph {
  font-size: 15px;
  line-height: 1.65;
  color: var(--gray-mid);
  margin: 0;
}

/* Architecture layers — visual hierarchy */
.arch-layers {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.arch-layer {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  background: var(--gray-light);
  border-left: 3px solid var(--teal);
  border-radius: 8px;
}

.arch-layer-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background: var(--teal);
  border-radius: 8px;
  letter-spacing: -0.01em;
}

.arch-layer-content strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 4px;
}

.arch-layer-content p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--gray-mid);
  margin: 0;
}

.service-detail-alt .arch-layer {
  background: white;
}

/* Pipeline flow (cho DevSecOps) */
.pipeline-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  padding: 24px;
  background: var(--gray-light);
  border-radius: 10px;
}

.service-detail-alt .pipeline-flow {
  background: white;
}

.pipeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: white;
  border: 1px solid var(--gray-border);
  border-radius: 8px;
  min-width: 100px;
  font-size: 12px;
  font-weight: 500;
  color: var(--navy);
}

.service-detail-alt .pipeline-step {
  background: var(--gray-light);
}

.pipeline-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: white;
  background: var(--teal);
  border-radius: 50%;
}

.pipeline-arrow {
  color: var(--teal);
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 768px) {
  .pipeline-flow {
    flex-direction: column;
  }
  .pipeline-arrow {
    transform: rotate(90deg);
  }
}

/* Outcome list with metrics */
.outcome-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.outcome-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 11px 0;
  border-bottom: 1px dashed var(--gray-border);
  font-size: 14px;
  color: var(--gray-mid);
  line-height: 1.4;
}

.outcome-list li:last-child {
  border-bottom: 0;
}

.outcome-metric {
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: -0.01em;
  white-space: nowrap;
}

/* Method steps (ordered list with strong intro) */
.method-steps {
  counter-reset: method-counter;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  gap: 14px;
}

.method-steps li {
  counter-increment: method-counter;
  position: relative;
  padding: 16px 16px 16px 60px;
  background: var(--gray-light);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--gray-mid);
}

.service-detail-alt .method-steps li {
  background: white;
}

.method-steps li::before {
  content: counter(method-counter);
  position: absolute;
  left: 16px;
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: white;
  background: var(--navy);
  border-radius: 50%;
}

.method-steps li strong {
  color: var(--navy);
  font-weight: 600;
  display: inline;
}

/* Tech tags */
.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.tech-tag {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(8, 145, 178, 0.06);
  color: var(--teal-dark);
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid rgba(8, 145, 178, 0.15);
  letter-spacing: -0.005em;
}

/* Service inline CTA — sau mỗi service */
.service-cta-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 28px 32px;
  background: var(--navy);
  background: linear-gradient(135deg, #0A2540 0%, #0E2D4A 100%);
  border-radius: 12px;
  margin-top: 20px;
}

.service-cta-inline .btn-primary {
  margin: 0;
}

.btn-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--teal-light);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.btn-secondary-link:hover {
  gap: 10px;
  color: white;
}
