/* ============================================
 SECTION BASE -
 ============================================ */
.section{
  padding:104px 0;
}
.section-muted{
  background:var(--bg-section);
}
.section-alt{
  background:#fff;
}

/* ============================================
 SECTION HEADER - （）
 ============================================ */
.section-head{
  max-width:780px;
  margin:0 auto 56px;
  text-align:center;
  padding:0 40px;
}
.section-head .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:18px;
  padding:6px 18px;
  background:rgba(212,175,55,0.08);
  border:1px solid rgba(212,175,55,0.25);
  border-radius:999px;
  transition:all 0.3s ease;
}
.section-head .eyebrow::before{
  content:"";
  width:6px;height:6px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 8px rgba(212,175,55,0.7);
}
.section-head .eyebrow:hover{
  background:rgba(212,175,55,0.15);
  border-color:rgba(212,175,55,0.5);
}
.section-head h2{
  font-size:44px;
  font-weight:800;
  line-height:1.18;
  letter-spacing:-0.02em;
  color:var(--navy);
}
.section-head h2 span{
  background:linear-gradient(135deg, var(--gold) 0%, #d4af37 50%, #e6c35a 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  display:inline;
}
.section-head .divider{
  width:56px;
  height:3px;
  background:var(--gold);
  margin:22px auto 24px;
  border-radius:2px;
  position:relative;
  box-shadow:0 2px 8px rgba(212,175,55,0.35);
}
.section-head .divider::before,
.section-head .divider::after{
  content:"";
  position:absolute;
  top:50%;
  width:32px;
  height:1px;
  background:rgba(212,175,55,0.25);
  transform:translateY(-50%);
}
.section-head .divider::before{right:calc(100% + 14px)}
.section-head .divider::after{left:calc(100% + 14px)}
.section-head p{
  font-size:16.5px;
  line-height:1.75;
  color:var(--muted);
  max-width:620px;
  margin:0 auto;
}

@media (max-width:960px){
  .section{padding:72px 0}
  .section-head{margin-bottom:44px;padding:0 18px}
  .section-head h2{font-size:34px}
  .section-head p{font-size:15.5px}
  .section-head .divider::before,
  .section-head .divider::after{width:20px}
}
@media (max-width:640px){
  .section{padding:56px 0}
  .section-head{margin-bottom:36px;padding:0 16px}
  .section-head h2{font-size:28px}
  .section-head p{font-size:15px}
  .section-head .divider::before,
  .section-head .divider::after{display:none}
}

/* ============================================
 SECTION SUB-HEAD - （+）
 ============================================ */
.section-sub-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  max-width:none;
  margin:0 auto 32px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(10,22,40,0.08);
}
.section-sub-head > div:first-child{flex:1}
.section-sub-head .sub-title{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:8px;
}
.section-sub-head .sub-desc{
  font-size:14.5px;
  color:var(--muted);
  margin:0;
}
.section-sub-head .btn{
  flex-shrink:0;
  margin-bottom:6px;
}
.btn-sm{
  padding:10px 22px!important;
  font-size:12.5px;
}

@media (max-width:960px){
  .section-sub-head{flex-direction:column;align-items:flex-start;gap:16px;padding:0 18px 14px;margin-bottom:28px}
  .section-sub-head .btn{margin-bottom:0}
}
@media (max-width:640px){
  .section-sub-head{padding:0 16px 12px;margin-bottom:24px}
  .section-sub-head .sub-title{font-size:12px}
  .section-sub-head .sub-desc{font-size:14px}
  .btn-sm{padding:9px 18px!important;font-size:12px}
}

/* ============================================
 HERO - （）
 ============================================ */
.hero{
  position:relative;
  min-height:100vh;
  padding:96px 0 72px;
  color:#fff;
  overflow:hidden;
  background:
    linear-gradient(120deg, rgba(6,14,28,0.96) 0%, rgba(10,22,40,0.90) 40%, rgba(14,30,52,0.82) 100%),
    url('../images/B-index1.jpg') center/cover no-repeat;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 92% 20%, rgba(212,175,55,0.28), transparent 48%),
    radial-gradient(circle at 8% 85%, rgba(212,175,55,0.18), transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(212,175,55,0.05), transparent 60%);
  pointer-events:none;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 60%,rgba(6,14,28,0.6) 100%);
  pointer-events:none;
}

/* */
.hero-decoration{
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  pointer-events:none;
  z-index:1;
  overflow:hidden;
}
.hero-decoration::before{
  content:"";
  position:absolute;
  top:18%;left:48%;
  width:1px;height:200px;
  background:linear-gradient(180deg,transparent,var(--gold),transparent);
  opacity:0.6;
}
.hero-decoration::after{
  content:"";
  position:absolute;
  top:22%;left:48%;
  width:14px;height:14px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 40px rgba(212,175,55,0.8),0 0 80px rgba(212,175,55,0.4);
  transform:translateX(-6px);
}

.hero-inner{
  position:relative;
  padding:0 40px;
  max-width:1400px;
  margin:0 auto;
  z-index:2;
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:48px;
  align-items:center;
  min-height:calc(100vh - 180px);
}
.hero-left{
  position:relative;
  z-index:2;
}
.hero-right{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
}

/* */
.hero-visual{
  position:relative;
  width:100%;
  aspect-ratio:1;
  max-width:420px;
  margin:0 auto;
}
.hero-visual-ring{
  position:absolute;
  inset:0;
  border-radius:50%;
  border:1px solid rgba(212,175,55,0.25);
  animation:ring-rotate 20s linear infinite;
}
.hero-visual-ring::before{
  content:"";
  position:absolute;
  top:-4px;left:50%;
  width:6px;height:6px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 20px rgba(212,175,55,0.8);
  transform:translateX(-50%);
}
.hero-visual-ring.r2{
  inset:32px;
  border:1px dashed rgba(212,175,55,0.2);
  animation:ring-rotate 30s linear infinite reverse;
}
.hero-visual-ring.r3{
  inset:64px;
  border:1px solid rgba(212,175,55,0.35);
  animation:ring-rotate 15s linear infinite;
}
@keyframes ring-rotate{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
.hero-visual-core{
  position:absolute;
  inset:96px;
  border-radius:50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(212,175,55,0.45),transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(212,175,55,0.3),transparent 55%),
    linear-gradient(135deg,var(--gold) 0%,#8B7332 100%);
  box-shadow:
    0 0 60px rgba(212,175,55,0.3),
    0 0 120px rgba(212,175,55,0.15),
    inset 0 2px 20px rgba(255,255,255,0.3);
  display:flex;
  align-items:center;
  justify-content:center;
  animation:core-pulse 4s ease-in-out infinite;
}
@keyframes core-pulse{
  0%,100%{box-shadow:0 0 60px rgba(212,175,55,0.3),0 0 120px rgba(212,175,55,0.15),inset 0 2px 20px rgba(255,255,255,0.3)}
  50%{box-shadow:0 0 100px rgba(212,175,55,0.45),0 0 200px rgba(212,175,55,0.2),inset 0 2px 20px rgba(255,255,255,0.35)}
}
.hero-visual-core i{
  font-size:68px;
  color:#fff;
  text-shadow:0 4px 20px rgba(0,0,0,0.4);
}

.hero .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 20px;
  border:1px solid rgba(212,175,55,0.5);
  border-radius:999px;
  font-size:12px;
  font-weight:600;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:28px;
  background:rgba(212,175,55,0.1);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.hero .eyebrow::before{
  content:"";
  width:6px;height:6px;border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 12px rgba(212,175,55,0.8);
  animation:eyebrow-dot 2s ease-in-out infinite;
}
@keyframes eyebrow-dot{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:0.6;transform:scale(1.3)}
}
.hero h1{
  font-size:64px;
  font-weight:800;
  line-height:1.08;
  letter-spacing:-0.025em;
  color:#fff;
  margin-bottom:24px;
  max-width:100%;
}
.hero h1 span{
  display:block;
  color:var(--gold);
  font-weight:500;
  font-size:28px;
  letter-spacing:0.01em;
  margin-top:14px;
}
.hero-sub{
  font-size:22px;
  font-weight:600;
  line-height:1.4;
  color:rgba(255,255,255,0.92);
  margin-bottom:24px;
}
.hero-inner > p,
.hero-left > p{
  font-size:16.5px;
  line-height:1.8;
  color:rgba(255,255,255,0.78);
  margin-bottom:40px;
  max-width:640px;
}
.hero-actions{
  display:flex;
  gap:16px;
  margin-bottom:64px;
  flex-wrap:wrap;
  align-items:center;
}
.hero-actions .btn{
  padding:14px 30px;
  font-size:14.5px;
  font-weight:700;
}
.hero-actions .btn-gold{
  padding:14px 34px;
  box-shadow:0 6px 24px rgba(212,175,55,0.35);
}
.hero-actions .btn-gold:hover{
  box-shadow:0 10px 32px rgba(212,175,55,0.5);
  transform:translateY(-2px);
}

/* — （） */
.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  max-width:none;
  padding-top:0;
  border-top:none;
  grid-auto-rows:1fr;
}
.stats .stat,
.stat-item{
  padding:24px 20px;
  border:none;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:14px;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  position:relative;
  overflow:hidden;
  transition:all .4s ease;
  display:flex;
  flex-direction:column;
  min-height:120px;
}
.stats .stat::before,
.stat-item::before{
  content:"";
  position:absolute;
  top:0;left:0;
  width:100%;height:3px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  opacity:0;
  transition:opacity .4s ease;
}
.stats .stat:hover,
.stat-item:hover{
  transform:translateY(-3px);
  background:rgba(212,175,55,0.08);
  border-color:rgba(212,175,55,0.35);
}
.stats .stat:hover::before,
.stat-item:hover::before{opacity:1}
.stat-num,
.stats .stat strong{
  font-size:48px;
  font-weight:800;
  line-height:1;
  color:var(--gold);
  letter-spacing:-0.025em;
  margin-bottom:8px;
  display:block;
  flex-shrink:0;
}
.stat-num sup{
  font-size:22px;
  font-weight:700;
  vertical-align:super;
  margin-left:2px;
}
.stat-label,
.stats .stat span{
  font-size:13px;
  color:rgba(255,255,255,0.72);
  text-transform:uppercase;
  letter-spacing:0.12em;
  margin-top:auto;
  font-weight:500;
  line-height:1.5;
  display:block;
}

/* Hero responsive */
@media (max-width:1280px){
  .hero{padding:88px 0 64px}
  .hero-inner{padding:0 24px;gap:40px;max-width:1200px}
  .hero h1{font-size:54px}
  .hero h1 span{font-size:24px}
  .hero-sub{font-size:20px}
  .hero-visual{max-width:360px}
  .hero-visual-ring.r2{inset:28px}
  .hero-visual-ring.r3{inset:56px}
  .hero-visual-core{inset:84px}
  .hero-visual-core i{font-size:58px}
  .stat-num{font-size:42px}
  .stat-num sup{font-size:20px}
  .stats .stat strong{font-size:42px}
  .stats .stat span{font-size:12.5px}
  .hero-actions{margin-bottom:52px}
}
@media (max-width:960px){
  .hero{min-height:auto;padding:64px 0 48px;background-attachment:scroll}
  .hero-inner{grid-template-columns:1fr;padding:0 18px;gap:36px;min-height:auto}
  .hero-right{order:-1}
  .hero-visual{max-width:260px;aspect-ratio:1.2/1}
  .hero-visual-ring.r2{inset:22px}
  .hero-visual-ring.r3{inset:44px}
  .hero-visual-core{inset:68px}
  .hero-visual-core i{font-size:44px}
  .hero h1{font-size:40px;margin-bottom:16px}
  .hero h1 span{font-size:22px;margin-top:10px}
  .hero-sub{font-size:18px;margin-bottom:16px}
  .hero-left > p{font-size:15.5px;margin-bottom:32px;max-width:none}
  .hero-actions{gap:12px;margin-bottom:40px}
  .hero-actions .btn{padding:12px 22px;font-size:13.5px}
  .hero-actions .btn-gold{padding:12px 26px}
  .stats{grid-template-columns:repeat(2,1fr);gap:12px}
  .stats .stat,
  .stat-item{padding:20px 16px;border-radius:12px}
  .stats .stat strong,
  .stat-num{font-size:34px}
  .stat-num sup{font-size:16px}
  .stats .stat span,
  .stat-label{font-size:11.5px}
}
@media (max-width:640px){
  .hero{padding:48px 0 32px;min-height:auto}
  .hero-inner{padding:0 16px;gap:28px}
  .hero-visual{max-width:220px}
  .hero-visual-ring.r2{inset:18px}
  .hero-visual-ring.r3{inset:36px}
  .hero-visual-core{inset:56px}
  .hero-visual-core i{font-size:36px}
  .hero .eyebrow{font-size:10.5px;padding:7px 14px;letter-spacing:0.15em;margin-bottom:20px}
  .hero h1{font-size:32px;letter-spacing:-0.015em;margin-bottom:12px}
  .hero h1 span{font-size:19px;margin-top:8px}
  .hero-sub{font-size:16px;margin-bottom:12px}
  .hero-left > p{font-size:14px;line-height:1.7;margin-bottom:28px}
  .hero-actions{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:32px}
  .hero-actions .btn{width:100%;justify-content:center;padding:12px 18px;font-size:13px}
  .stats{grid-template-columns:1fr 1fr;gap:10px}
  .stats .stat,
  .stat-item{padding:16px 12px;border-radius:10px}
  .stats .stat strong,
  .stat-num{font-size:28px}
  .stat-num sup{font-size:13px}
  .stats .stat span,
  .stat-label{font-size:10.5px;letter-spacing:0.08em}
}

/* ============================================
 CONTENT CARD BASE -
 ============================================ */
.content-card{
  background:#fff;
  border:1px solid rgba(10,22,40,0.08);
  border-radius:var(--r-lg);
  transition:all .35s ease;
  overflow:hidden;
}
.content-card:hover{
  transform:translateY(-4px);
  border-color:rgba(212,175,55,0.3);
  box-shadow:0 24px 60px rgba(10,22,40,0.08),0 6px 16px rgba(10,22,40,0.04);
}

/* ============================================
 BUSINESS GRID - Six Core Pillars （ + ）
 ============================================ */
.business-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  padding:0 40px;
  max-width:none;
  margin:0 auto;
}
.business-grid .content-card.biz-card{
  padding:20px 22px 22px;
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:180px;
  border-radius:12px;
  color:#fff;
  overflow:hidden;
  cursor:pointer;
  transition:all .4s cubic-bezier(.25,.8,.25,1);
  box-shadow:0 6px 20px rgba(10,22,40,0.1);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.business-grid .content-card.biz-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 44px rgba(10,22,40,0.22);
}

/* + ， */
.business-grid .content-card.biz-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(135deg,rgba(10,22,40,0.55) 0%,rgba(10,22,40,0.75) 100%);
  transition:all .4s ease;
}
.business-grid .content-card.biz-card:hover::before{
  background:linear-gradient(135deg,rgba(212,175,55,0.35) 0%,rgba(10,22,40,0.82) 100%);
}

/* */
.business-grid .content-card.biz-card::after{
  content:"";
  position:absolute;
  top:0;
  left:22px;
  width:0;
  height:3px;
  background:linear-gradient(90deg,var(--gold),#e2b83d);
  transition:width .4s ease;
  z-index:3;
}
.business-grid .content-card.biz-card:hover::after{
  width:56px;
}

.business-grid .content-card.biz-card .card-body{
  padding:0;
  display:flex;
  flex-direction:column;
  flex:1;
  height:100%;
  position:relative;
  z-index:2;
}

.biz-icon{
  width:44px;height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(212,175,55,0.15);
  border:1px solid rgba(212,175,55,0.35);
  border-radius:10px;
  color:var(--gold);
  font-size:18px;
  margin-bottom:14px;
  transition:all .4s ease;
  flex-shrink:0;
  backdrop-filter:blur(4px);
}
.biz-card:hover .biz-icon{
  background:var(--gold);
  color:#fff;
  border-color:var(--gold);
  box-shadow:0 6px 16px rgba(212,175,55,0.45);
  transform:rotate(-4deg) scale(1.06);
}
.biz-title-en{
  font-size:18px;
  font-weight:700;
  color:#fff;
  letter-spacing:-0.01em;
  margin-bottom:4px;
  line-height:1.3;
  transition:color .3s ease;
}
.business-grid .content-card.biz-card:hover .biz-title-en{
  color:var(--gold);
}
.biz-title-cn{
  display:inline-block;
  font-size:12px;
  font-weight:400;
  color:rgba(255,255,255,0.6);
  letter-spacing:0.02em;
  margin-bottom:12px;
  min-height:16px;
}
.biz-desc{
  font-size:13.5px;
  line-height:1.6;
  color:rgba(255,255,255,0.78);
  margin-bottom:14px;
  flex:1;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.read-more{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12.5px;
  font-weight:600;
  color:var(--gold);
  transition:all .25s ease;
  margin-top:auto;
  align-self:flex-start;
}
.read-more i{transition:transform .25s ease;font-size:10px}
.read-more:hover{color:#fff}
.read-more:hover i{transform:translateX(4px)}

@media (max-width:960px){.business-grid{grid-template-columns:repeat(2,1fr);padding:0 18px;gap:14px}
.business-grid .content-card.biz-card{min-height:160px;padding:18px 20px}}
@media (max-width:640px){.business-grid{grid-template-columns:1fr;padding:0 16px;gap:12px}
.business-grid .content-card.biz-card{min-height:auto}}

/* ============================================
 PRODUCT CATEGORY ROW - （）
 ============================================ */
.cat-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:16px;
  max-width:none;
  margin:0 auto 56px;
}
.cat-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:18px 28px;
  background:#fff;
  border:1.5px solid rgba(10,22,40,0.12);
  border-radius:14px;
  font-size:15px;
  font-weight:700;
  letter-spacing:0.01em;
  color:var(--navy);
  transition:all .3s ease;
  text-decoration:none;
  box-shadow:0 3px 12px rgba(10,22,40,0.05),0 1px 2px rgba(10,22,40,0.03);
}
.cat-btn:hover{
  border-color:var(--gold);
  color:var(--gold);
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(212,175,55,0.15),0 4px 10px rgba(10,22,40,0.08);
}
.cat-name{line-height:1.2}
.cat-btn i{
  font-size:12px;
  color:var(--gold);
  transition:transform .3s ease,color .3s ease;
}
.cat-btn:hover i{transform:translateX(5px)}

@media (max-width:960px){
  .cat-row{gap:12px;margin-bottom:40px}
  .cat-btn{padding:14px 22px;font-size:13.5px;border-radius:12px;gap:10px}
  .cat-btn i{font-size:11px}
}
@media (max-width:640px){
  .cat-row{gap:10px;margin-bottom:32px}
  .cat-btn{padding:12px 18px;font-size:12.5px;border-radius:10px;gap:8px}
  .cat-btn i{font-size:10px}
}

/* ============================================
 PRODUCT CARDS - （6 ， 6 ，4 2 ，3 2 ）
 ============================================ */
.card-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
  padding:0;
  max-width:none;
  margin:0 auto;
  justify-items:stretch;
}
.card-grid .content-card{
  padding:0;
  border-radius:12px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:all .35s ease;
}
.card-media{
  aspect-ratio:4/3;
  overflow:hidden;
  position:relative;
  background:var(--bg-muted);
}
.card-media img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.card-grid .content-card:hover .card-media img{transform:scale(1.08)}
.card-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom,rgba(10,22,40,0) 55%,rgba(10,22,40,0.12) 100%);
  pointer-events:none;
  opacity:0;
  transition:opacity .35s ease;
}
.card-grid .content-card:hover .card-media::after{opacity:1}

.card-grid .card-body{
  padding:18px 16px 20px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.card-tag{
  display:inline-block;
  font-size:10.5px;
  font-weight:600;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:10px;
}
.card-grid h3{
  font-size:16px;
  font-weight:700;
  color:var(--navy);
  margin-bottom:8px;
  line-height:1.35;
  letter-spacing:-0.005em;
}
.card-grid .capacity{
  font-size:13px;
  font-weight:600;
  color:var(--gold);
  margin-bottom:12px;
  letter-spacing:0.02em;
  line-height:1.3;
}
.card-grid p{
  font-size:12.5px;
  color:var(--ink-3);
  line-height:1.55;
  margin-bottom:14px;
  flex:1;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.card-grid .read-more{
  font-size:11.5px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--navy);
  transition:all .25s ease;
  margin-top:auto;
}
.card-grid .read-more i{
  font-size:10px;
  transition:transform .25s ease;
}
.card-grid .content-card:hover .read-more{color:var(--gold)}
.card-grid .content-card:hover .read-more i{transform:translateX(4px)}

/* ：6 → 2 3 1 6 ，"" */
@media (max-width:1599px){
  .card-grid{grid-template-columns:repeat(3,1fr);gap:16px}
}
@media (max-width:1280px){
  .card-grid{grid-template-columns:repeat(3,1fr);gap:16px}
  .card-grid .card-body{padding:20px 18px 22px}
  .card-grid h3{font-size:17px}
  .card-tag{font-size:11px}
}
@media (max-width:960px){
  .card-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .card-grid .card-body{padding:18px 16px 20px}
}
@media (max-width:640px){
  .card-grid{grid-template-columns:1fr;gap:14px}
  .card-grid .card-body{padding:18px 16px 20px}
}

/* ============================================
 SUB NAV LIST - （）
 ============================================ */
.sub-nav-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  padding:0 40px;
  max-width:none;
  margin:0 auto;
}
.sub-nav-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px 18px;
  background:#fff;
  border:1px solid rgba(10,22,40,0.08);
  border-radius:10px;
  color:var(--navy);
  text-decoration:none;
  transition:all .2s ease;
  position:relative;
}
.sub-nav-item:hover{
  border-color:var(--gold);
  background:rgba(212,175,55,0.04);
  transform:translateY(-1px);
}
.sub-nav-item.active{
  border-color:var(--gold);
  background:rgba(212,175,55,0.08);
}
.sub-nav-item.active::after{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:3px;
  background:var(--gold);
  border-radius:10px 0 0 10px;
}
.sub-nav-icon{
  width:32px;height:32px;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(10,22,40,0.04);
  border-radius:8px;
  color:var(--muted);
  font-size:13px;
  transition:all .2s ease;
}
.sub-nav-item:hover .sub-nav-icon,
.sub-nav-item.active .sub-nav-icon{
  background:var(--gold);
  color:#fff;
}
.sub-nav-text{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
  flex:1;
}
.sub-nav-title{
  font-size:14px;
  font-weight:600;
  color:var(--navy);
  line-height:1.3;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.sub-nav-sub{
  font-size:11.5px;
  color:var(--muted);
  font-weight:400;
  line-height:1.3;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.sub-nav-arrow{
  color:var(--muted);
  font-size:11px;
  transition:all .2s ease;
  flex-shrink:0;
}
.sub-nav-item:hover .sub-nav-arrow,
.sub-nav-item.active .sub-nav-arrow{
  color:var(--gold);
  transform:translateX(3px);
}

@media (max-width:1280px){.sub-nav-list{grid-template-columns:repeat(3,1fr);padding:0 24px;gap:10px}}
@media (max-width:900px){.sub-nav-list{grid-template-columns:repeat(2,1fr);padding:0 18px;gap:10px}}
@media (max-width:640px){.sub-nav-list{grid-template-columns:1fr;padding:0 16px;gap:8px}
  .sub-nav-item{padding:14px 16px}
  .sub-nav-title{font-size:13.5px}
  .sub-nav-sub{font-size:11px}
}

/* ============================================
 CATEGORY OVERVIEW -
 ============================================ */
.cat-overview-section{
  padding:96px 0;
}
.cat-overview-section .section-head{margin-bottom:48px}

.cat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  padding:0;
  max-width:none;
  margin:0 auto 48px;
}
.cat-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:28px 22px;
  background:#fff;
  border:1px solid rgba(10,22,40,0.08);
  border-radius:var(--r-md);
  text-align:center;
  transition:all .35s ease;
  color:var(--navy);
  position:relative;
  overflow:hidden;
  min-height:260px;
}
.cat-card::before{
  content:"";
  position:absolute;
  top:0;left:0;
  width:100%;height:3px;
  background:var(--gold);
  opacity:0;
  transition:opacity .35s ease;
}
.cat-card:hover{
  transform:translateY(-4px);
  border-color:var(--gold);
  box-shadow:0 18px 48px rgba(10,22,40,0.1),0 6px 16px rgba(10,22,40,0.06);
  color:var(--navy);
}
.cat-card:hover::before{opacity:1}
.cat-icon{
  width:52px;height:52px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(212,175,55,0.1);
  border:1px solid rgba(212,175,55,0.25);
  border-radius:12px;
  color:var(--gold);
  font-size:20px;
  transition:all .35s ease;
  flex-shrink:0;
}
.cat-card:hover .cat-icon{
  background:var(--gold);
  color:#fff;
  border-color:var(--gold);
  box-shadow:0 8px 24px rgba(212,175,55,0.35);
  transform:scale(1.08);
}
.cat-card h3{
  font-size:18px;
  font-weight:700;
  margin-bottom:8px;
  color:var(--navy);
  letter-spacing:-0.01em;
  line-height:1.35;
  min-height:50px;
  flex-shrink:0;
}
.cat-card h3 span{
  vertical-align:middle;
}
.cat-desc{
  font-size:13.5px;
  color:var(--muted);
  margin-bottom:14px;
  line-height:1.55;
  flex:1;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.cat-count{
  font-size:12px;
  color:var(--gold);
  font-weight:600;
  margin-bottom:14px;
  padding:5px 12px;
  background:rgba(212,175,55,0.08);
  border-radius:999px;
  display:inline-block;
  letter-spacing:0.02em;
  flex-shrink:0;
}
.cat-arrow{
  font-size:12.5px;
  font-weight:600;
  color:var(--navy);
  margin-top:auto;
  transition:all .3s ease;
  flex-shrink:0;
}
.cat-card:hover .cat-arrow{color:var(--gold)}
.cat-arrow i{
  margin-left:6px;
  transition:transform .3s ease;
  font-size:10px;
}
.cat-card:hover .cat-arrow i{transform:translateX(4px)}

@media (max-width:1280px){.cat-grid{gap:14px;margin-bottom:40px}}
@media (max-width:960px){.cat-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:36px}}
@media (max-width:640px){.cat-grid{grid-template-columns:1fr;gap:12px;margin-bottom:32px}}

/* ============================================
 EPC SOLUTIONS SHOWCASE - EPC （9 3x3 ）
 ============================================ */
.epc-showcase{
  background:#fff;
  position:relative;
}
.epc-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-auto-rows:minmax(320px,auto);
  gap:20px;
  max-width:none;
}
.epc-card{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  background:var(--navy);
  color:#fff;
  cursor:pointer;
  text-decoration:none;
  transition:all .5s cubic-bezier(.25,.8,.25,1);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:320px;
  box-shadow:0 6px 20px rgba(10,22,40,0.08);
}
.epc-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(10,22,40,0) 0%,rgba(10,22,40,0.2) 45%,rgba(10,22,40,0.85) 85%,rgba(6,14,28,0.95) 100%);
  z-index:1;
  transition:all .5s ease;
}
.epc-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg,rgba(212,175,55,0) 0%,rgba(212,175,55,0) 40%,rgba(212,175,55,0.35) 100%);
  z-index:1;
  opacity:0;
  transition:opacity .5s ease;
}
.epc-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 60px rgba(10,22,40,0.28),0 10px 20px rgba(10,22,40,0.15);
}
.epc-card:hover::before{
  background:
    linear-gradient(180deg,rgba(10,22,40,0) 0%,rgba(10,22,40,0.25) 40%,rgba(212,175,55,0.15) 70%,rgba(6,14,28,0.95) 100%);
}
.epc-card:hover::after{
  opacity:1;
}

/* — */
.epc-card .epc-bg{
  position:absolute;
  inset:0;
  z-index:0;
  background-size:cover;
  background-position:center;
  transition:transform .8s cubic-bezier(.25,.8,.25,1);
}
.epc-card:hover .epc-bg{transform:scale(1.08)}

/* */
.epc-card .epc-bg.pattern{
  background-color:var(--navy);
}
.epc-card .epc-bg.pattern::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 20% 30%,rgba(212,175,55,0.22) 0%,transparent 45%),radial-gradient(circle at 80% 70%,rgba(41,98,158,0.35) 0%,transparent 50%),radial-gradient(circle at 50% 100%,rgba(212,175,55,0.18) 0%,transparent 55%);
}
.epc-card .epc-bg.pattern::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,0.03) 1px,transparent 1px);
  background-size:36px 36px;
  opacity:.6;
}

/* */
.epc-card .epc-content{
  position:relative;
  z-index:2;
  padding:28px 28px 26px;
}

.epc-card .epc-tag{
  display:inline-block;
  font-size:11px;
  font-weight:700;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--gold);
  padding:6px 12px;
  background:rgba(212,175,55,0.15);
  border:1px solid rgba(212,175,55,0.35);
  border-radius:999px;
  margin-bottom:16px;
  backdrop-filter:blur(4px);
}

.epc-card h3{
  font-size:20px;
  font-weight:700;
  line-height:1.3;
  color:#fff;
  margin-bottom:12px;
  letter-spacing:-0.005em;
}

.epc-card .epc-desc{
  font-size:13.5px;
  line-height:1.6;
  color:rgba(255,255,255,0.75);
  margin-bottom:18px;
}

.epc-card .epc-meta{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,0.12);
}
.epc-card .epc-meta > div{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:12.5px;
  color:rgba(255,255,255,0.75);
}
.epc-card .epc-meta > div i{
  color:var(--gold);
  font-size:13px;
  flex-shrink:0;
}

.epc-card .epc-stat{
  display:inline-block;
  margin-left:4px;
  font-weight:700;
  color:#fff;
  font-size:14px;
}

.epc-card .epc-view{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:600;
  color:var(--gold);
  margin-top:16px;
}
.epc-card .epc-view i{
  font-size:11px;
  transition:transform .3s ease;
}
.epc-card .epc-view:hover i,
.epc-card:hover .epc-view i{transform:translateX(5px)}

/* */
.epc-card .epc-icon-badge{
  position:absolute;
  top:22px;
  right:22px;
  z-index:3;
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(212,175,55,0.18);
  border:1px solid rgba(212,175,55,0.35);
  backdrop-filter:blur(8px);
  transition:all .5s ease;
}
.epc-card .epc-icon-badge i{
  font-size:22px;
  color:var(--gold);
  transition:transform .5s ease;
}
.epc-card:hover .epc-icon-badge{
  background:var(--gold);
  border-color:var(--gold);
  transform:rotate(-8deg) scale(1.08);
  box-shadow:0 10px 24px rgba(212,175,55,0.4);
}
.epc-card:hover .epc-icon-badge i{color:#0a1628}

/* */
.epc-more{
  text-align:center;
  margin-top:48px;
}
.epc-more .btn{
  padding:14px 32px;
  font-size:14px;
}

/* — 3 ， 2 ， 1 */
@media (max-width:1280px){
  .epc-grid{gap:16px}
  .epc-card{min-height:300px}
  .epc-card h3{font-size:18px}
}
@media (max-width:960px){
  .epc-grid{
    grid-template-columns:repeat(2,1fr);
    gap:14px;
  }
  .epc-card{min-height:280px}
  .epc-card h3{font-size:17px}
  .epc-card .epc-content{padding:22px 22px 20px}
  .epc-card .epc-icon-badge{width:52px;height:52px}
  .epc-card .epc-icon-badge i{font-size:20px}
  .epc-more{margin-top:36px}
}
@media (max-width:640px){
  .epc-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .epc-card{min-height:240px}
  .epc-card h3{font-size:18px}
  .epc-card .epc-desc{font-size:13px;margin-bottom:14px}
  .epc-card .epc-content{padding:20px 20px 18px}
  .epc-card .epc-icon-badge{width:48px;height:48px}
  .epc-card .epc-icon-badge i{font-size:18px}
  .epc-more .btn{padding:12px 26px;font-size:13px}
}

/* ============================================
 PRODUCT HERO SECTION - （）
 ============================================ */
.product-hero-section, .product-hero{
  padding:56px 0 72px;
  background:
    linear-gradient(120deg, rgba(10,22,40,0.96) 0%, rgba(10,22,40,0.90) 45%, rgba(10,22,40,0.84) 100%),
    url('../images/B-index1.jpg') center/cover no-repeat;
  color:#fff;
  position:relative;
  overflow:hidden;
}
.product-hero-section::before, .product-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 85% 25%, rgba(212,175,55,0.15), transparent 50%),
    radial-gradient(circle at 15% 75%, rgba(212,175,55,0.06), transparent 45%);
  pointer-events:none;
}
.product-hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:0.95fr 1.1fr;
  gap:56px;
  align-items:center;
  padding:0 40px;
  max-width:1280px;
  margin:0 auto;
  z-index:1;
}

/* ： */
.product-hero-media-wrap{
  position:relative;
}
.product-hero-media{
  position:relative;
  aspect-ratio:4/4;
  max-width:520px;
  width:100%;
  border-radius:20px;
  overflow:hidden;
  background:linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border:1px solid rgba(212,175,55,0.28);
  box-shadow:0 24px 64px rgba(0,0,0,0.38), 0 0 0 1px rgba(212,175,55,0.12), inset 0 1px 0 rgba(255,255,255,0.12);
}
.phm-inner{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg, rgba(255,255,255,0.04), rgba(10,22,40,0.2));
}
.phm-inner img{
  width:88%;height:88%;object-fit:contain;display:block;
  transition:transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  filter:drop-shadow(0 12px 24px rgba(0,0,0,0.35));
}
.phm-inner .ph{
  width:70%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;
  font-size:64px;color:rgba(212,175,55,0.7);
  background:radial-gradient(circle, rgba(212,175,55,0.1), transparent 70%);
}
.phm-inner img:hover{transform:scale(1.04);}

/* ： */
.phm-badge{
  position:absolute;
  bottom:18px;left:18px;right:18px;
  display:flex;gap:8px;flex-wrap:wrap;
  z-index:2;
}
.phm-badge span{
  display:inline-flex;align-items:center;gap:6px;
  padding:7px 14px;
  font-size:12px;font-weight:600;letter-spacing:0.02em;
  color:var(--gold);
  background:rgba(10,22,40,0.7);
  border:1px solid rgba(212,175,55,0.35);
  border-radius:999px;
  backdrop-filter:blur(8px);
}
.phm-badge i{font-size:11px}

/* */
.phm-shine{
  position:absolute;
  width:260px;height:260px;
  left:50%;top:50%;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle, rgba(212,175,55,0.18), transparent 60%);
  pointer-events:none;
  transition:all 0.3s ease-out;
  z-index:3;
  opacity:0;
}
.product-hero-media:hover .phm-shine{opacity:1;}

/* */
.product-mini-stats{
  display:flex;
  gap:12px;
  margin-top:20px;
  max-width:520px;
}
.pms-item{
  flex:1;
  padding:14px 10px;
  text-align:center;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:14px;
  transition:all 0.3s ease;
}
.pms-item:hover{
  background:rgba(212,175,55,0.08);
  border-color:rgba(212,175,55,0.3);
  transform:translateY(-2px);
}
.pms-num{
  font-size:22px;font-weight:800;color:var(--gold);
  letter-spacing:-0.02em;line-height:1;
  margin-bottom:6px;
}
.pms-label{
  font-size:12px;font-weight:500;
  color:rgba(255,255,255,0.7);
  letter-spacing:0.05em;text-transform:uppercase;
}

.product-hero-info{padding:12px 0;position:relative;z-index:1}
.product-tagline{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 18px;
  border:1px solid rgba(212,175,55,0.4);
  border-radius:999px;
  font-size:11.5px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;
  color:var(--gold);
  margin-bottom:22px;
  background:rgba(212,175,55,0.1);
}
.product-tagline::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:0 0 8px rgba(212,175,55,0.8);margin-right:4px;}
.product-title{
  font-size:48px;
  font-weight:800;
  line-height:1.12;
  letter-spacing:-0.02em;
  color:#fff;
  margin-bottom:20px;
}
.product-capacity{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:16px;
  font-weight:600;
  color:var(--gold);
  margin-bottom:26px;
  padding:12px 22px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(212,175,55,0.3);
  border-radius:14px;
}
.product-capacity i{font-size:15px;color:var(--gold)}
.product-summary{
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,0.78);
  margin-bottom:34px;
  max-width:620px;
}
.product-cta-row{
  display:flex;
  gap:12px;
  margin-bottom:42px;
  flex-wrap:wrap;
}
.product-cta-row .btn{padding:14px 26px;font-size:14px}
.product-highlights{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,0.12);
}
.highlight-item{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:600;
  color:rgba(255,255,255,0.78);
}
.highlight-item i{
  color:var(--gold);font-size:13px;flex-shrink:0}

@media (max-width:1280px){
  .product-hero-grid{grid-template-columns:0.9fr 1.1fr;gap:48px;padding:0 24px}
  .product-title{font-size:42px}
  .product-hero-media{max-width:460px}
}
@media (max-width:960px){
  .product-hero-section, .product-hero{padding:48px 0 56px}
  .product-hero-grid{grid-template-columns:1fr;gap:36px;padding:0 18px;max-width:640px}
  .product-hero-media{max-width:400px;margin:0 auto;aspect-ratio:1/1}
  .product-mini-stats{max-width:400px;margin-left:auto;margin-right:auto}
  .product-title{font-size:36px;text-align:left}
  .product-highlights{grid-template-columns:repeat(3,1fr);gap:12px}
}
@media (max-width:640px){
  .product-hero-section, .product-hero{padding:36px 0 44px}
  .product-hero-grid{padding:0 16px;gap:28px}
  .product-hero-media{max-width:320px;aspect-ratio:1/1;border-radius:16px}
  .phm-inner img{width:86%;height:86%}
  .product-title{font-size:28px;margin-bottom:16px}
  .product-capacity{font-size:14px;padding:10px 16px;margin-bottom:20px}
  .product-summary{font-size:15px;margin-bottom:26px}
  .product-highlights{grid-template-columns:1fr;gap:10px;padding-top:20px}
  .phm-badge{bottom:12px;left:12px;right:12px}
  .phm-badge span{padding:6px 10px;font-size:11px}
  .pms-num{font-size:18px}
  .pms-label{font-size:11px}
}

/* ============================================
 PRODUCT DETAILS - （）
 ============================================ */
.product-details-section{
  padding:96px 0;
  background:var(--bg-section);
}
.details-head{
  text-align:center;
  max-width:780px;
  margin:0 auto 56px;
  padding:0 40px;
}
.details-head .eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:18px;
}
.details-head h2{
  font-size:46px;
  font-weight:800;
  color:var(--navy);
  letter-spacing:-0.02em;
  margin-bottom:16px;
}
.details-head .divider{
  width:48px;
  height:3px;
  background:var(--gold);
  margin:0 auto 20px;
  border-radius:2px;
}
.details-head p{
  font-size:16px;
  color:var(--muted);
  line-height:1.7;
  max-width:620px;
  margin:0 auto;
}
.details-content{
  max-width:920px;
  margin:0 auto;
  padding:0 40px;
  background:transparent;
  border:none;
  box-shadow:none;
  font-size:17px;
  line-height:1.85;
  color:var(--ink-2);
}
.details-content h1{font-size:32px;margin-bottom:20px;color:var(--navy);font-weight:800;letter-spacing:-0.02em}
.details-content h2{font-size:28px;margin:48px 0 20px;color:var(--navy);font-weight:700;padding-bottom:14px;border-bottom:2px solid rgba(212,175,55,0.25)}
.details-content h3{font-size:22px;margin:40px 0 16px;color:var(--navy);font-weight:700}
.details-content h4{font-size:18px;margin:32px 0 14px;color:var(--navy);font-weight:700}
.details-content p{font-size:17px;line-height:1.85;margin-bottom:22px}
.details-content blockquote{
  margin:32px 0;
  padding:24px 32px;
  background:rgba(212,175,55,0.07);
  border-left:4px solid var(--gold);
  border-radius:0 14px 14px 0;
  font-style:italic;
  color:var(--ink-2);
  font-size:16px;
  line-height:1.8;
}
.details-content ul, .details-content ol{
  margin:24px 0 24px 32px;
  line-height:1.9;
}
.details-content li{margin-bottom:12px;font-size:16px}
.details-content img{
  border-radius:16px;
  margin:32px 0;
  max-width:100%;
  height:auto;
  box-shadow:0 12px 40px rgba(10,22,40,0.12);
}
.details-content table{
  width:100%;
  border-collapse:collapse;
  margin:32px 0;
  font-size:15px;
  overflow:hidden;
  border-radius:12px;
  border:1px solid rgba(10,22,40,0.08);
}
.details-content th{
  background:var(--navy);
  color:#fff;
  padding:16px 22px;
  text-align:left;
  font-weight:700;
}
.details-content td{
  padding:16px 22px;
  border-bottom:1px solid rgba(10,22,40,0.06);
  color:var(--ink-2);
}
.details-content tr:nth-child(even) td{background:rgba(212,175,55,0.03)}

@media (max-width:1280px){.details-content{padding:0 24px}}
@media (max-width:960px){
  .product-details-section{padding:72px 0}
  .details-head{padding:0 18px;margin-bottom:44px}
  .details-head h2{font-size:36px}
  .details-content{padding:0 18px;font-size:16px}
}
@media (max-width:640px){
  .product-details-section{padding:56px 0}
  .details-head h2{font-size:28px}
  .details-content{padding:0 16px;font-size:15.5px}
}

/* ============================================
 FEATURES GRID - （）
 ============================================ */
.features-section{
  padding:96px 0;
  background:#fff;
}
.features-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  padding:0 40px;
  max-width:none;
  margin:0 auto;
}
.feature-card{
  background:#fff;
  border:1px solid rgba(10,22,40,0.08);
  border-radius:var(--r-lg);
  padding:40px 32px 36px;
  text-align:center;
  transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);
  position:relative;
  overflow:hidden;
}
.feature-card::before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg, var(--gold), #e6c35a, var(--gold));
  opacity:0;
  transition:opacity .4s ease;
}
.feature-card::after{
  content:"";
  position:absolute;
  inset:-2px;
  background:radial-gradient(circle at 50% 0%, rgba(212,175,55,0.1), transparent 55%);
  opacity:0;
  transition:opacity .4s ease;
  pointer-events:none;
  z-index:0;
}
.feature-card:hover{
  transform:translateY(-8px);
  border-color:rgba(212,175,55,0.45);
  box-shadow:0 32px 72px rgba(10,22,40,0.12), 0 8px 20px rgba(10,22,40,0.06);
}
.feature-card:hover::before{opacity:1}
.feature-card:hover::after{opacity:1}

/* */
.feature-num{
  position:absolute;
  top:18px;right:18px;
  font-size:13px;font-weight:800;
  color:rgba(212,175,55,0.6);
  letter-spacing:0.05em;
  z-index:1;
  font-family:'Inter', sans-serif;
  transition:all .4s ease;
}
.feature-card:hover .feature-num{
  color:var(--gold);
  transform:translateY(-2px);
}

.feature-icon{
  width:64px;height:64px;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(212,175,55,0.1);
  border:1px solid rgba(212,175,55,0.25);
  border-radius:16px;
  color:var(--gold);
  font-size:26px;
  transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);
  position:relative;
  z-index:1;
}
.feature-card:hover .feature-icon{
  background:var(--gold);
  color:#fff;
  border-color:var(--gold);
  box-shadow:0 12px 32px rgba(212,175,55,0.45);
  transform:scale(1.1) rotate(-4deg);
}
.feature-card h4{
  font-size:19px;
  font-weight:800;
  color:var(--navy);
  margin-bottom:12px;
  letter-spacing:-0.01em;
}
.feature-card p{
  font-size:15px;
  line-height:1.75;
  color:var(--ink-3);
}

@media (max-width:1280px){.features-grid{padding:0 24px}}
@media (max-width:960px){.features-grid{grid-template-columns:repeat(2,1fr);padding:0 18px;gap:20px}}
@media (max-width:640px){.features-grid{grid-template-columns:1fr;padding:0 16px}}

/* ============================================
 CTA SECTION - （）
 ============================================ */
.cta{
  background:linear-gradient(135deg, #0a1628 0%, #0f1f38 50%, #0a1628 100%);
  color:#fff;
  padding:96px 0;
  position:relative;
  overflow:hidden;
}
.cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 30%, rgba(212,175,55,0.22), transparent 45%),
    radial-gradient(circle at 85% 70%, rgba(212,175,55,0.12), transparent 40%);
  pointer-events:none;
}
/* */
.cta::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(212,175,55,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,175,55,0.04) 1px, transparent 1px);
  background-size:48px 48px;
  opacity:0.6;
  pointer-events:none;
}
.cta-inner{
  position:relative;
  padding:56px 64px;
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:80px;
  background:linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border:1px solid rgba(212,175,55,0.22);
  border-radius:28px;
  box-shadow:0 40px 80px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.06);
  z-index:1;
  transition:transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cta-inner:hover{
  transform:translateY(-4px);
  box-shadow:0 50px 100px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.08);
}
.cta .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:var(--gold);
  padding:8px 20px;
  border:1px solid rgba(212,175,55,0.4);
  border-radius:999px;
  background:rgba(212,175,55,0.08);
  margin-bottom:24px;
}
.cta .eyebrow::before{
  content:"";
  width:6px;height:6px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 12px rgba(212,175,55,0.8);
}
.cta h2{
  font-size:40px;
  font-weight:800;
  color:#fff;
  letter-spacing:-0.02em;
  line-height:1.2;
  margin-bottom:16px;
  max-width:620px;
}
.cta h2 .gold{color:var(--gold);text-shadow:0 0 40px rgba(212,175,55,0.3)}
.cta p{
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,0.72);
  max-width:580px;
}
.cta-actions{
  display:flex;
  flex-direction:column;
  gap:14px;
  flex-shrink:0;
}
.cta-actions .btn{min-width:240px}

@media (max-width:960px){
  .cta{padding:72px 0}
  .cta-inner{flex-direction:column;text-align:center;align-items:center;gap:36px;padding:40px 32px;border-radius:20px}
  .cta h2{font-size:30px;margin:0 auto 14px}
  .cta p{margin:0 auto}
  .cta-actions{flex-direction:row;flex-wrap:wrap;justify-content:center}
  .cta-actions .btn{min-width:auto}
}
@media (max-width:640px){
  .cta{padding:56px 0}
  .cta-inner{padding:32px 22px}
  .cta h2{font-size:24px}
  .cta-actions{flex-direction:column;align-items:stretch}
  .cta-actions .btn{width:100%;justify-content:center}
}

/* ============================================
 PAGE BANNER -
 ============================================ */
.page-banner{
  background:
    linear-gradient(135deg, rgba(10,22,40,0.92), rgba(10,22,40,0.78)),
    url('../images/B-index1.jpg') center/cover no-repeat;
  color:#fff;
  padding:88px 0 80px;
  position:relative;
  overflow:hidden;
}
.page-banner::before{
  content:"";
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 85% 30%, rgba(212,175,55,0.18), transparent 45%),
    radial-gradient(circle at 15% 70%, rgba(212,175,55,0.08), transparent 40%);
  pointer-events:none;
}
.page-banner-content{
  position:relative;
  padding:0 40px;
  max-width:900px;
  margin:0 auto;
  text-align:center;
  z-index:1;
}
.page-banner .eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:20px;
}
.page-banner h1{
  font-size:52px;
  font-weight:800;
  color:#fff;
  letter-spacing:-0.02em;
  line-height:1.15;
  margin-bottom:18px;
}
.page-banner h1 span{color:var(--gold)}
.page-banner p{
  font-size:17px;
  line-height:1.75;
  color:rgba(255,255,255,0.72);
  max-width:680px;
  margin:0 auto;
}

@media (max-width:960px){
  .page-banner{padding:64px 0 56px}
  .page-banner-content{padding:0 18px}
  .page-banner h1{font-size:40px}
  .page-banner p{font-size:15.5px}
}
@media (max-width:640px){
  .page-banner{padding:48px 0 40px}
  .page-banner-content{padding:0 16px}
  .page-banner h1{font-size:30px}
}

/* ============================================
 ARTICLE BANNER -
 ============================================ */
.article-banner .page-banner-content{max-width:800px}
.article-meta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  margin-bottom:28px;
  flex-wrap:wrap;
}
.article-meta .meta-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  color:rgba(255,255,255,0.72);
  font-weight:500;
}
.article-meta i{color:var(--gold);font-size:13px}
.article-lead{
  font-size:18px;
  line-height:1.7;
  color:rgba(255,255,255,0.8);
  max-width:640px;
  margin:20px auto 0;
}

/* ============================================
 ARTICLE CONTENT - （）
 ============================================ */
.article-content-wrap{
  padding:96px 0;
}
.article-content{
  max-width:920px;
  margin:0 auto;
  padding:0 40px;
  background:transparent;
  border:none;
  box-shadow:none;
  font-size:17px;
  line-height:1.85;
  color:var(--ink-2);
}
.article-body{
  max-width:920px;
  margin:0 auto;
  padding:0 40px;
  background:transparent;
  border:none;
  box-shadow:none;
  font-size:17px;
  line-height:1.85;
  color:var(--ink-2);
}
.article-body h1,
.article-content h1{font-size:36px;margin-bottom:24px;color:var(--navy);font-weight:800;letter-spacing:-0.02em}
.article-body h2,
.article-content h2{
  font-size:28px;
  margin:48px 0 20px;
  color:var(--navy);
  font-weight:700;
  padding-bottom:14px;
  border-bottom:2px solid rgba(212,175,55,0.25);
}
.article-body h3,
.article-content h3{font-size:22px;margin:40px 0 16px;color:var(--navy);font-weight:700}
.article-body h4,
.article-content h4{font-size:18px;margin:32px 0 14px;color:var(--navy);font-weight:700}
.article-body p,
.article-content p{font-size:17px;line-height:1.85;margin-bottom:22px;color:var(--ink-2)}
.article-body blockquote,
.article-content blockquote{
  margin:32px 0;
  padding:24px 32px;
  background:rgba(212,175,55,0.07);
  border-left:4px solid var(--gold);
  border-radius:0 14px 14px 0;
  font-style:italic;
  color:var(--ink-2);
  font-size:16px;
  line-height:1.8;
}
.article-body ul, .article-body ol,
.article-content ul, .article-content ol{
  margin:24px 0 24px 32px;
  color:var(--ink-2);
  line-height:1.9;
}
.article-body li,
.article-content li{
  margin-bottom:12px;
  font-size:16px;
}
.article-body img,
.article-content img{
  border-radius:16px;
  margin:32px 0;
  max-width:100%;
  height:auto;
  box-shadow:0 12px 40px rgba(10,22,40,0.12);
}
.article-body table,
.article-content table{
  width:100%;
  border-collapse:collapse;
  margin:32px 0;
  font-size:15px;
  overflow:hidden;
  border-radius:12px;
  border:1px solid rgba(10,22,40,0.08);
}
.article-body th,
.article-content th{
  background:var(--navy);
  color:#fff;
  padding:16px 22px;
  text-align:left;
  font-weight:700;
}
.article-body td,
.article-content td{
  padding:16px 22px;
  border-bottom:1px solid rgba(10,22,40,0.06);
  color:var(--ink-2);
}
.article-body tr:nth-child(even) td,
.article-content tr:nth-child(even) td{background:rgba(212,175,55,0.03)}

@media (max-width:1280px){.article-body, .article-content{padding:0 24px}}
@media (max-width:960px){
  .article-content-wrap{padding:72px 0}
  .article-body, .article-content{padding:0 18px;font-size:16px}
  .article-body h1, .article-content h1{font-size:30px}
  .article-body h2, .article-content h2{font-size:24px}
}
@media (max-width:640px){
  .article-content-wrap{padding:56px 0}
  .article-body, .article-content{padding:0 16px;font-size:15.5px}
  .article-body h1, .article-content h1{font-size:26px}
  .article-body h2, .article-content h2{font-size:22px}
}

/* ============================================
 BLOG HERO - Hero
 ============================================ */
.blog-hero{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:var(--navy);
}
.blog-hero-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  z-index:0;
}
.blog-hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:900px;
  margin:0 auto;
  padding:120px 40px 72px;
  text-align:center;
  color:#fff;
}
.blog-hero-category{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 16px;
  background:var(--gold);
  color:var(--navy);
  border-radius:100px;
  font-size:13px;
  font-weight:600;
  letter-spacing:0.02em;
  text-decoration:none;
  margin-bottom:24px;
  transition:all .2s ease;
}
.blog-hero-category:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(212,175,55,0.35);
}
.blog-hero-category i{font-size:12px}
.blog-hero-title{
  font-size:52px;
  font-weight:800;
  line-height:1.15;
  letter-spacing:-0.025em;
  margin:0 0 20px;
  color:#fff;
}
.blog-hero-lead{
  font-size:18px;
  line-height:1.75;
  color:rgba(255,255,255,0.85);
  margin:0 auto 36px;
  max-width:720px;
}
.blog-hero-meta{
  display:inline-flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  padding:16px 24px;
  background:rgba(255,255,255,0.06);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:100px;
  font-size:14px;
  color:rgba(255,255,255,0.88);
}
.blog-author-info{
  display:flex;
  align-items:center;
  gap:12px;
}
.blog-author-avatar{
  width:36px;height:36px;
  border-radius:50%;
  background:var(--gold);
  color:var(--navy);
  display:flex;align-items:center;justify-content:center;
  font-size:14px;
}
.blog-author-name{font-weight:600;color:#fff;font-size:14px}
.blog-author-sub{font-size:12px;color:rgba(255,255,255,0.6);margin-top:2px}
.blog-meta-sep{color:rgba(255,255,255,0.35)}
.blog-meta-item{
  display:inline-flex;align-items:center;gap:6px;
  color:rgba(255,255,255,0.88);
}
.blog-hero-social{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding-left:4px;
}
.blog-hero-social-link{
  width:32px;height:32px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,0.12);
  color:#fff;
  font-size:14px;
  text-decoration:none;
  transition:all .2s ease;
}
.blog-hero-social-link:hover{
  background:var(--gold);
  color:var(--navy);
  transform:translateY(-2px);
}
@media (max-width:768px){
  .blog-hero{min-height:480px}
  .blog-hero-inner{padding:100px 20px 56px}
  .blog-hero-title{font-size:32px}
  .blog-hero-lead{font-size:16px;margin-bottom:28px}
  .blog-hero-meta{padding:14px 18px;gap:12px;font-size:13px}
}
@media (max-width:560px){
  .blog-hero{min-height:420px}
  .blog-hero-title{font-size:26px;line-height:1.25}
  .blog-author-info{flex:1 1 100%;justify-content:center}
  .blog-meta-sep{display:none}
}

/* ============================================
 BLOG CONTENT SECTION - +
 ============================================ */
.blog-content-section{
  position:relative;
  padding:80px 0 40px;
  background:#fff;
}
.blog-content-wrap{
  position:relative;
  max-width:880px;
  margin:0 auto;
  padding:0 40px;
}

/* （） */
.blog-share-sidebar{
  position:absolute;
  left:-80px;
  top:20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  padding:20px 8px;
  background:#fff;
  border:1px solid rgba(10,22,40,0.08);
  border-radius:16px;
  box-shadow:0 4px 16px rgba(10,22,40,0.06);
  position:sticky;
  top:100px;
  display:none;
}
@media (min-width:1200px){
  .blog-share-sidebar{display:flex;position:fixed;left:calc((100vw - 880px)/2 - 80px);z-index:50}
}
.blog-share-label{
  font-size:11px;
  font-weight:600;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:#9099a8;
  margin-bottom:4px;
}
.blog-share-btn{
  width:40px;height:40px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;
  background:#fff;
  border:1px solid rgba(10,22,40,0.1);
  color:#2a3444;
  font-size:15px;
  text-decoration:none;
  transition:all .2s ease;
}
.blog-share-btn:hover{
  background:#d4af37;
  color:#0a1628;
  border-color:#d4af37;
  transform:translateY(-2px);
  box-shadow:0 8px 16px rgba(212,175,55,0.25);
}

/* ============================================
 BLOG ARTICLE - （）
 ============================================ */
.blog-article{
  font-size:17px;
  line-height:1.9;
  color:var(--ink-2);
  max-width:100%;
  margin:0 auto;
}
.blog-article > *{margin-bottom:24px}
.blog-article h1{
  font-size:40px;
  font-weight:800;
  color:var(--navy);
  letter-spacing:-0.02em;
  line-height:1.2;
  margin:56px 0 20px;
}
.blog-article h2{
  font-size:30px;
  font-weight:700;
  color:var(--navy);
  letter-spacing:-0.015em;
  line-height:1.3;
  margin:56px 0 18px;
  position:relative;
}
.blog-article h2::before{
  content:"";
  display:block;
  width:40px;height:3px;
  background:var(--gold);
  border-radius:3px;
  margin-bottom:18px;
}
.blog-article h3{
  font-size:22px;
  font-weight:700;
  color:var(--navy);
  line-height:1.4;
  margin:40px 0 14px;
}
.blog-article h4{
  font-size:18px;
  font-weight:600;
  color:var(--navy);
  line-height:1.5;
  margin:32px 0 12px;
}
.blog-article p{
  font-size:17px;
  line-height:1.9;
  color:var(--ink-2);
  margin-bottom:24px;
}
.blog-article blockquote{
  margin:40px 0;
  padding:28px 32px;
  background:var(--bg-soft);
  border-left:4px solid var(--gold);
  border-radius:0 12px 12px 0;
  font-size:18px;
  font-style:italic;
  color:var(--ink);
  line-height:1.75;
  position:relative;
}
.blog-article blockquote::before{
  content:"\201C";
  font-size:56px;
  line-height:1;
  color:var(--gold);
  font-family:Georgia,serif;
  position:absolute;
  top:10px;right:20px;
  opacity:0.25;
}
.blog-article a{
  color:var(--gold-dark);
  font-weight:500;
  text-decoration:underline;
  text-decoration-color:rgba(212,175,55,0.35);
  text-underline-offset:3px;
  transition:all .2s ease;
}
.blog-article a:hover{
  color:var(--navy);
  text-decoration-color:var(--navy);
}
.blog-article strong, .blog-article b{
  font-weight:600;
  color:var(--navy);
}
.blog-article ul, .blog-article ol{
  margin:28px 0 28px 28px;
  color:var(--ink-2);
  line-height:1.9;
}
.blog-article li{
  margin-bottom:12px;
  font-size:17px;
  padding-left:6px;
}
.blog-article ul li::marker{color:var(--gold);font-size:14px}
.blog-article ol li::marker{color:var(--gold-dark);font-weight:600}
.blog-article img{
  border-radius:14px;
  margin:32px auto;
  max-width:100%;
  height:auto;
  display:block;
  box-shadow:0 12px 40px rgba(10,22,40,0.12);
}
.blog-article table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  margin:32px 0;
  font-size:15px;
  overflow:hidden;
  border-radius:12px;
  box-shadow:0 1px 3px rgba(10,22,40,0.08);
}
.blog-article thead{background:var(--navy)}
.blog-article thead th{
  padding:14px 18px;
  text-align:left;
  color:#fff;
  font-weight:600;
  font-size:14px;
  letter-spacing:0.02em;
}
.blog-article tbody td{
  padding:14px 18px;
  border-bottom:1px solid rgba(10,22,40,0.08);
  color:var(--ink-2);
}
.blog-article tbody tr:last-child td{border-bottom:none}
.blog-article tbody tr:hover td{background:var(--bg-soft)}
.blog-article hr{
  border:none;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(10,22,40,0.15), transparent);
  margin:48px 0;
}
.blog-article code{
  font-family:'SF Mono', Monaco, Consolas, monospace;
  font-size:14px;
  padding:2px 8px;
  background:var(--bg-muted);
  border-radius:6px;
  color:var(--ink);
}
.blog-article pre{
  margin:32px 0;
  padding:24px;
  background:var(--navy);
  border-radius:12px;
  overflow-x:auto;
}
.blog-article pre code{
  background:transparent;
  color:#fff;
  padding:0;
  font-size:14px;
  line-height:1.6;
}
.blog-article figure{
  margin:32px 0;
  text-align:center;
}
.blog-article figcaption{
  margin-top:14px;
  font-size:13px;
  color:var(--muted);
  font-style:italic;
}
@media (max-width:768px){
  .blog-content-section{padding:56px 0 32px}
  .blog-content-wrap{padding:0 20px}
  .blog-article, .blog-article p, .blog-article li{font-size:16px;line-height:1.85}
  .blog-article h1{font-size:28px;margin:40px 0 16px}
  .blog-article h2{font-size:22px;margin:40px 0 14px}
  .blog-article h3{font-size:19px}
  .blog-article blockquote{padding:20px 22px;margin:32px 0;font-size:16px}
}

/* */
.blog-article-footer{
  margin-top:64px;
  padding-top:32px;
  border-top:1px solid var(--border,rgba(10,22,40,0.1));
}
.blog-share-inline{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  justify-content:center;
  padding:24px;
  background:var(--bg-soft);
  border-radius:16px;
}
.blog-share-inline span{
  font-size:14px;
  font-weight:600;
  color:var(--ink-2);
  letter-spacing:0.02em;
}
.blog-share-inline a{
  width:42px;height:42px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;
  background:#fff;
  border:1px solid var(--border,rgba(10,22,40,0.1));
  color:var(--ink-2);
  font-size:16px;
  text-decoration:none;
  transition:all .2s ease;
}
.blog-share-inline a:hover{
  background:var(--gold);
  color:var(--navy);
  border-color:var(--gold);
  transform:translateY(-2px);
  box-shadow:0 8px 16px rgba(212,175,55,0.25);
}

/* ============================================
 BLOG AUTHOR CARD - （）
 ============================================ */
.blog-author-section{
  padding:24px 0 64px;
  background:#fff;
}
.blog-author-card{
  max-width:880px;
  margin:0 auto;
  padding:36px 40px;
  background:var(--bg-soft);
  border-radius:20px;
  display:flex;
  gap:28px;
  align-items:center;
  border:1px solid var(--border,rgba(10,22,40,0.06));
}
.blog-author-big-avatar{
  width:96px;height:96px;flex-shrink:0;
  border-radius:50%;
  background:var(--gold);
  color:var(--navy);
  display:flex;align-items:center;justify-content:center;
  font-size:38px;
  box-shadow:0 8px 24px rgba(212,175,55,0.3);
}
.blog-author-label{
  font-size:12px;
  font-weight:600;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:6px;
}
.blog-author-display{
  margin:0 0 10px !important;
  font-size:22px;
  font-weight:700;
  color:var(--navy);
  padding:0 !important;
  border:none !important;
  letter-spacing:-0.01em;
}
.blog-author-card p{
  margin:0 0 16px !important;
  font-size:15px;
  line-height:1.7;
  color:var(--ink-2);
}
.blog-author-social{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:4px;
}
.blog-author-social-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 14px;
  background:#fff;
  border:1px solid var(--border-light,rgba(10,22,40,0.1));
  border-radius:100px;
  text-decoration:none;
  color:var(--ink-2);
  font-size:13px;
  font-weight:500;
  transition:all .2s ease;
}
.blog-author-social-link i{
  font-size:14px;
}
.blog-author-social-link a:hover,
.blog-author-social-link:hover{
  background:var(--gold);
  color:var(--navy);
  border-color:var(--gold);
  transform:translateY(-2px);
  box-shadow:0 8px 16px rgba(212,175,55,0.25);
}
.blog-author-social-link span{
  display:inline;
}
@media (max-width:640px){
  .blog-author-card{
    flex-direction:column;
    gap:20px;
    padding:28px 22px;
    text-align:center;
  }
  .blog-author-social{justify-content:center}
}

/* ============================================
 BLOG RELATED ARTICLES -
 ============================================ */
.blog-related-section{
  padding:64px 0;
  background:var(--bg-soft);
}
.blog-related-inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 40px;
}
.blog-related-header{
  text-align:center;
  margin-bottom:40px;
}
.blog-related-header .eyebrow{
  display:inline-block;
  font-size:13px;
  font-weight:600;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:var(--gold-dark);
  margin-bottom:12px;
}
.blog-related-header h2{
  font-size:36px;
  font-weight:800;
  color:var(--navy);
  letter-spacing:-0.02em;
  margin:0;
}
.blog-related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.blog-related-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  text-decoration:none;
  transition:all .3s ease;
  box-shadow:0 2px 8px rgba(10,22,40,0.06);
  border:1px solid var(--border,rgba(10,22,40,0.05));
  display:flex;flex-direction:column;
}
.blog-related-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 40px rgba(10,22,40,0.12);
}
.blog-related-img{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  background:var(--navy);
}
.blog-related-img img{
  width:100%;height:100%;object-fit:cover;
  display:block;
  transition:transform .5s ease;
}
.blog-related-card:hover .blog-related-img img{transform:scale(1.06)}
.blog-related-cat{
  position:absolute;
  top:14px;left:14px;
  padding:6px 12px;
  background:var(--gold);
  color:var(--navy);
  border-radius:100px;
  font-size:11px;
  font-weight:700;
  letter-spacing:0.04em;
  text-transform:uppercase;
}
.blog-related-body{
  padding:22px 22px 26px;
  flex:1;
  display:flex;flex-direction:column;
}
.blog-related-title{
  font-size:17px;
  font-weight:700;
  color:var(--navy);
  line-height:1.45;
  margin:0 0 12px;
  letter-spacing:-0.01em;
}
.blog-related-card:hover .blog-related-title{color:var(--gold-dark)}
.blog-related-excerpt{
  font-size:14px;
  line-height:1.7;
  color:var(--ink-3);
  margin:0 0 18px;
  flex:1;
}
.blog-related-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:14px;
  border-top:1px solid var(--border,rgba(10,22,40,0.06));
  font-size:12px;
  color:var(--muted);
}
.blog-related-meta .blog-related-read{
  color:var(--gold-dark);
  font-weight:600;
}
.blog-related-card:hover .blog-related-read{text-decoration:underline}
@media (max-width:960px){
  .blog-related-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .blog-related-grid{grid-template-columns:1fr;gap:16px}
  .blog-related-inner{padding:0 20px}
  .blog-related-header h2{font-size:26px}
}

/* （blog-category-grid ）*/

/* ============================================
 CATEGORY PAGE - Banner &
 ============================================ */
.page-banner-desc{
  font-size:18px;line-height:1.7;
  color:rgba(255,255,255,0.78);
  max-width:700px;
  margin:18px auto 0;
}
.category-stats{
  display:flex;flex-wrap:wrap;gap:12px;
  justify-content:center;
  margin-top:28px;
}
.stat-chip{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 18px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.14);
  border-radius:999px;
  font-size:13.5px;font-weight:600;
  color:rgba(255,255,255,0.9);
}
.stat-chip i{color:var(--gold)}

/* ： */
.card-date{
  display:inline-flex;align-items:center;gap:6px;
  font-size:12.5px;color:var(--ink-3);
  margin-bottom:10px;
}
.card-date i{color:var(--gold);font-size:11px}

/* ：（ featured_image ） */
.card-media{
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:14px 14px 0 0;
  background:rgba(212,175,55,0.05);
}
.card-media img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .4s ease;
}
.content-card:hover .card-media img{transform:scale(1.06)}

/* ============================================
 PRODUCT BODY - （，）
 ============================================ */
.product-body{
  max-width:1400px;
  margin:0 auto;
  padding:0 40px;
  background:transparent;
  border:none;
  box-shadow:none;
  font-size:17px;
  line-height:1.85;
  color:var(--ink-2);
}
.product-body h1{font-size:36px;margin-bottom:24px;color:var(--navy);font-weight:800;letter-spacing:-0.02em}
.product-body h2{
  font-size:30px;
  margin:56px 0 22px;
  color:var(--navy);
  font-weight:800;
  padding-bottom:16px;
  border-bottom:3px solid rgba(212,175,55,0.3);
}
.product-body h3{font-size:24px;margin:44px 0 18px;color:var(--navy);font-weight:700}
.product-body h4{font-size:19px;margin:36px 0 16px;color:var(--navy);font-weight:700}
.product-body p{font-size:17px;line-height:1.9;margin-bottom:24px;color:var(--ink-2)}
.product-body blockquote{
  margin:36px 0;
  padding:28px 36px;
  background:rgba(212,175,55,0.07);
  border-left:4px solid var(--gold);
  border-radius:0 14px 14px 0;
  font-style:italic;
  color:var(--ink-2);
  font-size:16px;
  line-height:1.85;
}
.product-body ul, .product-body ol{
  margin:28px 0 28px 36px;
  color:var(--ink-2);
  line-height:1.95;
}
.product-body li{
  margin-bottom:14px;
  font-size:16px;
}
.product-body img{
  border-radius:16px;
  margin:36px 0;
  max-width:100%;
  height:auto;
  box-shadow:0 12px 40px rgba(10,22,40,0.15);
}
.product-body table{
  width:100%;
  border-collapse:collapse;
  margin:36px 0;
  font-size:15.5px;
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(10,22,40,0.08);
}
.product-body th{
  background:var(--navy);
  color:#fff;
  padding:18px 24px;
  text-align:left;
  font-weight:700;
  font-size:15.5px;
}
.product-body td{
  padding:18px 24px;
  border-bottom:1px solid rgba(10,22,40,0.06);
  color:var(--ink-2);
}
.product-body tr:nth-child(even) td{background:rgba(212,175,55,0.04)}

@media (max-width:1280px){.product-body{padding:0 24px}}
@media (max-width:960px){
  .product-body{padding:0 18px;font-size:16px}
  .product-body h1{font-size:32px}
  .product-body h2{font-size:26px}
  .product-body th, .product-body td{padding:14px 18px}
}
@media (max-width:640px){
  .product-body{padding:0 16px;font-size:15.5px}
  .product-body h1{font-size:28px}
  .product-body h2{font-size:24px}
  .product-body th, .product-body td{padding:12px 14px;font-size:14px}
}

/* ============================================
 NAV CARDS - （）
 ============================================ */
.nav-cards{
  padding:72px 0;
  background:var(--bg-section);
}
.nav-cards .container{
  padding:0 40px;
  max-width:none;
  margin:0 auto;
}
.nav-cards-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  max-width:900px;
  margin:0 auto;
  padding:0 40px;
}
.nav-card{
  background:#fff;
  border:1px solid rgba(10,22,40,0.08);
  border-radius:var(--r-md);
  padding:28px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  transition:all .35s ease;
  position:relative;
}
.nav-card:hover{
  transform:translateY(-3px);
  border-color:rgba(212,175,55,0.3);
  box-shadow:0 18px 44px rgba(10,22,40,0.08);
}
.nav-card-icon{
  width:48px;height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(212,175,55,0.1);
  border:1px solid rgba(212,175,55,0.25);
  border-radius:10px;
  color:var(--gold);
  font-size:18px;
  margin-bottom:4px;
  transition:all .35s ease;
}
.nav-card:hover .nav-card-icon{
  background:var(--gold);
  color:#fff;
  border-color:var(--gold);
}
.nav-card-body{flex:1}
.nav-card h4{
  font-size:18px;
  font-weight:700;
  color:var(--navy);
  margin-bottom:6px;
}
.nav-card-body p{
  font-size:14px;
  color:var(--ink-3);
  line-height:1.65;
}
.nav-card-arrow{
  position:absolute;
  right:28px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
  font-size:14px;
  transition:all .35s ease;
  opacity:0.5;
}
.nav-card:hover .nav-card-arrow{
  opacity:1;
  transform:translate(-6px,-50%);
}
@media (max-width:960px){
  .nav-card-arrow{right:20px}
}
@media (max-width:640px){
  .nav-card-arrow{right:16px;font-size:12px}
}

@media (max-width:960px){
  .nav-cards{padding:56px 0}
  .nav-cards .container{padding:0 18px}
  .nav-cards-grid{padding:0 18px}
}
@media (max-width:640px){
  .nav-cards{padding:40px 0}
  .nav-cards .container{padding:0 16px}
  .nav-cards-grid{grid-template-columns:1fr; padding:0 16px}
}

/* ============================================
 NEWS GRID - /
 ============================================ */
.news-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  padding:0 40px;
  max-width:none;
  margin:0 auto;
}
.news-grid .content-card{
  padding:28px 24px;
  display:flex;
  flex-direction:column;
  min-height:220px;
}
.news-grid .card-tag{margin-bottom:14px;flex-shrink:0}
.news-grid h3{
  font-size:18px;
  font-weight:700;
  line-height:1.4;
  color:var(--navy);
  margin-bottom:12px;
  min-height:52px;
  flex-shrink:0;
}
.news-summary{
  font-size:14.5px;
  line-height:1.7;
  color:var(--muted);
  margin-bottom:20px;
  flex:1;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.news-grid .read-more{margin-top:auto}

@media (max-width:960px){.news-grid{grid-template-columns:repeat(2,1fr);padding:0 18px}}
@media (max-width:640px){.news-grid{grid-template-columns:1fr;padding:0 16px}}

/* ============================================
 BLOG CATEGORY GRID -
 ============================================ */
.blog-category-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-bottom:32px;
}
.blog-cat-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
  padding:22px 20px;
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
  border:1px solid rgba(10,22,40,0.08);
  border-radius:12px;
  color:var(--ink-2);
  text-decoration:none;
  transition:all .3s cubic-bezier(.25,.8,.25,1);
  overflow:hidden;
}
.blog-cat-card::before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg,var(--gold),#e2b83d);
  opacity:0;
  transition:opacity .3s ease;
}
.blog-cat-card:hover{
  transform:translateY(-4px);
  border-color:rgba(212,175,55,0.35);
  box-shadow:0 12px 32px rgba(10,22,40,0.1);
  color:var(--ink-1);
}
.blog-cat-card:hover::before{opacity:1}
.blog-cat-icon{
  width:44px;height:44px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(212,175,55,0.12);
  color:var(--gold);
  border-radius:10px;
  font-size:18px;
  transition:all .3s ease;
}
.blog-cat-card:hover .blog-cat-icon{
  background:var(--gold);
  color:#fff;
  transform:rotate(-5deg) scale(1.08);
}
.blog-cat-card h4{
  font-size:15px;
  font-weight:700;
  color:var(--ink-1);
  margin:2px 0 0;
  line-height:1.4;
}
.blog-cat-sub{
  font-size:12px;
  color:var(--muted);
  font-weight:400;
  margin-bottom:4px;
}
.blog-cat-count{
  display:inline-block;
  margin-top:auto;
  padding:3px 10px;
  background:rgba(212,175,55,0.1);
  color:var(--gold);
  font-size:11.5px;
  font-weight:600;
  border-radius:999px;
  letter-spacing:.02em;
}

.blog-more{
  display:flex;
  justify-content:center;
  margin-top:12px;
}
.blog-more .btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 28px;
  border:1px solid rgba(10,22,40,0.2);
  background:#fff;
  color:var(--ink-1);
  border-radius:10px;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  transition:all .25s ease;
}
.blog-more .btn:hover{
  border-color:var(--gold);
  background:var(--gold);
  color:#fff;
}

@media (max-width:960px){.blog-category-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.blog-category-grid{grid-template-columns:1fr;gap:12px}}

/* ============================================
 FAQ SECTION - Q&A
 ============================================ */
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  max-width:none;
}
.faq-item{
  position:relative;
  background:#fff;
  border:1px solid rgba(10,22,40,0.08);
  border-radius:12px;
  overflow:hidden;
  transition:all .3s ease;
}
.faq-item:hover{
  border-color:rgba(212,175,55,0.35);
  box-shadow:0 8px 24px rgba(10,22,40,0.06);
}
.faq-toggle{
  display:none;
}
.faq-question{
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px 20px;
  cursor:pointer;
  user-select:none;
  position:relative;
}
.faq-num{
  display:inline-flex;
  align-items:center;justify-content:center;
  flex-shrink:0;
  width:34px;height:34px;
  background:linear-gradient(135deg,#0a1628 0%,#1e3a5f 100%);
  color:var(--gold);
  border-radius:8px;
  font-size:13px;
  font-weight:700;
  font-family:var(--mono);
  letter-spacing:.05em;
}
.faq-text{
  flex:1;
  font-size:15.5px;
  font-weight:600;
  color:var(--ink-1);
  line-height:1.5;
}
.faq-chev{
  color:var(--muted);
  font-size:12px;
  transition:transform .35s ease;
  flex-shrink:0;
}
.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease,padding .35s ease;
  padding:0 20px 0 68px;
}
.faq-answer p{
  margin:0;
  padding:4px 0 18px;
  font-size:14.5px;
  line-height:1.75;
  color:var(--ink-3);
}
.faq-toggle:checked ~ .faq-answer{
  max-height:500px;
  padding-top:4px;
}
.faq-toggle:checked ~ .faq-question .faq-chev{
  transform:rotate(180deg);
  color:var(--gold);
}
.faq-toggle:checked ~ .faq-question .faq-num{
  background:linear-gradient(135deg,var(--gold) 0%,#e2b83d 100%);
  color:#fff;
}

@media (max-width:960px){.faq-grid{grid-template-columns:1fr;gap:12px}}
@media (max-width:640px){.faq-question{padding:14px 16px;gap:10px}
.faq-num{width:30px;height:30px;font-size:12px}
.faq-text{font-size:14.5px}
.faq-answer{padding:0 16px 0 56px}}

/* ============================================
 CATEGORY TABS / BUTTONS -
 ============================================ */
.cat-tabs-section{
  padding:32px 0 16px;
  background:#fff;
  border-bottom:1px solid rgba(10,22,40,0.06);
}
.cat-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  padding:0 40px;
  max-width:none;
  margin:0 auto;
}
.cat-tabs a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 20px;
  background:#fff;
  border:1px solid rgba(10,22,40,0.12);
  border-radius:999px;
  font-size:13.5px;
  font-weight:600;
  color:var(--ink-2);
  transition:all .25s ease;
}
.cat-tabs a:hover{
  background:var(--navy);
  border-color:var(--navy);
  color:#fff;
  box-shadow:0 6px 18px rgba(10,22,40,0.15);
}
.cat-tabs a i{font-size:12px}

/* ============================================
 PRODUCTS SECTION -
 ============================================ */
.products-section{
  padding:64px 0 96px;
}
.products-section .section-head{margin-bottom:48px}

@media (max-width:960px){.products-section{padding:48px 0 72px}}
@media (max-width:640px){.products-section{padding:36px 0 56px}}

/* ============================================
 GLOBAL PRESENCE / CAPABILITIES - /
 ============================================ */
.global{
  background:linear-gradient(180deg, var(--bg-section) 0%, #fff 100%);
  padding:96px 0;
}
.global-inner{padding:0 40px;max-width:none;margin:0 auto}
.global-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.global-card{
  background:#fff;
  border:1px solid rgba(10,22,40,0.08);
  border-radius:var(--r-lg);
  padding:44px 36px;
  text-align:center;
  transition:all .35s ease;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:360px;
}
.global-card:hover{
  transform:translateY(-4px);
  border-color:rgba(212,175,55,0.3);
  box-shadow:0 24px 60px rgba(10,22,40,0.08);
}
.global-card i{
  font-size:36px;
  color:var(--gold);
  margin-bottom:22px;
  flex-shrink:0;
}
.global-card h3{
  font-size:21px;
  font-weight:700;
  color:var(--navy);
  margin-bottom:14px;
  flex-shrink:0;
}
.global-card p{
  font-size:15px;
  line-height:1.75;
  color:var(--ink-3);
  margin-bottom:28px;
  flex:1;
}
.global-card strong{
  display:block;
  font-size:40px;
  font-weight:800;
  color:var(--gold);
  line-height:1;
  margin-bottom:10px;
  letter-spacing:-0.02em;
  flex-shrink:0;
}
.global-card span{
  font-size:12px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:0.12em;
  font-weight:500;
  display:block;
  min-height:32px;
  line-height:1.5;
  flex-shrink:0;
}

.strength-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px 24px;
  padding:0 40px;
  max-width:none;
  margin:0 auto;
}
.strength-card{
  display:flex;
  gap:16px;
  padding:28px;
  background:#fff;
  border:1px solid rgba(10,22,40,0.08);
  border-radius:var(--r-md);
  transition:all .3s ease;
  align-items:flex-start;
  min-height:140px;
}
.strength-card:hover{
  border-color:rgba(212,175,55,0.3);
  box-shadow:0 14px 36px rgba(10,22,40,0.06);
  transform:translateY(-2px);
}
.str-icon{
  width:52px;height:52px;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(212,175,55,0.1);
  border-radius:12px;
  color:var(--gold);
  font-size:20px;
  transition:all .35s ease;
}
.strength-card:hover .str-icon{
  background:var(--gold);
  color:#fff;
  box-shadow:0 4px 14px rgba(212,175,55,0.3);
}
.strength-card h3{
  font-size:17.5px;
  font-weight:700;
  color:var(--navy);
  margin-bottom:8px;
}
.strength-card p{
  font-size:14.5px;
  line-height:1.7;
  color:var(--muted);
}

@media (max-width:960px){
  .global{padding:72px 0}
  .global-inner{padding:0 18px}
  .global-grid{grid-template-columns:repeat(2,1fr)}
  .strength-grid{grid-template-columns:1fr;padding:0 18px}
}
@media (max-width:640px){
  .global{padding:56px 0}
  .global-inner{padding:0 16px}
  .global-grid{grid-template-columns:1fr}
  .strength-grid{grid-template-columns:1fr;padding:0 16px}
}

/* ============ PAGINATION · ============ */
.pagination{
  display:flex; flex-wrap:wrap; justify-content:center;
  gap:8px; padding:48px 0 16px; margin:0 auto;
  list-style:none;
}
.pagination a, .pagination span{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:42px; height:42px; padding:0 14px;
  border:1px solid rgba(10,22,40,0.12);
  border-radius:8px; background:#fff;
  font-size:14px; font-weight:600; color:#334155;
  text-decoration:none; transition:all .25s ease;
}
.pagination a:hover{
  border-color:#D4AF37; color:#D4AF37;
  transform:translateY(-2px); box-shadow:0 6px 14px rgba(212,175,55,0.18);
}
.pagination .current{
  background:#D4AF37; color:#fff; border-color:#D4AF37;
  box-shadow:0 6px 18px rgba(212,175,55,0.35);
}
.pagination .disabled{
  color:#94a3b8; opacity:.5; pointer-events:none; background:#f6f7f9;
}
.pagination .ellipsis{
  border:none; background:transparent; color:#94a3b8;
}
.page-info{
  text-align:center; font-size:13px; color:#64748b;
  padding:12px 0 0; margin-bottom:32px;
}
.page-info strong{color:#0a1628;font-weight:700}
@media (max-width:640px){
  .pagination{ gap:6px; padding:32px 0 8px;}
  .pagination a, .pagination span{ min-width:36px; height:36px; padding:0 10px; font-size:13px;}
}

/* ============================================
 PRODUCT DETAIL PAGE -
 ============================================ */
.product-body{
  position:relative;
  max-width:1680px;
  margin:24px auto 0;
  padding:48px 56px 56px;
  background:#fff;
  border-radius:24px;
  border:1px solid rgba(10,22,40,0.06);
  box-shadow:0 20px 50px rgba(10,22,40,0.06);
}

.product-contact-bar{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px 16px;
  padding:20px 28px;
  margin-bottom:36px;
  background:linear-gradient(135deg, rgba(6,14,28,0.97) 0%, rgba(14,30,52,0.97) 100%);
  border-radius:16px;
  border:1px solid rgba(212,175,55,0.2);
}
.product-contact-bar .pcb-label{
  font-size:13px;
  font-weight:700;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:0.12em;
  margin-right:8px;
}
.product-contact-bar a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 18px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:10px;
  color:#fff;
  font-size:14px;
  font-weight:500;
  text-decoration:none;
  transition:all 0.25s ease;
}
.product-contact-bar a:hover{
  background:rgba(212,175,55,0.15);
  border-color:var(--gold);
  color:var(--gold);
  transform:translateY(-1px);
}
.product-contact-bar a i{
  font-size:15px;
}
.product-contact-bar a.pcb-email:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.3)}
.product-contact-bar a.pcb-whatsapp:hover{background:rgba(37,211,102,0.18);border-color:#25d366;color:#25d366}
.product-contact-bar a.pcb-phone:hover{background:rgba(59,130,246,0.18);border-color:#3b82f6;color:#60a5fa}
.product-contact-bar a.pcb-linkedin:hover{background:rgba(0,119,181,0.2);border-color:#0077b5;color:#00a0dc}
.product-contact-bar a.pcb-facebook:hover{background:rgba(24,119,242,0.2);border-color:#1877f2;color:#1877f2}
.product-contact-bar a.pcb-twitter:hover{background:rgba(29,161,242,0.2);border-color:#1da1f2;color:#1da1f2}
.product-contact-bar a.pcb-skype:hover{background:rgba(0,175,240,0.2);border-color:#00aff0;color:#00aff0}
.product-contact-bar a.pcb-wechat:hover{background:rgba(7,193,96,0.2);border-color:#07c160;color:#07c160}

.product-body p{font-size:16px;line-height:1.85;color:#2d3a4e;margin-bottom:20px}
.product-body ul, .product-body ol{margin:20px 0 24px 28px;line-height:1.85}
.product-body li{font-size:15.5px;color:#2d3a4e;margin-bottom:10px}
.product-body li::marker{color:var(--gold)}
.product-body h1{font-size:30px;font-weight:800;color:var(--navy);letter-spacing:-0.02em;margin:36px 0 16px}
.product-body h2{font-size:26px;font-weight:800;color:var(--navy);margin:40px 0 18px;padding-bottom:14px;border-bottom:2px solid rgba(212,175,55,0.22)}
.product-body h3{font-size:20px;font-weight:700;color:var(--navy);margin:32px 0 14px}
.product-body h4{font-size:17px;font-weight:700;color:var(--navy);margin:24px 0 12px}
.product-body strong{color:var(--navy);font-weight:700}
.product-body table{
  width:100%;border-collapse:collapse;margin:28px 0;
  font-size:14.5px;overflow:hidden;border-radius:14px;
  border:1px solid rgba(10,22,40,0.08);
  box-shadow:0 4px 12px rgba(10,22,40,0.04);
}
.product-body th{
  background:linear-gradient(135deg, var(--navy) 0%, #1a2e4a 100%);
  color:#fff;padding:16px 20px;text-align:left;font-weight:700;font-size:14px;
  letter-spacing:0.02em;
}
.product-body td{padding:14px 20px;border-bottom:1px solid rgba(10,22,40,0.06);color:#2d3a4e}
.product-body tr:nth-child(even) td{background:rgba(212,175,55,0.035)}
.product-body tr:last-child td{border-bottom:none}
.product-body img{
  border-radius:14px;margin:28px 0;
  max-width:100%;height:auto;
  box-shadow:0 12px 36px rgba(10,22,40,0.12);
}
.product-body blockquote{
  margin:24px 0;padding:20px 26px;
  background:linear-gradient(135deg, rgba(212,175,55,0.08), rgba(212,175,55,0.02));
  border-left:4px solid var(--gold);
  border-radius:0 12px 12px 0;
  font-style:italic;color:#2d3a4e;font-size:15.5px;line-height:1.8;
}
@media (max-width:1280px){
  .product-body{padding:36px 32px 44px;max-width:none}
}
@media (max-width:960px){
  .product-body{padding:28px 20px 36px;border-radius:18px}
  .product-contact-bar{padding:16px 18px;gap:10px 12px;margin-bottom:28px}
  .product-contact-bar .pcb-label{width:100%;margin-bottom:4px}
  .product-contact-bar a{padding:8px 14px;font-size:13px}
  .product-body p{font-size:15px}
  .product-body h1{font-size:24px;margin:28px 0 12px}
  .product-body h2{font-size:21px;margin:32px 0 14px}
  .product-body h3{font-size:18px}
}
@media (max-width:640px){
  .product-body{padding:24px 16px 32px}
  .product-contact-bar{padding:14px 14px;border-radius:12px}
  .product-contact-bar a{padding:8px 12px;font-size:12.5px;gap:6px}
  .product-body th, .product-body td{padding:10px 12px;font-size:13px}
}

/* ============================================
 REVEAL ANIMATION -
 ============================================ */
.reveal-item{
  opacity:0;
  transform:translateY(24px);
  transition:opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
             transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.reveal-item.reveal-show{
  opacity:1;
  transform:translateY(0);
}
.reveal-item:nth-child(2){transition-delay:0.08s}
.reveal-item:nth-child(3){transition-delay:0.16s}
.reveal-item:nth-child(4){transition-delay:0.24s}
.reveal-item:nth-child(5){transition-delay:0.32s}

/* ============================================
 BUTTON ENHANCEMENTS -
 ============================================ */
/* ：CTA */
.btn.btn-glow{
  position:relative;
  background:linear-gradient(135deg, var(--gold) 0%, #e6c35a 50%, var(--gold) 100%);
  background-size:200% 100%;
  color:#0a1628;
  font-weight:700;
  border:none;
  box-shadow:
    0 6px 20px rgba(212,175,55,0.35),
    0 2px 6px rgba(212,175,55,0.25),
    inset 0 1px 0 rgba(255,255,255,0.4);
  transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow:hidden;
}
.btn.btn-glow::before{
  content:"";
  position:absolute;top:0;left:-100%;
  width:100%;height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition:left 0.6s ease;
}
.btn.btn-glow:hover{
  background-position:100% 0;
  transform:translateY(-3px);
  box-shadow:
    0 12px 32px rgba(212,175,55,0.5),
    0 4px 10px rgba(212,175,55,0.3),
    inset 0 1px 0 rgba(255,255,255,0.5);
}
.btn.btn-glow:hover::before{left:100%}
.btn.btn-glow:active{transform:translateY(-1px)}
.btn.btn-glow i{color:#0a1628;opacity:0.9}

/* ：CTA */
.btn.btn-outline-gold{
  background:transparent;
  color:var(--gold);
  border:2px solid var(--gold);
  font-weight:700;
  transition:all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:none;
}
.btn.btn-outline-gold:hover{
  background:var(--gold);
  color:#0a1628;
  border-color:var(--gold);
  transform:translateY(-3px);
  box-shadow:0 10px 28px rgba(212,175,55,0.35);
}
.btn.btn-outline-gold i{color:inherit}
.btn.btn-outline-gold:hover i{color:#0a1628}
/* ============================================================
 Blog Category Page - Comprehensive Blog Homepage Style
 ============================================================ */

.blog-category-hero{
  position:relative;
  background:linear-gradient(135deg, #0a1628 0%, #1a2942 50%, #0a1628 100%);
  padding:60px 0 48px;
  overflow:hidden;
}
.blog-category-hero::before{
  content:'';
  position:absolute;
  top:-50%; right:-20%;
  width:600px; height:600px;
  background:radial-gradient(circle, rgba(212,175,55,0.15) 0%, transparent 70%);
  pointer-events:none;
}
.blog-category-hero::after{
  content:'';
  position:absolute;
  bottom:-50%; left:-10%;
  width:500px; height:500px;
  background:radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
  pointer-events:none;
}
.bch-bg{
  position:absolute;
  top:0; left:0; right:0; bottom:0;
  background-image:
    linear-gradient(rgba(212,175,55,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,175,55,0.06) 1px, transparent 1px);
  background-size:60px 60px;
  opacity:0.3;
  pointer-events:none;
}
.blog-category-hero .container{position:relative; z-index:2;}
.bch-inner{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:40px;
  align-items:center;
}
.bch-eyebrow{
  display:inline-block;
  font-size:13px;
  font-weight:500;
  color:var(--gold);
  letter-spacing:3px;
  text-transform:uppercase;
  margin-bottom:16px;
  padding:6px 14px;
  border:1px solid rgba(212,175,55,0.35);
  border-radius:100px;
  background:rgba(212,175,55,0.06);
}
.bch-eyebrow i{margin-right:8px;}
.bch-title{
  font-size:48px;
  font-weight:800;
  color:#fff;
  line-height:1.15;
  margin-bottom:16px;
  background:linear-gradient(135deg, #fff 0%, #d4af37 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.bch-desc{
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,0.75);
  margin-bottom:28px;
  max-width:600px;
}
.bch-stats{display:flex; gap:24px; flex-wrap:wrap;}
.bch-stat{
  display:flex; flex-direction:column; gap:4px;
  padding:14px 20px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(212,175,55,0.2);
  border-radius:12px;
  min-width:100px;
}
.bch-stat-num{font-size:24px; font-weight:800; color:var(--gold); line-height:1;}
.bch-stat-label{font-size:12px; color:rgba(255,255,255,0.6); letter-spacing:0.5px; text-transform:uppercase;}
.bch-right{display:flex; flex-direction:column; gap:20px;}
.bch-search{
  position:relative;
  display:flex; align-items:center;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(212,175,55,0.25);
  border-radius:12px;
  padding:4px;
  transition:all 0.3s ease;
}
.bch-search:focus-within{border-color:var(--gold); background:rgba(255,255,255,0.1); box-shadow:0 0 0 4px rgba(212,175,55,0.1);}
.bch-search > i:first-child{color:var(--gold); padding:0 14px; font-size:16px;}
.bch-search input{
  flex:1; background:transparent; border:none; outline:none;
  padding:14px 8px; color:#fff; font-size:14px; font-family:inherit;
}
.bch-search input::placeholder{color:rgba(255,255,255,0.4);}
.bch-search button{
  background:var(--gold); color:#0a1628; border:none;
  padding:12px 18px; border-radius:8px; cursor:pointer;
  font-weight:600; font-family:inherit; transition:all 0.3s ease;
}
.bch-search button:hover{background:#e6c355; transform:translateX(2px);}
.bch-tags{display:flex; flex-wrap:wrap; gap:8px; align-items:center;}
.bch-tag-label{font-size:12px; color:rgba(255,255,255,0.55); letter-spacing:0.5px; text-transform:uppercase; margin-right:4px;}
.bch-tag-label i{margin-right:6px; color:var(--gold);}
.bch-tag{
  display:inline-block; font-size:12px; padding:6px 12px;
  background:rgba(212,175,55,0.1); border:1px solid rgba(212,175,55,0.25);
  color:rgba(255,255,255,0.85); border-radius:100px; text-decoration:none;
  transition:all 0.2s ease;
}
.bch-tag:hover{background:var(--gold); border-color:var(--gold); color:#0a1628; transform:translateY(-2px);}

.blog-cat-nav{
  background:#fff;
  border-bottom:1px solid rgba(10,22,40,0.08);
  position:sticky; top:70px; z-index:99;
  box-shadow:0 2px 12px rgba(0,0,0,0.04);
}
.bcn-scroll{
  display:flex; gap:4px; overflow-x:auto; overflow-y:hidden;
  padding:12px 0; scrollbar-width:none; -ms-overflow-style:none; white-space:nowrap;
}
.bcn-scroll::-webkit-scrollbar{display:none;}
.bcn-item{
  display:inline-flex; align-items:center; gap:6px;
  padding:10px 18px; font-size:13px; font-weight:500;
  color:var(--navy); background:rgba(10,22,40,0.03);
  border:1px solid rgba(10,22,40,0.08);
  border-radius:100px; text-decoration:none;
  transition:all 0.2s ease; flex-shrink:0;
}
.bcn-item:hover{background:rgba(212,175,55,0.1); border-color:var(--gold); transform:translateY(-1px);}
.bcn-item.active{background:var(--navy); border-color:var(--navy); color:#fff;}
.bcn-item.active .bcn-count{background:rgba(255,255,255,0.15); color:var(--gold);}
.bcn-count{font-size:11px; padding:2px 8px; background:rgba(10,22,40,0.08); border-radius:100px; font-weight:600;}

.blog-featured-section{padding:60px 0 40px;}
.blog-featured-card{
  display:grid; grid-template-columns:1fr 1.1fr;
  background:#fff; border-radius:24px; overflow:hidden;
  border:1px solid rgba(10,22,40,0.08);
  box-shadow:0 20px 60px rgba(10,22,40,0.08);
  transition:all 0.4s ease;
}
.blog-featured-card:hover{box-shadow:0 30px 80px rgba(10,22,40,0.14); transform:translateY(-4px);}
.bfc-img{position:relative; min-height:420px; background:linear-gradient(135deg, #0a1628, #1a2942); overflow:hidden;}
.bfc-img img{width:100%; height:100%; object-fit:cover; transition:transform 0.6s ease;}
.blog-featured-card:hover .bfc-img img{transform:scale(1.05);}
.bfc-img-placeholder{display:flex; align-items:center; justify-content:center; height:100%; font-size:80px; color:rgba(212,175,55,0.3);}
.bfc-img::after{content:''; position:absolute; top:0; left:0; right:0; bottom:0; background:linear-gradient(135deg, transparent 0%, rgba(10,22,40,0.3) 100%); pointer-events:none;}
.bfc-body{padding:50px 48px; display:flex; flex-direction:column; justify-content:center;}
.bfc-topmeta{display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-bottom:20px;}
.bfc-tag{font-size:12px; padding:6px 14px; background:rgba(212,175,55,0.1); color:var(--gold-dark); border-radius:100px; font-weight:600; letter-spacing:0.5px; text-transform:uppercase;}
.bfc-pin{display:inline-flex; align-items:center; gap:6px; font-size:12px; color:var(--navy); font-weight:500; padding:6px 12px; background:rgba(10,22,40,0.06); border-radius:100px;}
.bfc-pin i{color:var(--gold);}
.bfc-title{font-size:32px; font-weight:800; color:var(--navy); line-height:1.25; margin-bottom:16px;}
.bfc-meta-row{display:flex; gap:18px; margin-bottom:20px; flex-wrap:wrap;}
.bfc-meta{display:inline-flex; align-items:center; gap:8px; font-size:13px; color:var(--text-muted);}
.bfc-meta i{color:var(--gold);}
.bfc-summary{font-size:15px; line-height:1.75; color:var(--text-muted); margin-bottom:28px;}
.bfc-actions{display:flex; gap:12px; flex-wrap:wrap;}
.bfc-actions .btn{margin:0;}

.blog-featured-empty{padding:60px 40px; text-align:center; background:#fff; border-radius:24px; border:2px dashed rgba(212,175,55,0.3);}
.blog-featured-empty i{font-size:48px; color:var(--gold); margin-bottom:16px; display:block;}
.blog-featured-empty p{color:var(--text-muted); font-size:15px;}

.blog-latest-wrap{display:grid; grid-template-columns:1fr 340px; gap:40px; align-items:flex-start;}
.blog-latest-main{min-width:0;}
.blog-grid-head{display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:28px; gap:16px; flex-wrap:wrap;}
.bgh-title{font-size:28px; font-weight:800; color:var(--navy); margin:8px 0 0;}
.blog-grid-count{font-size:13px; padding:8px 16px; background:rgba(212,175,55,0.1); color:var(--gold-dark); border-radius:100px; font-weight:600; white-space:nowrap;}

.blog-article-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:20px;}
.blog-pagination{margin-top:32px;}
.blog-pagination-inner{display:flex; justify-content:center; align-items:center; gap:12px; flex-wrap:wrap;}
.bp-btn{
  width:42px; height:42px;
  border:1px solid rgba(10,22,40,0.15);
  border-radius:10px;
  background:#fff;
  display:flex; align-items:center; justify-content:center;
  font-size:14px; color:var(--navy);
  cursor:pointer;
  transition:all 0.2s ease;
}
.bp-btn:hover:not(:disabled){border-color:var(--gold); color:var(--gold);}
.bp-btn:disabled{opacity:0.4; cursor:not-allowed;}
.bp-numbers{display:flex; gap:8px;}
.bp-num{
  width:42px; height:42px;
  border:none;
  border-radius:10px;
  background:transparent;
  font-size:14px; font-weight:600;
  color:var(--navy);
  cursor:pointer;
  transition:all 0.2s ease;
}
.bp-num:hover{background:rgba(212,175,55,0.1); color:var(--gold);}
.bp-num.bp-active{
  background:var(--gold);
  color:#fff;
}
.bp-info{font-size:13px; color:var(--text-muted); font-weight:500;}
.blog-article-card{
  background:#fff; border-radius:16px; overflow:hidden;
  border:1px solid rgba(10,22,40,0.06);
  box-shadow:0 8px 24px rgba(10,22,40,0.05);
  transition:all 0.3s ease;
}
.blog-article-card:hover{transform:translateY(-4px); box-shadow:0 20px 48px rgba(10,22,40,0.12); border-color:rgba(212,175,55,0.3);}
.bac-link{text-decoration:none; color:inherit; display:block;}
.bam-media{position:relative; aspect-ratio:16/10; background:linear-gradient(135deg, #0a1628, #1a2942); overflow:hidden;}
.bam-media img{width:100%; height:100%; object-fit:cover; transition:transform 0.5s ease;}
.blog-article-card:hover .bam-media img{transform:scale(1.06);}
.bam-media.bam-placeholder{display:flex; align-items:center; justify-content:center; font-size:48px; color:rgba(212,175,55,0.3);}
.bac-body{padding:22px 22px 24px;}
.bac-topmeta{display:flex; gap:12px; flex-wrap:wrap; align-items:center; margin-bottom:12px;}
.bac-tag{font-size:11px; font-weight:600; color:var(--gold-dark); background:rgba(212,175,55,0.1); padding:4px 10px; border-radius:100px; letter-spacing:0.3px;}
.bac-meta{display:inline-flex; align-items:center; gap:6px; font-size:12px; color:var(--text-muted);}
.bac-meta i{color:var(--gold); font-size:11px;}
.bac-title{font-size:18px; font-weight:700; color:var(--navy); line-height:1.4; margin-bottom:10px; transition:color 0.2s ease;}
.blog-article-card:hover .bac-title{color:var(--gold-dark);}
.bac-summary{font-size:13.5px; line-height:1.65; color:var(--text-muted); margin-bottom:16px; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.bac-readmore{display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:600; color:var(--gold-dark); transition:all 0.2s ease;}
.bac-readmore i{font-size:11px; transition:transform 0.2s ease;}
.blog-article-card:hover .bac-readmore i{transform:translateX(4px);}
.blog-empty{padding:60px 40px; text-align:center; background:#fff; border-radius:16px; border:2px dashed rgba(212,175,55,0.25); grid-column:1/-1;}
.blog-empty i{font-size:40px; color:var(--gold); margin-bottom:12px; display:block;}
.blog-empty p{color:var(--text-muted); font-size:14px;}

.blog-sidebar{position:sticky; top:140px; display:flex; flex-direction:column; gap:18px;}
.blog-sidebar-card{background:#fff; border-radius:16px; padding:22px; border:1px solid rgba(10,22,40,0.06); box-shadow:0 8px 24px rgba(10,22,40,0.04);}
.bsc-head{display:flex; align-items:center; gap:10px; padding-bottom:14px; margin-bottom:14px; border-bottom:2px solid rgba(10,22,40,0.06);}
.bsc-head h4{font-size:15px; font-weight:700; color:var(--navy); margin:0;}

.btl-item{
  display:grid; grid-template-columns:28px 60px 1fr; gap:12px;
  padding:12px 0; text-decoration:none; color:inherit;
  border-bottom:1px solid rgba(10,22,40,0.04);
  transition:all 0.2s ease; align-items:center;
}
.btl-item:last-child{border-bottom:none;}
.btl-item:hover{background:rgba(212,175,55,0.03); padding-left:6px; margin:0 -6px;}
.btl-num{font-size:18px; font-weight:800; color:var(--gold); line-height:1; text-align:center;}
.btl-media{width:60px; height:60px; border-radius:8px; overflow:hidden; background:linear-gradient(135deg, #0a1628, #1a2942);}
.btl-media img{width:100%; height:100%; object-fit:cover;}
.btl-placeholder{width:100%; height:100%; display:flex; align-items:center; justify-content:center; color:rgba(212,175,55,0.4); font-size:20px;}
.btl-cat{display:inline-block; font-size:10px; font-weight:600; color:var(--gold-dark); background:rgba(212,175,55,0.1); padding:2px 8px; border-radius:100px; margin-bottom:6px;}
.btl-title{font-size:13px; font-weight:600; color:var(--navy); line-height:1.4; margin:0 0 4px; transition:color 0.2s ease; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.btl-item:hover .btl-title{color:var(--gold-dark);}
.btl-date{font-size:11px; color:var(--text-muted); display:inline-flex; align-items:center; gap:4px;}
.btl-date i{color:var(--gold); font-size:10px;}

.bsc-category-cloud{display:flex; flex-wrap:wrap; gap:6px;}
.bsc-category-cloud .bcc-item{
  display:inline-flex; align-items:center; gap:6px;
  font-size:12px; padding:7px 12px; background:rgba(10,22,40,0.04);
  color:var(--navy); border-radius:100px; text-decoration:none;
  font-weight:500; transition:all 0.2s ease; border:1px solid transparent;
}
.bsc-category-cloud .bcc-item:hover{background:rgba(212,175,55,0.1); color:var(--gold-dark); border-color:rgba(212,175,55,0.3); transform:translateY(-1px);}
.bsc-category-cloud .bcc-item.active{background:var(--navy); color:#fff;}
.bsc-category-cloud .bcc-item.active .bcc-count{background:rgba(255,255,255,0.15); color:var(--gold);}
.bsc-category-cloud .bcc-count{font-size:10px; padding:1px 7px; background:rgba(10,22,40,0.08); border-radius:100px; font-weight:600;}

.bsc-newsletter{background:linear-gradient(135deg, #0a1628 0%, #1a2942 100%); color:#fff; border:none; text-align:center; position:relative; overflow:hidden;}
.bsc-newsletter::before{content:''; position:absolute; top:-30px; right:-30px; width:100px; height:100px; background:radial-gradient(circle, rgba(212,175,55,0.2) 0%, transparent 70%); border-radius:50%;}
.bsc-newsletter-icon{width:60px; height:60px; margin:0 auto 14px; background:rgba(212,175,55,0.15); border:2px solid var(--gold); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--gold); font-size:24px; position:relative; z-index:2;}
.bsc-newsletter h4{font-size:16px; font-weight:700; margin-bottom:8px; position:relative; z-index:2; color:#fff;}
.bsc-newsletter p{font-size:13px; color:rgba(255,255,255,0.65); line-height:1.6; margin-bottom:18px; position:relative; z-index:2;}
.bsc-newsletter .btn{width:100%; margin:0; position:relative; z-index:2;}
.btn-block{width:100%; justify-content:center; display:flex;}

.bsc-quick-links{display:flex; flex-direction:column; gap:4px;}
.bsc-quick-links a{display:flex; align-items:center; gap:10px; padding:11px 14px; font-size:13px; color:var(--navy); text-decoration:none; border-radius:8px; font-weight:500; transition:all 0.2s ease;}
.bsc-quick-links a:hover{background:rgba(212,175,55,0.08); color:var(--gold-dark); padding-left:18px;}
.bsc-quick-links i{color:var(--gold); font-size:13px; width:18px;}

.bsc-empty{padding:16px; text-align:center; font-size:13px; color:var(--text-muted); font-style:italic;}

.blog-category-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
.blog-category-card{
  display:block; background:#fff; border-radius:16px; padding:26px 22px;
  border:1px solid rgba(10,22,40,0.06); text-decoration:none;
  transition:all 0.3s ease; position:relative; overflow:hidden;
  box-shadow:0 8px 24px rgba(10,22,40,0.04);
}
.blog-category-card::before{content:''; position:absolute; top:0; left:0; width:100%; height:3px; background:linear-gradient(90deg, var(--gold), var(--gold-dark)); transform:scaleX(0); transform-origin:left; transition:transform 0.3s ease;}
.blog-category-card:hover::before{transform:scaleX(1);}
.blog-category-card:hover{transform:translateY(-5px); box-shadow:0 20px 48px rgba(10,22,40,0.12); border-color:rgba(212,175,55,0.3);}
.blog-category-card.active{background:linear-gradient(135deg, #0a1628, #1a2942); border-color:var(--gold);}
.blog-category-card.active .bcc-name, .blog-category-card.active .bcc-cn{color:#fff;}
.blog-category-card.active .bcc-desc{color:rgba(255,255,255,0.7);}
.blog-category-card.active .bcc-icon{background:rgba(212,175,55,0.15); border-color:var(--gold); color:var(--gold);}
.blog-category-card.active .bcc-count-pill{background:rgba(255,255,255,0.1); color:var(--gold);}
.blog-category-card.active .bcc-arrow{color:var(--gold);}
.blog-category-card .bcc-icon{width:52px; height:52px; margin-bottom:16px; background:rgba(212,175,55,0.1); border:1px solid rgba(212,175,55,0.2); border-radius:14px; display:flex; align-items:center; justify-content:center; color:var(--gold-dark); font-size:22px; transition:all 0.3s ease;}
.blog-category-card:hover .bcc-icon{background:var(--gold); border-color:var(--gold); color:#0a1628; transform:rotate(-8deg) scale(1.1);}
.blog-category-card .bcc-name{font-size:16px; font-weight:700; color:var(--navy); margin-bottom:4px; transition:color 0.2s ease; display:block;}
.blog-category-card .bcc-cn{display:block; font-size:12px; color:var(--gold-dark); margin-bottom:10px; font-weight:500;}
.blog-category-card .bcc-desc{font-size:12.5px; line-height:1.6; color:var(--text-muted); margin-bottom:16px; min-height:50px; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.blog-category-card .bcc-footer{display:flex; justify-content:space-between; align-items:center; padding-top:14px; border-top:1px solid rgba(10,22,40,0.06);}
.blog-category-card .bcc-count-pill{display:inline-flex; align-items:center; gap:6px; font-size:11px; padding:5px 10px; background:rgba(10,22,40,0.05); color:var(--navy); border-radius:100px; font-weight:600;}
.blog-category-card .bcc-count-pill i{font-size:11px;}
.blog-category-card .bcc-arrow{font-size:12px; font-weight:600; color:var(--navy); transition:all 0.2s ease;}
.blog-category-card:hover .bcc-arrow{color:var(--gold-dark);}
.blog-category-card:hover .bcc-arrow i{transform:translateX(4px);}
.blog-category-card .bcc-arrow i{font-size:11px; margin-left:4px; transition:transform 0.2s ease;}

.blog-subscribe-banner{
  padding:50px 0;
  background:linear-gradient(135deg, #0a1628 0%, #1a2942 50%, #0a1628 100%);
  position:relative; overflow:hidden;
}
.blog-subscribe-banner::before{content:''; position:absolute; top:-100px; right:-50px; width:400px; height:400px; background:radial-gradient(circle, rgba(212,175,55,0.12) 0%, transparent 70%); border-radius:50%;}
.blog-subscribe-banner::after{content:''; position:absolute; bottom:-100px; left:-50px; width:400px; height:400px; background:radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%); border-radius:50%;}
.bsb-inner{display:grid; grid-template-columns:1.3fr 1fr; gap:30px; align-items:center; position:relative; z-index:2;}
.bsb-left{display:flex; align-items:center; gap:20px; color:#fff;}
.bsb-icon{width:70px; height:70px; flex-shrink:0; background:rgba(212,175,55,0.15); border:2px solid var(--gold); border-radius:18px; display:flex; align-items:center; justify-content:center; color:var(--gold); font-size:30px;}
.bsb-left h3{font-size:24px; font-weight:800; color:#fff; margin-bottom:6px;}
.bsb-left p{font-size:14px; color:rgba(255,255,255,0.7); margin:0; line-height:1.6;}
.bsb-actions{display:flex; gap:12px; justify-content:flex-end; flex-wrap:wrap;}
.bsb-actions .btn{margin:0;}

@media (max-width:1100px){
  .blog-category-grid{grid-template-columns:repeat(3,1fr);}
  .blog-latest-wrap{grid-template-columns:1fr 300px;}
}
@media (max-width:900px){
  .bch-inner{grid-template-columns:1fr; gap:28px;}
  .blog-featured-card{grid-template-columns:1fr;}
  .bfc-img{min-height:280px; aspect-ratio:16/10;}
  .blog-latest-wrap{grid-template-columns:1fr;}
  .blog-sidebar{position:static;}
  .blog-category-grid{grid-template-columns:repeat(2,1fr);}
  .blog-article-grid{grid-template-columns:1fr;}
  .bsb-inner{grid-template-columns:1fr;}
  .bsb-actions{justify-content:flex-start;}
}
@media (max-width:640px){
  .blog-category-hero{padding:40px 0 32px;}
  .bch-title{font-size:32px;}
  .bch-desc{font-size:14px;}
  .bch-stats{gap:10px;}
  .bch-stat{padding:10px 14px; min-width:80px;}
  .bch-stat-num{font-size:20px;}
  .bfc-body{padding:28px 22px;}
  .bfc-title{font-size:22px;}
  .blog-category-grid{grid-template-columns:1fr;}
  .blog-featured-section{padding:40px 0 20px;}
  .bsb-left{flex-direction:column; text-align:center;}
  .bsb-actions{justify-content:center;}
  .blog-cat-nav{top:60px;}
  .blog-sidebar{gap:14px;}
}

/* ============ Global Presence / Contact Network ============ */

.contact-hero{
  position:relative;
  padding:80px 0 60px;
  overflow:hidden;
  background:linear-gradient(180deg, #0a1628 0%, #0d2137 100%);
  text-align:center;
}
.contact-map-bg{
  position:absolute;
  inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cg fill='%23d4af37' fill-opacity='0.04'%3E%3Ccircle cx='100' cy='100' r='2'/%3E%3Ccircle cx='300' cy='80' r='3'/%3E%3Ccircle cx='500' cy='120' r='2'/%3E%3Ccircle cx='700' cy='90' r='3'/%3E%3Ccircle cx='150' cy='200' r='2'/%3E%3Ccircle cx='350' cy='180' r='3'/%3E%3Ccircle cx='550' cy='220' r='2'/%3E%3Ccircle cx='750' cy='190' r='3'/%3E%3Ccircle cx='200' cy='300' r='2'/%3E%3Ccircle cx='400' cy='280' r='3'/%3E%3Ccircle cx='600' cy='320' r='2'/%3E%3Ccircle cx='80' cy='350' r='2'/%3E%3C/g%3E%3C/svg%3E");
}
.contact-hero-content{
  position:relative;
  z-index:1;
  max-width:700px;
  margin:0 auto;
}
.contact-hero-title{
  font-size:42px;
  font-weight:800;
  line-height:1.1;
  letter-spacing:-0.02em;
  color:#fff;
  margin-bottom:14px;
}
.contact-hero-title span{color:var(--gold);}
.contact-hero-desc{
  font-size:15px;
  line-height:1.75;
  color:rgba(255,255,255,0.6);
  margin-bottom:32px;
}
.contact-stats{
  display:flex;
  justify-content:center;
  gap:24px;
  flex-wrap:wrap;
}
.contact-stat{
  display:flex;
  flex-direction:column;
  padding:16px 28px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(212,175,55,0.15);
  border-radius:14px;
  min-width:120px;
}
.contact-stat-num{
  font-size:32px;
  font-weight:900;
  color:var(--gold);
  letter-spacing:-0.02em;
  line-height:1;
}
.contact-stat-label{
  font-size:11px;
  font-weight:600;
  color:rgba(255,255,255,0.5);
  letter-spacing:0.05em;
  text-transform:uppercase;
  margin-top:4px;
}
.contact-hero-region{padding:60px 0 40px;}

.contact-nav{
  position:sticky;
  top:76px;
  z-index:90;
  background:rgba(10,22,40,0.95);
  backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(212,175,55,0.08);
}
.contact-nav-inner{
  display:flex;
  gap:6px;
  padding:14px 0;
  overflow-x:auto;
  scrollbar-width:none;
}
.contact-nav-inner::-webkit-scrollbar{display:none;}
.contact-nav-item{
  display:flex;
  align-items:center;
  gap:6px;
  padding:10px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  color:rgba(255,255,255,0.6);
  text-decoration:none;
  white-space:nowrap;
  transition:all 0.3s ease;
  border:1px solid transparent;
}
.contact-nav-item:hover{color:#fff; background:rgba(255,255,255,0.06);}
.contact-nav-item.active{
  color:var(--gold);
  background:rgba(212,175,55,0.1);
  border-color:rgba(212,175,55,0.25);
}
.contact-nav-item i{font-size:12px;}

.contact-regions{padding:50px 0;}
.contact-regions-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.contact-region-card{
  display:flex;
  flex-direction:column;
  padding:24px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(212,175,55,0.12);
  border-radius:16px;
  text-decoration:none;
  transition:all 0.35s ease;
}
.contact-region-card:hover{
  background:rgba(255,255,255,0.06);
  border-color:rgba(212,175,55,0.3);
  transform:translateY(-3px);
}
.contact-region-icon{
  width:56px;
  height:56px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(212,175,55,0.15), rgba(212,175,55,0.03));
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}
.contact-region-icon i{font-size:24px; color:var(--gold);}
.contact-region-name{
  font-size:18px;
  font-weight:700;
  color:#fff;
  margin-bottom:6px;
}
.contact-region-cn{
  font-size:11px;
  font-weight:600;
  color:var(--gold);
  letter-spacing:0.08em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.contact-region-info{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:16px;
}
.contact-region-info li{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:rgba(255,255,255,0.6);
  list-style:none;
}
.contact-region-info li i{font-size:12px; color:var(--gold);}
.contact-region-info li a{
  color:rgba(255,255,255,0.6);
  text-decoration:none;
  transition:color 0.3s ease;
}
.contact-region-info li a:hover{color:#fff;}
.contact-region-footer{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:600;
  color:var(--gold);
}
.contact-region-footer i{transition:transform 0.3s ease;}
.contact-region-card:hover .contact-region-footer i{transform:translateX(4px);}

.contact-details{padding:50px 0;}
.contact-details-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-bottom:32px;
}
.contact-detail-card{
  display:flex;
  flex-direction:column;
  padding:28px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(212,175,55,0.12);
  border-radius:16px;
  text-align:center;
}
.contact-detail-icon{
  width:56px;
  height:56px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(212,175,55,0.15), rgba(212,175,55,0.03));
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 16px;
}
.contact-detail-icon i{font-size:24px; color:var(--gold);}
.contact-detail-card h4{
  font-size:13px;
  font-weight:700;
  color:rgba(255,255,255,0.5);
  letter-spacing:0.05em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.contact-detail-card p{
  font-size:15px;
  color:#fff;
  margin:0;
}
.contact-detail-card p a{
  color:#fff;
  text-decoration:none;
  transition:color 0.3s ease;
}
.contact-detail-card p a:hover{color:var(--gold);}

.contact-manager{
  display:flex;
  gap:24px;
  padding:32px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(212,175,55,0.15);
  border-radius:20px;
}
.contact-manager-left{flex-shrink:0;}
.contact-manager-photo{
  width:96px;
  height:96px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(212,175,55,0.2), rgba(212,175,55,0.05));
  display:flex;
  align-items:center;
  justify-content:center;
}
.contact-manager-photo i{font-size:48px; color:var(--gold); opacity:0.7;}
.contact-manager-right{flex:1;}
.contact-manager-right h4{
  font-size:12px;
  font-weight:700;
  color:rgba(255,255,255,0.5);
  letter-spacing:0.05em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.contact-manager-name{
  font-size:22px;
  font-weight:800;
  color:#fff;
  margin-bottom:8px;
}
.contact-manager-desc{
  font-size:14px;
  color:rgba(255,255,255,0.6);
  margin-bottom:16px;
}
.contact-manager-links{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.contact-manager-links a{
  display:flex;
  align-items:center;
  gap:6px;
  padding:10px 18px;
  background:rgba(212,175,55,0.08);
  border:1px solid rgba(212,175,55,0.2);
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  color:var(--gold);
  text-decoration:none;
  transition:all 0.3s ease;
}
.contact-manager-links a:hover{
  background:rgba(212,175,55,0.15);
  border-color:rgba(212,175,55,0.35);
}

.contact-focus{padding:40px 0;}
.contact-focus-title{
  font-size:20px;
  font-weight:700;
  color:#fff;
  margin-bottom:20px;
}
.contact-focus-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.contact-focus-list li{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 18px;
  background:rgba(212,175,55,0.06);
  border:1px solid rgba(212,175,55,0.15);
  border-radius:999px;
  font-size:13px;
  color:rgba(255,255,255,0.75);
  list-style:none;
}
.contact-focus-list li i{color:var(--gold); font-size:11px;}

.contact-global{padding:40px 0; background:rgba(255,255,255,0.02);}
.contact-global-inner{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.contact-global-card{
  display:flex;
  flex-direction:column;
  padding:28px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(212,175,55,0.12);
  border-radius:16px;
}
.contact-global-icon{
  width:56px;
  height:56px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(212,175,55,0.15), rgba(212,175,55,0.03));
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}
.contact-global-icon i{font-size:24px; color:var(--gold);}
.contact-global-card h4{
  font-size:16px;
  font-weight:700;
  color:#fff;
  margin-bottom:10px;
}
.contact-global-card p{
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,0.6);
  margin-bottom:16px;
}
.contact-global-links{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.contact-global-links a{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  color:rgba(255,255,255,0.7);
  text-decoration:none;
  transition:color 0.3s ease;
}
.contact-global-links a:hover{color:var(--gold);}

@media (max-width:1024px){
  .contact-regions-grid{grid-template-columns:repeat(2,1fr);}
  .contact-details-grid{grid-template-columns:repeat(2,1fr);}
  .contact-global-inner{grid-template-columns:1fr;}
}
@media (max-width:720px){
  .contact-hero{padding:50px 0 40px;}
  .contact-hero-title{font-size:32px;}
  .contact-stats{gap:12px;}
  .contact-stat{padding:12px 20px; min-width:100px;}
  .contact-stat-num{font-size:26px;}
  .contact-regions-grid{grid-template-columns:1fr;}
  .contact-details-grid{grid-template-columns:1fr;}
  .contact-manager{flex-direction:column; text-align:center;}
  .contact-manager-photo{margin:0 auto;}
  .contact-manager-links{justify-content:center;}
  .contact-nav{top:60px;}
}
@media (max-width:480px){
  .contact-hero-title{font-size:28px;}
  .contact-hero-desc{font-size:14px;}
}

/* ============ Office / Regional Service Center ============ */

/* */
.office-cards-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.office-region-card{
  display:flex;
  flex-direction:column;
  padding:24px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(212,175,55,0.12);
  border-radius:16px;
  text-decoration:none;
  transition:all 0.35s ease;
}
.office-region-card:hover{
  background:rgba(255,255,255,0.06);
  border-color:rgba(212,175,55,0.3);
  transform:translateY(-3px);
}
.office-region-icon{
  width:56px;
  height:56px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(212,175,55,0.15), rgba(212,175,55,0.03));
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}
.office-region-icon i{font-size:24px; color:var(--gold);}
.office-region-content{flex:1;}
.office-region-name{
  font-size:18px;
  font-weight:700;
  color:#fff;
  margin-bottom:4px;
}
.office-region-cn{
  display:block;
  font-size:11px;
  font-weight:600;
  color:var(--gold);
  letter-spacing:0.08em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.office-region-desc{
  font-size:13px;
  line-height:1.6;
  color:rgba(255,255,255,0.55);
  margin:0;
}
.office-region-footer{
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,0.06);
}
.office-region-action{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:600;
  color:var(--gold);
}
.office-region-card:hover .office-region-action i{transform:translateX(4px); transition:transform 0.3s ease;}

/* */
.office-section-header{
  margin-bottom:24px;
}
.office-section-header h2{
  font-size:24px;
  font-weight:800;
  color:#fff;
  margin-bottom:8px;
}
.office-section-header p{
  font-size:14px;
  color:rgba(255,255,255,0.55);
  margin:0;
}
.office-card-desc{
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,0.65);
  margin-bottom:20px;
}
.office-support-info{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.office-support-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px;
  background:rgba(255,255,255,0.04);
  border-radius:12px;
  text-decoration:none;
  transition:all 0.3s ease;
}
.office-support-item:hover{background:rgba(255,255,255,0.08);}
.office-support-item i{
  width:40px;
  height:40px;
  border-radius:10px;
  background:linear-gradient(135deg, rgba(212,175,55,0.15), rgba(212,175,55,0.03));
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  color:var(--gold);
}
.office-support-item div{
  display:flex;
  flex-direction:column;
}
.office-support-label{
  font-size:11px;
  font-weight:600;
  color:rgba(255,255,255,0.5);
  text-transform:uppercase;
  letter-spacing:0.05em;
}
.office-support-value{
  font-size:14px;
  font-weight:600;
  color:#fff;
}
.office-hq-address{
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,0.7);
  margin-bottom:16px;
}
.office-hq-contact{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.office-hq-contact a{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  color:rgba(255,255,255,0.7);
  text-decoration:none;
  transition:color 0.3s ease;
}
.office-hq-contact a:hover{color:var(--gold);}
.office-hq-contact a i{color:var(--gold); font-size:14px;}

.office-hero{
  position:relative;
  padding:80px 0 60px;
  overflow:hidden;
  background:linear-gradient(180deg, #0a1628 0%, #0d2137 100%);
  text-align:center;
}
.office-hero-bg{
  position:absolute;
  inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cg fill='%23d4af37' fill-opacity='0.03'%3E%3Ccircle cx='100' cy='100' r='2'/%3E%3Ccircle cx='300' cy='80' r='3'/%3E%3Ccircle cx='500' cy='120' r='2'/%3E%3Ccircle cx='700' cy='90' r='3'/%3E%3Ccircle cx='150' cy='200' r='2'/%3E%3Ccircle cx='350' cy='180' r='3'/%3E%3Ccircle cx='550' cy='220' r='2'/%3E%3Ccircle cx='750' cy='190' r='3'/%3E%3Ccircle cx='200' cy='300' r='2'/%3E%3Ccircle cx='400' cy='280' r='3'/%3E%3Ccircle cx='600' cy='320' r='2'/%3E%3Ccircle cx='80' cy='350' r='2'/%3E%3C/g%3E%3C/svg%3E");
}
.office-hero-content{
  position:relative;
  z-index:1;
  max-width:800px;
  margin:0 auto;
}
.office-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 20px;
  background:rgba(212,175,55,0.08);
  border:1px solid rgba(212,175,55,0.2);
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:16px;
}
.office-eyebrow i{font-size:14px;}
.office-hero-title{
  font-size:36px;
  font-weight:800;
  color:#fff;
  margin-bottom:12px;
}
.office-hero-desc{
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,0.65);
}

.office-nav{
  position:sticky;
  top:76px;
  z-index:90;
  background:rgba(10,22,40,0.95);
  backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(212,175,55,0.08);
}
.office-nav-inner{
  display:flex;
  gap:6px;
  padding:14px 0;
  overflow-x:auto;
  scrollbar-width:none;
}
.office-nav-inner::-webkit-scrollbar{display:none;}
.office-nav-item{
  display:flex;
  align-items:center;
  gap:6px;
  padding:10px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  color:rgba(255,255,255,0.6);
  text-decoration:none;
  white-space:nowrap;
  transition:all 0.3s ease;
  border:1px solid transparent;
}
.office-nav-item:hover{color:#fff; background:rgba(255,255,255,0.06);}
.office-nav-item.active{color:var(--gold); background:rgba(212,175,55,0.1); border-color:rgba(212,175,55,0.25);}
.office-nav-item i{font-size:12px;}

.office-section{padding:60px 0;}
.office-grid{
  display:grid;
  grid-template-columns:1fr 380px;
  gap:32px;
  align-items:flex-start;
}
.office-main{display:flex; flex-direction:column; gap:24px;}
.office-sidebar{display:flex; flex-direction:column; gap:20px;}

.office-card{
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(212,175,55,0.12);
  border-radius:16px;
  padding:28px;
}
.office-card-title{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:18px;
  font-weight:700;
  color:#fff;
  margin-bottom:24px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.office-card-title i{color:var(--gold); font-size:18px;}
.office-card-highlight{background:rgba(212,175,55,0.05); border-color:rgba(212,175,55,0.2);}

.office-info-list{display:flex; flex-direction:column; gap:12px;}
.office-info-item{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:16px;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,0.05);
}
.office-info-item:last-child{border-bottom:none;}
.office-info-label{
  font-size:13px;
  font-weight:600;
  color:rgba(255,255,255,0.5);
  text-transform:uppercase;
  letter-spacing:0.05em;
}
.office-info-value{
  font-size:14px;
  color:#fff;
}
.office-info-value a{color:#fff; text-decoration:none; transition:color 0.3s ease;}
.office-info-value a:hover{color:var(--gold);}
.office-info-emergency{background:rgba(212,175,55,0.08); margin:8px -16px -16px; padding:16px; border-radius:0 0 16px 16px; border-bottom:none;}
.office-info-emergency .office-info-label{color:var(--gold);}
.office-info-emergency .office-info-value{color:var(--gold); font-weight:600;}

.office-manager{
  display:flex;
  gap:20px;
  align-items:center;
}
.office-manager-avatar{
  width:80px;
  height:80px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(212,175,55,0.2), rgba(212,175,55,0.05));
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.office-manager-avatar i{font-size:36px; color:var(--gold); opacity:0.7;}
.office-manager-info{flex:1;}
.office-manager-name{
  font-size:20px;
  font-weight:700;
  color:#fff;
  margin-bottom:4px;
}
.office-manager-title{
  display:block;
  font-size:13px;
  color:var(--gold);
  margin-bottom:12px;
}
.office-manager-contact{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.office-manager-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 14px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:999px;
  font-size:12px;
  font-weight:600;
  color:rgba(255,255,255,0.8);
  text-decoration:none;
  transition:all 0.3s ease;
}
.office-manager-btn:hover{background:rgba(255,255,255,0.12); color:#fff;}
.office-manager-btn-green{background:rgba(37,211,102,0.15); border-color:rgba(37,211,102,0.3); color:#25D366;}
.office-manager-btn-green:hover{background:rgba(37,211,102,0.25); color:#25D366;}

.office-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.contact-tag{
  display:inline-block;
  padding:6px 12px;
  background:rgba(212,175,55,0.08);
  border:1px solid rgba(212,175,55,0.2);
  border-radius:999px;
  font-size:12px;
  color:rgba(255,255,255,0.75);
}

.office-services{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.office-services li{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  color:rgba(255,255,255,0.8);
}
.office-services li i{color:var(--gold); font-size:12px;}

.office-stats-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.office-stat{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:16px;
}
.office-stat i{font-size:24px; color:var(--gold); margin-bottom:8px;}
.office-stat-value{
  font-size:14px;
  font-weight:700;
  color:#fff;
  margin-bottom:4px;
}
.office-stat-label{
  font-size:11px;
  color:rgba(255,255,255,0.5);
  text-transform:uppercase;
  letter-spacing:0.05em;
}

.office-cta{
  padding:48px 0;
  background:rgba(212,175,55,0.05);
  border-top:1px solid rgba(212,175,55,0.1);
}
.office-cta-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:32px;
  flex-wrap:wrap;
}
.office-cta-content{flex:1; min-width:280px;}
.office-cta-content h2{
  font-size:28px;
  font-weight:800;
  color:#fff;
  margin-bottom:8px;
}
.office-cta-content p{font-size:14px; color:rgba(255,255,255,0.65); margin:0;}
.office-cta-actions{display:flex; gap:12px; flex-wrap:wrap;}

.btn-green{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 24px;
  background:#25D366;
  border:1px solid #25D366;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  color:#fff;
  text-decoration:none;
  transition:all 0.3s ease;
}
.btn-green:hover{background:#20BD5A; border-color:#20BD5A;}

@media (max-width:1024px){
  .office-grid{grid-template-columns:1fr 340px;}
}
@media (max-width:768px){
  .office-grid{grid-template-columns:1fr;}
  .office-sidebar{order:-1;}
  .office-hero{padding:60px 0 40px;}
  .office-hero-title{font-size:28px;}
  .office-manager{flex-direction:column; text-align:center;}
  .office-manager-contact{justify-content:center;}
  .office-cta-inner{flex-direction:column; text-align:center;}
  .office-cta-content{text-align:center;}
  .office-nav{top:60px;}
}
@media (max-width:480px){
  .office-info-item{grid-template-columns:100px 1fr;}
  .office-stats-row{grid-template-columns:1fr;}
}

/* ============ Global Presence - ============ */

.glb-hero{
  padding:80px 0 100px;
  background:#0a0e1a;
}
.glb-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}
.glb-hero-left{max-width:560px;}
.glb-eyebrow{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.15em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:24px;
}
.glb-hero-title{
  font-size:40px;
  font-weight:800;
  line-height:1.2;
  color:#fff;
  margin-bottom:24px;
  letter-spacing:-0.01em;
}
.glb-hero-desc{
  font-size:15px;
  line-height:1.8;
  color:rgba(255,255,255,0.65);
  margin-bottom:16px;
}
.glb-btn{
  display:inline-block;
  margin-top:20px;
  padding:14px 32px;
  border:1px solid var(--gold);
  border-radius:4px;
  font-size:14px;
  font-weight:600;
  color:var(--gold);
  text-decoration:none;
  transition:all 0.3s ease;
  background:transparent;
}
.glb-btn:hover{
  background:var(--gold);
  color:#0a0e1a;
}
.glb-hero-right{
  display:flex;
  align-items:center;
  justify-content:center;
}
.glb-office-card{
  width:100%;
  padding:32px;
  background:rgba(15,23,41,0.7);
  border:1px solid rgba(212,175,55,0.2);
  border-radius:8px;
  display:flex;
  flex-direction:column;
}
.glb-office-eyebrow{
  display:inline-block;
  font-size:11px;
  font-weight:700;
  letter-spacing:0.15em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:16px;
}
.glb-office-title{
  font-size:22px;
  font-weight:800;
  color:#fff;
  margin-bottom:20px;
  line-height:1.3;
  letter-spacing:-0.01em;
}
.glb-office-info{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:24px;
}
.glb-office-row{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:12px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.glb-office-row-last{padding-bottom:0; border-bottom:none;}
.glb-office-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.5);
  padding-top:2px;
}
.glb-office-value{
  font-size:13px;
  line-height:1.6;
  color:#fff;
}
.glb-office-value a{color:#fff; text-decoration:none; transition:color 0.3s ease;}
.glb-office-value a:hover{color:var(--gold);}
.glb-btn-contact{margin-top:auto; text-align:center;}

.glb-layout{
  padding:100px 0;
  background:#0f1320;
}
.glb-section-head{
  text-align:center;
  margin-bottom:60px;
}
.glb-section-eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:16px;
}
.glb-section-title{
  font-size:36px;
  font-weight:800;
  color:#fff;
  margin-bottom:16px;
  letter-spacing:-0.01em;
}
.glb-section-desc{
  font-size:15px;
  color:rgba(255,255,255,0.55);
  max-width:680px;
  margin:0 auto;
}

.glb-region-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.glb-region-card{
  display:flex;
  flex-direction:column;
  padding:32px 28px;
  background:rgba(255,255,255,0.02);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:8px;
  text-decoration:none;
  transition:all 0.3s ease;
  min-height:240px;
}
.glb-region-card:hover{
  background:rgba(255,255,255,0.04);
  border-color:rgba(212,175,55,0.3);
  transform:translateY(-2px);
}
.glb-region-name{
  font-size:22px;
  font-weight:700;
  color:#fff;
  margin-bottom:16px;
  letter-spacing:-0.01em;
}
.glb-region-desc{
  flex:1;
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,0.6);
  margin-bottom:20px;
}
.glb-region-link{
  font-size:13px;
  font-weight:600;
  color:rgba(255,255,255,0.7);
  text-decoration:underline;
  text-underline-offset:4px;
  transition:color 0.3s ease;
}
.glb-region-card:hover .glb-region-link{color:var(--gold);}

/* （Africa）— */
.glb-region-featured{
  background:rgba(212,175,55,0.04);
  border-color:rgba(212,175,55,0.4);
}
.glb-region-featured .glb-region-name{color:var(--gold);}
.glb-region-featured .glb-region-link{color:var(--gold);}
.glb-region-featured:hover{
  background:rgba(212,175,55,0.08);
  border-color:rgba(212,175,55,0.6);
}

@media (max-width:1024px){
  .glb-hero-grid{grid-template-columns:1fr; gap:40px;}
  .glb-hero-title{font-size:32px;}
  .glb-region-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:640px){
  .glb-hero{padding:50px 0 60px;}
  .glb-hero-title{font-size:26px;}
  .glb-layout{padding:60px 0;}
  .glb-section-title{font-size:26px;}
  .glb-region-grid{grid-template-columns:1fr;}
}

/* ============ Global Presence ============ */

.glb-nav{
  position:sticky;
  top:76px;
  z-index:90;
  background:rgba(10,14,26,0.95);
  backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(212,175,55,0.08);
}
.glb-nav-inner{
  display:flex;
  gap:6px;
  padding:14px 0;
  overflow-x:auto;
  scrollbar-width:none;
}
.glb-nav-inner::-webkit-scrollbar{display:none;}
.glb-nav-item{
  display:flex;
  align-items:center;
  gap:6px;
  padding:10px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  color:rgba(255,255,255,0.6);
  text-decoration:none;
  white-space:nowrap;
  transition:all 0.3s ease;
  border:1px solid transparent;
}
.glb-nav-item:hover{color:#fff; background:rgba(255,255,255,0.06);}
.glb-nav-item.active{color:var(--gold); background:rgba(212,175,55,0.1); border-color:rgba(212,175,55,0.25);}
.glb-nav-item i{font-size:12px;}

.glb-services{
  padding:80px 0;
  background:#0a0e1a;
}
.glb-services-head{
  text-align:center;
  margin-bottom:48px;
}
.glb-services-title{
  font-size:30px;
  font-weight:800;
  color:#fff;
  margin-top:12px;
  letter-spacing:-0.01em;
}
.glb-services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.glb-service-card{
  display:flex;
  flex-direction:column;
  padding:28px 24px;
  background:rgba(255,255,255,0.02);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:8px;
  transition:all 0.3s ease;
}
.glb-service-card:hover{
  background:rgba(255,255,255,0.04);
  border-color:rgba(212,175,55,0.3);
}
.glb-service-icon{
  width:48px;
  height:48px;
  border-radius:8px;
  background:rgba(212,175,55,0.1);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}
.glb-service-icon i{font-size:20px; color:var(--gold);}
.glb-service-card h4{
  font-size:16px;
  font-weight:700;
  color:#fff;
  margin-bottom:10px;
}
.glb-service-card p{
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,0.6);
  margin:0;
}

.glb-projects{
  padding:80px 0;
  background:#0f1320;
}
.glb-projects-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.glb-project-card{
  display:flex;
  flex-direction:column;
  padding:28px;
  background:rgba(255,255,255,0.02);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:8px;
  text-decoration:none;
  transition:all 0.3s ease;
}
.glb-project-card:hover{
  background:rgba(255,255,255,0.04);
  border-color:rgba(212,175,55,0.3);
  transform:translateY(-2px);
}
.glb-project-eyebrow{
  display:inline-block;
  font-size:11px;
  font-weight:700;
  letter-spacing:0.15em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:12px;
}
.glb-project-title{
  font-size:18px;
  font-weight:700;
  color:#fff;
  margin-bottom:12px;
  line-height:1.4;
}
.glb-project-desc{
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,0.6);
  margin-bottom:20px;
  flex:1;
}
.glb-project-link{
  font-size:13px;
  font-weight:600;
  color:rgba(255,255,255,0.7);
  text-decoration:underline;
  text-underline-offset:4px;
  transition:color 0.3s ease;
}
.glb-project-card:hover .glb-project-link{color:var(--gold);}

.glb-contact{
  padding:80px 0;
  background:#0a0e1a;
}
.glb-contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:start;
}
.glb-contact-left{max-width:480px;}
.glb-contact-title{
  font-size:32px;
  font-weight:800;
  color:#fff;
  margin:12px 0 20px;
  line-height:1.2;
  letter-spacing:-0.01em;
}
.glb-contact-desc{
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,0.65);
  margin-bottom:28px;
}
.glb-contact-info{
  display:flex;
  flex-direction:column;
  gap:20px;
  padding:32px;
  background:rgba(255,255,255,0.02);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:8px;
}
.glb-contact-item{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:16px;
  padding-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,0.06);
}
.glb-contact-item:last-child{padding-bottom:0; border-bottom:none;}
.glb-contact-label{
  font-size:12px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.5);
  padding-top:2px;
}
.glb-contact-value{
  font-size:14px;
  line-height:1.6;
  color:#fff;
}
.glb-contact-value a{color:#fff; text-decoration:none; transition:color 0.3s ease;}
.glb-contact-value a:hover{color:var(--gold);}

@media (max-width:1024px){
  .glb-services-grid{grid-template-columns:repeat(2,1fr);}
  .glb-projects-grid{grid-template-columns:1fr;}
  .glb-contact-grid{grid-template-columns:1fr; gap:40px;}
}
@media (max-width:640px){
  .glb-nav{top:60px;}
  .glb-services, .glb-projects, .glb-contact{padding:50px 0;}
  .glb-services-title, .glb-contact-title{font-size:24px;}
  .glb-services-grid{grid-template-columns:1fr;}
  .glb-contact-item{grid-template-columns:100px 1fr;}
  .glb-article-layout{grid-template-columns:1fr;}
  .glb-article-meta{flex-direction:column; gap:10px;}
  .glb-related-grid{grid-template-columns:1fr;}
  .glb-featured-image{margin:0 -16px; border-radius:0;}
}

/* ============ Global Article Hero Meta ============ */
.glb-article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin:24px 0 32px;
  padding:14px 0;
  border-top:1px solid rgba(255,255,255,0.1);
  border-bottom:1px solid rgba(255,255,255,0.1);
}
.glb-article-meta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:rgba(255,255,255,0.65);
  letter-spacing:0.3px;
}
.glb-article-meta i{color:var(--gold); font-size:12px;}

/* ============ Global Article Featured Image ============ */
.glb-featured-image{
  max-width:1280px;
  margin:-30px auto 0;
  padding:0 20px;
  position:relative;
  z-index:2;
}
.glb-featured-image img{
  width:100%;
  height:auto;
  max-height:480px;
  object-fit:cover;
  border-radius:16px;
  box-shadow:0 16px 40px rgba(0,0,0,0.2);
  border:1px solid rgba(255,255,255,0.08);
}

/* ============ Global Article Body ============ */
.glb-article-body{
  padding:60px 0 80px;
  background:var(--bg);
}
.glb-article-layout{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:48px;
  align-items:start;
}
.glb-article-main{
  background:#fff;
  border-radius:16px;
  padding:48px 52px;
  box-shadow:0 4px 20px rgba(10,22,40,0.05);
  border:1px solid var(--border-light);
  color:var(--text);
  line-height:1.85;
  font-size:15.5px;
}
.glb-article-main h1,
.glb-article-main h2,
.glb-article-main h3,
.glb-article-main h4{
  color:#0a1628;
  margin:32px 0 16px;
  font-weight:700;
  line-height:1.3;
}
.glb-article-main h2{
  font-size:26px;
  padding-left:14px;
  border-left:4px solid var(--gold);
}
.glb-article-main h3{font-size:21px;}
.glb-article-main h4{font-size:18px;}
.glb-article-main p{margin:0 0 18px; color:#475569;}
.glb-article-main ul,
.glb-article-main ol{
  margin:0 0 20px;
  padding-left:24px;
  color:#475569;
}
.glb-article-main li{margin-bottom:8px;}
.glb-article-main img{
  max-width:100%;
  height:auto;
  border-radius:10px;
  margin:16px 0;
  box-shadow:0 4px 16px rgba(0,0,0,0.08);
}
.glb-article-main table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
  font-size:14px;
}
.glb-article-main th{
  background:#0a1628;
  color:#fff;
  padding:12px;
  text-align:center;
  border:1px solid #e2e8f0;
  font-weight:600;
}
.glb-article-main td{
  padding:10px 12px;
  border:1px solid #e2e8f0;
  text-align:center;
}
.glb-article-main tr:nth-child(even) td{background:#f8fafc;}
.glb-article-main blockquote{
  margin:20px 0;
  padding:16px 22px;
  background:rgba(212,175,55,0.06);
  border-left:4px solid var(--gold);
  border-radius:6px;
  color:#475569;
  font-style:italic;
}
.glb-article-main a{color:#0a1628; text-decoration:underline; text-decoration-color:var(--gold); text-underline-offset:3px;}
.glb-article-main a:hover{color:var(--gold);}

/* ============ Global Article Sidebar ============ */
.glb-article-side{
  display:flex;
  flex-direction:column;
  gap:24px;
  position:sticky;
  top:90px;
}
.glb-side-card{
  background:#fff;
  border:1px solid var(--border-light);
  border-radius:16px;
  padding:28px;
  box-shadow:0 4px 20px rgba(10,22,40,0.05);
  display:flex;
  flex-direction:column;
}
.glb-side-highlight{
  background:linear-gradient(135deg,#0a1628 0%,#0e1f3a 100%);
  border-color:rgba(212,175,55,0.25);
  color:#fff;
}
.glb-side-highlight .glb-side-title{color:#fff;}
.glb-side-highlight .glb-side-list li{color:rgba(255,255,255,0.85); border-bottom-color:rgba(255,255,255,0.08);}
.glb-side-highlight .glb-side-list i{color:var(--gold);}
.glb-side-eyebrow{
  display:block;
  font-size:11px;
  font-weight:700;
  letter-spacing:2px;
  color:var(--gold);
  text-transform:uppercase;
  margin-bottom:10px;
}
.glb-side-title{
  font-size:20px;
  font-weight:700;
  color:#0a1628;
  margin:0 0 20px;
  line-height:1.3;
}
.glb-side-info{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-bottom:22px;
}
.glb-side-row{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:14px;
  color:#475569;
  line-height:1.6;
}
.glb-side-row i{
  color:var(--gold);
  font-size:14px;
  margin-top:3px;
  flex-shrink:0;
}
.glb-side-row a{color:#475569; text-decoration:none;}
.glb-side-row a:hover{color:var(--gold);}
.glb-side-list{
  list-style:none;
  padding:0;
  margin:0 0 0;
  display:flex;
  flex-direction:column;
}
.glb-side-list li{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 0;
  font-size:14px;
  color:#475569;
  border-bottom:1px solid var(--border-light);
}
.glb-side-list li:last-child{border-bottom:none; padding-bottom:0;}
.glb-side-list i{color:var(--gold); font-size:14px;}

/* ============ Global Related Projects ============ */
.glb-related{
  padding:60px 0 80px;
  background:linear-gradient(180deg,var(--bg) 0%,#fff 100%);
}
.glb-related-head{
  margin-bottom:36px;
}
.glb-related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.glb-related-card{
  display:block;
  background:#fff;
  border:1px solid var(--border-light);
  border-radius:14px;
  padding:24px;
  text-decoration:none;
  color:inherit;
  transition:all .3s ease;
  position:relative;
  overflow:hidden;
}
.glb-related-card::before{
  content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg,var(--gold),#e9c456);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .3s ease;
}
.glb-related-card:hover{
  transform:translateY(-4px);
  border-color:var(--gold);
  box-shadow:0 12px 32px rgba(10,22,40,0.08);
}
.glb-related-card:hover::before{transform:scaleX(1);}
.glb-related-eyebrow{
  display:inline-block;
  font-size:11px;
  font-weight:700;
  letter-spacing:1.5px;
  color:var(--gold);
  text-transform:uppercase;
  margin-bottom:10px;
}
.glb-related-card h4{
  font-size:16px;
  font-weight:700;
  color:#0a1628;
  margin:0 0 8px;
  line-height:1.4;
}
.glb-related-card p{
  font-size:13.5px;
  line-height:1.6;
  color:#64748b;
  margin:0 0 14px;
}
.glb-related-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:600;
  color:var(--gold);
  transition:gap .25s ease;
}
.glb-related-card:hover .glb-related-link{gap:10px;}

@media (max-width:1024px){
  .glb-article-layout{grid-template-columns:1fr; gap:36px;}
  .glb-article-side{position:static;}
  .glb-related-grid{grid-template-columns:repeat(2,1fr);}
  .glb-article-main{padding:32px 28px;}
}
@media (max-width:640px){
  .glb-article-main{padding:24px 20px; font-size:15px;}
  .glb-article-main h2{font-size:22px;}
  .glb-article-main h3{font-size:18px;}
  .glb-related-grid{grid-template-columns:1fr;}
  .glb-side-card{padding:22px;}
  .glb-article-body, .glb-related{padding:40px 0 60px;}
}

/* ============================================
 EPC SOLUTIONS SECTION - EPC
 ============================================ */

/* --- EPC Hero --- */
.epc-hero{
  position:relative;
  padding:120px 0 100px;
  background:linear-gradient(135deg,#0a1628 0%,#0e1f3a 50%,#0a1628 100%);
  color:#fff;
  overflow:hidden;
  isolation:isolate;
}
.epc-hero-bg{
  position:absolute;inset:0;z-index:-2;
  background-image:url('../images/B-index11.jpg');
  background-size:cover;background-position:center;
  opacity:.22;
  filter:contrast(1.05) saturate(.9);
}
.epc-hero-overlay{
  position:absolute;inset:0;z-index:-1;
  background:
    radial-gradient(circle at 80% 20%,rgba(212,175,55,0.18) 0%,transparent 45%),
    linear-gradient(180deg,rgba(10,22,40,0.55) 0%,rgba(10,22,40,0.85) 100%);
}
.epc-hero::after{
  content:"";
  position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:
    linear-gradient(rgba(212,175,55,0.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(212,175,55,0.04) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:radial-gradient(ellipse at center,#000 30%,transparent 80%);
}
.epc-hero-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:60px;
  align-items:center;
}
.epc-hero-content{max-width:720px;}
.epc-hero-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:12px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;
  color:var(--gold);
  padding:8px 18px;
  background:rgba(212,175,55,0.1);
  border:1px solid rgba(212,175,55,0.3);
  border-radius:999px;
  margin-bottom:24px;
}
.epc-hero-eyebrow i{color:var(--gold);font-size:13px;}
.epc-hero-title{
  font-size:clamp(36px,5vw,58px);
  font-weight:800;
  line-height:1.08;
  letter-spacing:-0.02em;
  color:#fff;
  margin:0 0 22px;
}
.epc-hero-accent{
  background:linear-gradient(120deg,var(--gold) 0%,#f5d97a 50%,var(--gold) 100%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;
}
.epc-hero-subtitle{
  font-size:16.5px;line-height:1.7;
  color:rgba(255,255,255,0.78);
  margin:0 0 36px;
  max-width:620px;
}
.epc-hero-actions{
  display:flex;flex-wrap:wrap;gap:14px;
  margin-bottom:36px;
}
.epc-btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 28px;
  font-size:14px;font-weight:700;
  letter-spacing:.04em;
  border-radius:10px;
  text-decoration:none;
  transition:all .35s cubic-bezier(.25,.8,.25,1);
  cursor:pointer;
  white-space:nowrap;
}
.epc-btn-gold{
  background:linear-gradient(135deg,var(--gold) 0%,#e5c158 100%);
  color:#0a1628;
  box-shadow:0 10px 28px rgba(212,175,55,0.32),inset 0 1px 0 rgba(255,255,255,0.3);
}
.epc-btn-gold:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(212,175,55,0.45),inset 0 1px 0 rgba(255,255,255,0.4);
  color:#0a1628;
}
.epc-btn-outline{
  background:transparent;
  color:#fff;
  border:1.5px solid rgba(255,255,255,0.3);
}
.epc-btn-outline:hover{
  background:rgba(255,255,255,0.08);
  border-color:var(--gold);
  color:var(--gold);
  transform:translateY(-2px);
}
.epc-btn-lg{padding:18px 36px;font-size:15px;}

.epc-hero-trust{
  display:flex;flex-wrap:wrap;gap:24px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,0.12);
}
.epc-trust-item{
  display:flex;align-items:center;gap:8px;
  font-size:13px;font-weight:600;
  color:rgba(255,255,255,0.75);
}
.epc-trust-item i{color:var(--gold);font-size:14px;}

.epc-hero-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  position:relative;
}
.epc-stat-block{
  position:relative;
  padding:28px 24px;
  background:linear-gradient(135deg,rgba(255,255,255,0.06) 0%,rgba(212,175,55,0.04) 100%);
  border:1px solid rgba(212,175,55,0.18);
  border-radius:14px;
  backdrop-filter:blur(10px);
  transition:all .4s ease;
  overflow:hidden;
}
.epc-stat-block::before{
  content:"";
  position:absolute;top:0;left:0;width:60px;height:2px;
  background:linear-gradient(90deg,var(--gold),transparent);
}
.epc-stat-block::after{
  content:"";
  position:absolute;top:-30px;right:-30px;width:100px;height:100px;
  background:radial-gradient(circle,rgba(212,175,55,0.15) 0%,transparent 70%);
  border-radius:50%;
}
.epc-stat-block:hover{
  transform:translateY(-4px);
  border-color:rgba(212,175,55,0.4);
  background:linear-gradient(135deg,rgba(255,255,255,0.08) 0%,rgba(212,175,55,0.08) 100%);
}
.epc-stat-num{
  display:block;
  font-size:36px;font-weight:800;
  color:var(--gold);
  letter-spacing:-0.02em;
  line-height:1;
  margin-bottom:8px;
}
.epc-stat-label{
  display:block;
  font-size:12.5px;font-weight:600;
  color:rgba(255,255,255,0.75);
  line-height:1.5;
  letter-spacing:.02em;
}

/* --- EPC Capabilities --- */
.epc-cap-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.epc-cap-card{
  position:relative;
  padding:36px 30px 32px;
  background:#fff;
  border:1px solid #e5e8ef;
  border-radius:14px;
  transition:all .45s cubic-bezier(.25,.8,.25,1);
  overflow:hidden;
}
.epc-cap-card::before{
  content:"";
  position:absolute;left:0;top:0;width:0;height:4px;
  background:linear-gradient(90deg,var(--gold),#e5c158);
  transition:width .5s ease;
}
.epc-cap-card:hover{
  transform:translateY(-8px);
  border-color:rgba(212,175,55,0.3);
  box-shadow:0 24px 56px rgba(10,22,40,0.12),0 8px 20px rgba(10,22,40,0.06);
}
.epc-cap-card:hover::before{width:100%;}
.epc-cap-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:64px;height:64px;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(212,175,55,0.12) 0%,rgba(212,175,55,0.04) 100%);
  border:1px solid rgba(212,175,55,0.2);
  margin-bottom:20px;
  transition:all .4s ease;
}
.epc-cap-icon i{
  font-size:26px;
  color:var(--gold);
  transition:transform .4s ease;
}
.epc-cap-card:hover .epc-icon-box,
.epc-cap-card:hover .epc-cap-icon{
  background:linear-gradient(135deg,var(--gold) 0%,#e5c158 100%);
  border-color:var(--gold);
  transform:scale(1.05);
}
.epc-cap-card:hover .epc-cap-icon i{
  color:#0a1628;
  transform:scale(1.1);
}
.epc-cap-card h3{
  font-size:19px;font-weight:700;
  color:var(--navy);
  margin:0 0 12px;
  letter-spacing:-0.005em;
  line-height:1.3;
}
.epc-cap-card p{
  font-size:14px;line-height:1.7;
  color:#5a6679;
  margin:0 0 18px;
}
.epc-cap-list{
  list-style:none;padding:0;margin:0;
  border-top:1px solid #eef1f5;
  padding-top:16px;
}
.epc-cap-list li{
  display:flex;align-items:center;gap:8px;
  font-size:13px;font-weight:500;
  color:#3a4659;
  padding:5px 0;
}
.epc-cap-list i{color:var(--gold);font-size:11px;flex-shrink:0;}

/* --- EPC Capabilities Flow (Compact) --- */
.epc-cap-flow{
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:0;
  margin-bottom:32px;
}
.epc-cap-item{
  flex:1;
  max-width:220px;
  text-align:center;
  padding:24px 16px;
  background:#fff;
  border:1px solid #e5e8ef;
  border-radius:12px;
  position:relative;
  transition:all .3s ease;
}
.epc-cap-item:hover{
  border-color:var(--gold);
  transform:translateY(-4px);
  box-shadow:0 12px 28px rgba(10,22,40,0.08);
}
.epc-cap-num{
  position:absolute;
  top:12px;left:12px;
  font-size:10px;
  font-weight:700;
  color:var(--gold);
  background:rgba(212,175,55,0.1);
  padding:3px 8px;
  border-radius:4px;
}
.epc-cap-item .epc-cap-icon{
  width:52px;height:52px;
  border-radius:12px;
  margin:0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(212,175,55,0.12),rgba(212,175,55,0.04));
  border:1px solid rgba(212,175,55,0.2);
  transition:all .3s ease;
}
.epc-cap-item .epc-cap-icon i{
  font-size:22px;
  color:var(--gold);
}
.epc-cap-item:hover .epc-cap-icon{
  background:linear-gradient(135deg,var(--gold),#e5c158);
  border-color:var(--gold);
}
.epc-cap-item:hover .epc-cap-icon i{
  color:#0a1628;
}
.epc-cap-item h3{
  font-size:15px;
  font-weight:700;
  color:var(--navy);
  margin:0 0 8px;
}
.epc-cap-item p{
  font-size:12.5px;
  line-height:1.5;
  color:#5a6679;
  margin:0;
}
.epc-cap-arrow{
  display:flex;
  align-items:center;
  padding:0 8px;
  color:#c5cdd8;
  font-size:16px;
}
.epc-cap-stats{
  display:flex;
  justify-content:center;
  gap:40px;
  padding:20px 0;
  border-top:1px solid #eef1f5;
}
.epc-cap-stat{
  text-align:center;
}
.epc-cap-stat strong{
  display:block;
  font-size:24px;
  font-weight:800;
  color:var(--navy);
  line-height:1;
  margin-bottom:6px;
}
.epc-cap-stat span{
  font-size:12px;
  color:#5a6679;
  font-weight:500;
}

/* --- EPC Project Cases (reuse epc-grid) --- */
.epc-cases .epc-grid{margin-top:0;}

/* --- EPC Workflow (6-step) --- */
.epc-flow{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:20px;
  position:relative;
  margin-top:24px;
}
.epc-flow::before{
  content:"";
  position:absolute;
  top:48px;left:8%;right:8%;
  height:2px;
  background:repeating-linear-gradient(90deg,rgba(212,175,55,0.3) 0,rgba(212,175,55,0.3) 6px,transparent 6px,transparent 12px);
  z-index:0;
}
.epc-flow-step{
  position:relative;
  text-align:center;
  padding:20px 14px 24px;
  background:#fff;
  border:1px solid #e5e8ef;
  border-radius:14px;
  transition:all .4s ease;
  z-index:1;
}
.epc-flow-step:hover{
  transform:translateY(-6px);
  border-color:rgba(212,175,55,0.4);
  box-shadow:0 20px 44px rgba(10,22,40,0.1);
}
.epc-flow-num{
  position:absolute;top:-14px;left:50%;
  transform:translateX(-50%);
  background:linear-gradient(135deg,var(--gold) 0%,#e5c158 100%);
  color:#0a1628;
  width:48px;height:48px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:15px;font-weight:800;letter-spacing:.04em;
  box-shadow:0 8px 18px rgba(212,175,55,0.4);
  border:3px solid #fff;
}
.epc-flow-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:54px;height:54px;
  border-radius:12px;
  background:rgba(212,175,55,0.08);
  color:var(--gold);
  margin:24px 0 16px;
  font-size:22px;
  transition:all .4s ease;
}
.epc-flow-step:hover .epc-flow-icon{
  background:linear-gradient(135deg,var(--gold) 0%,#e5c158 100%);
  color:#0a1628;
  transform:scale(1.08);
}
.epc-flow-step h4{
  font-size:15px;font-weight:700;
  color:var(--navy);
  margin:0 0 8px;
  line-height:1.3;
}
.epc-flow-step p{
  font-size:12.5px;line-height:1.55;
  color:#6b7686;
  margin:0;
}

/* --- EPC Why Choose --- */
.epc-why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.epc-why-item{
  padding:32px 28px;
  background:#fff;
  border:1px solid #e5e8ef;
  border-radius:14px;
  transition:all .4s ease;
  position:relative;
  overflow:hidden;
}
.epc-why-item::after{
  content:"";
  position:absolute;right:-40px;bottom:-40px;
  width:120px;height:120px;
  background:radial-gradient(circle,rgba(212,175,55,0.08) 0%,transparent 70%);
  border-radius:50%;
  transition:transform .5s ease;
}
.epc-why-item:hover{
  transform:translateY(-4px);
  border-color:rgba(212,175,55,0.3);
  box-shadow:0 18px 40px rgba(10,22,40,0.1);
}
.epc-why-item:hover::after{transform:scale(1.5);}
.epc-why-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:56px;height:56px;
  border-radius:12px;
  background:linear-gradient(135deg,var(--navy) 0%,#0e1f3a 100%);
  color:var(--gold);
  margin-bottom:18px;
  font-size:22px;
  transition:all .4s ease;
  position:relative;z-index:1;
}
.epc-why-item:hover .epc-why-icon{
  background:linear-gradient(135deg,var(--gold) 0%,#e5c158 100%);
  color:#0a1628;
  transform:rotate(-6deg);
}
.epc-why-item h4{
  font-size:17px;font-weight:700;
  color:var(--navy);
  margin:0 0 10px;
  line-height:1.3;
  position:relative;z-index:1;
}
.epc-why-item p{
  font-size:13.5px;line-height:1.7;
  color:#5a6679;
  margin:0;
  position:relative;z-index:1;
}

/* --- EPC CTA --- */
.epc-cta{
  position:relative;
  padding:90px 0;
  background:
    linear-gradient(135deg,rgba(10,22,40,0.92) 0%,rgba(14,31,58,0.88) 100%),
    url('../images/B-index1.jpg');
  background-size:cover;background-position:center;
  color:#fff;
  overflow:hidden;
  isolation:isolate;
}
.epc-cta::before{
  content:"";
  position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:radial-gradient(circle at 90% 50%,rgba(212,175,55,0.18) 0%,transparent 50%);
}
.epc-cta::after{
  content:"";
  position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,0.03) 1px,transparent 1px);
  background-size:40px 40px;
  mask-image:radial-gradient(ellipse at center,#000 30%,transparent 80%);
}
.epc-cta-inner{
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:60px;
  align-items:center;
}
.epc-cta-eyebrow{
  display:inline-block;
  font-size:12px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;
  color:var(--gold);
  padding:6px 16px;
  background:rgba(212,175,55,0.12);
  border:1px solid rgba(212,175,55,0.3);
  border-radius:999px;
  margin-bottom:18px;
}
.epc-cta-title{
  font-size:clamp(28px,3.5vw,40px);
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.01em;
  color:#fff;
  margin:0 0 18px;
}
.epc-cta-title span{
  display:block;
  background:linear-gradient(120deg,var(--gold),#f5d97a,var(--gold));
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;
  margin-top:6px;
}
.epc-cta-desc{
  font-size:15.5px;line-height:1.7;
  color:rgba(255,255,255,0.78);
  margin:0 0 28px;
  max-width:560px;
}
.epc-cta-contacts{
  display:flex;flex-wrap:wrap;gap:32px;
}
.epc-cta-contact{
  display:flex;align-items:center;gap:14px;
}
.epc-cta-contact > i{
  width:44px;height:44px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(212,175,55,0.12);
  border:1px solid rgba(212,175,55,0.3);
  border-radius:12px;
  color:var(--gold);
  font-size:16px;
  flex-shrink:0;
}
.epc-cta-ct-label{
  display:block;
  font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(255,255,255,0.55);
  margin-bottom:4px;
}
.epc-cta-ct-value{
  display:block;
  font-size:15px;font-weight:700;
  color:#fff;
  text-decoration:none;
  transition:color .3s ease;
}
.epc-cta-ct-value:hover{color:var(--gold);}
.epc-cta-right{
  display:flex;flex-direction:column;gap:14px;
  align-items:flex-end;
}
.epc-cta-right .epc-btn{width:100%;justify-content:center;}

/* --- EPC Section: epc-cases section header style override for premium look --- */
.epc-cases .section-head h2 span,
.epc-capabilities .section-head h2 span,
.epc-workflow .section-head h2 span,
.epc-why .section-head h2 span,
.epc-cat-nav .section-head h2 span{
  color:var(--gold);
}

.epc-workflow{
  padding:60px 0;
}

/* --- EPC Cases Pagination / View More --- */
.epc-cases-pagination{
  margin-top:36px;
  text-align:center;
}
.epc-cases-more .epc-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 32px;
  border-radius:10px;
  font-weight:600;
  font-size:14px;
  transition:all .3s ease;
}
.epc-cases-more .epc-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(212,175,55,0.3);
}

/* --- EPC Category Navigation Grid --- */
.epc-cat-nav-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:8px;
}
.epc-cat-nav-card{
  display:flex;
  align-items:stretch;
  gap:16px;
  padding:24px 20px;
  background:#fff;
  border:1px solid #e5e8ef;
  border-radius:14px;
  transition:all .35s ease;
  text-decoration:none;
  color:inherit;
  position:relative;
  overflow:hidden;
}
.epc-cat-nav-card::before{
  content:"";
  position:absolute;
  top:0;left:0;
  width:4px;height:100%;
  background:linear-gradient(180deg,var(--gold) 0%,#e5c158 100%);
  transform:scaleY(0);
  transform-origin:top;
  transition:transform .35s ease;
}
.epc-cat-nav-card:hover{
  border-color:rgba(212,175,55,0.4);
  box-shadow:0 16px 36px rgba(10,22,40,0.1);
  transform:translateY(-4px);
}
.epc-cat-nav-card:hover::before{
  transform:scaleY(1);
}
.epc-cat-nav-icon{
  flex-shrink:0;
  width:52px;height:52px;
  display:flex;align-items:center;justify-content:center;
  border-radius:12px;
  background:linear-gradient(135deg,rgba(212,175,55,0.1) 0%,rgba(212,175,55,0.05) 100%);
  color:var(--gold);
  font-size:22px;
  transition:all .35s ease;
}
.epc-cat-nav-card:hover .epc-cat-nav-icon{
  background:linear-gradient(135deg,var(--gold) 0%,#e5c158 100%);
  color:#0a1628;
  transform:scale(1.05);
}
.epc-cat-nav-body{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.epc-cat-nav-body h4{
  font-size:15px;
  font-weight:700;
  color:var(--navy);
  margin:0;
  line-height:1.3;
}
.epc-cat-nav-body p{
  font-size:12.5px;
  line-height:1.5;
  color:#6b7686;
  margin:0;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.epc-cat-nav-count{
  display:inline-block;
  margin-top:4px;
  font-size:12px;
  font-weight:600;
  color:var(--gold);
  background:rgba(212,175,55,0.1);
  padding:3px 10px;
  border-radius:20px;
  width:fit-content;
}
.epc-cat-nav-arrow{
  flex-shrink:0;
  align-self:center;
  color:#b0b8c4;
  font-size:12px;
  transition:all .3s ease;
}
.epc-cat-nav-card:hover .epc-cat-nav-arrow{
  color:var(--gold);
  transform:translateX(4px);
}

/* --- Responsive --- */
@media (max-width:1100px){
  .epc-hero-grid{grid-template-columns:1fr;gap:48px;}
  .epc-cap-grid{grid-template-columns:repeat(2,1fr);}
  .epc-cap-flow{flex-wrap:wrap;gap:12px;}
  .epc-cap-item{max-width:calc(50% - 6px);}
  .epc-cap-arrow{display:none;}
  .epc-cap-stats{gap:24px;}
  .epc-flow{grid-template-columns:repeat(3,1fr);}
  .epc-flow::before{display:none;}
  .epc-why-grid{grid-template-columns:repeat(2,1fr);}
  .epc-cta-inner{grid-template-columns:1fr;gap:40px;}
  .epc-cta-right{align-items:flex-start;}
  .epc-cat-nav-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:640px){
  .epc-hero{padding:80px 0 70px;}
  .epc-hero-stats{grid-template-columns:1fr 1fr;}
  .epc-stat-block{padding:22px 18px;}
  .epc-stat-num{font-size:30px;}
  .epc-cap-grid{grid-template-columns:1fr;}
  .epc-cap-flow{flex-direction:column;}
  .epc-cap-item{max-width:100%;}
  .epc-cap-stats{flex-wrap:wrap;gap:16px;}
  .epc-cap-stat{flex:1 1 45%;}
  .epc-cap-stat strong{font-size:20px;}
  .epc-flow{grid-template-columns:repeat(2,1fr);}
  .epc-why-grid{grid-template-columns:1fr;}
  .epc-cta-contacts{flex-direction:column;gap:18px;}
  .epc-cta-right .epc-btn{padding:14px 24px;font-size:14px;}
  .epc-hero-actions{flex-direction:column;align-items:stretch;}
  .epc-btn{justify-content:center;}
  .epc-cat-nav-grid{grid-template-columns:1fr;}
  .epc-cat-nav-card{padding:20px 16px;}
  .epc-cat-nav-icon{width:44px;height:44px;font-size:18px;}
}

/* ============================================
 EPC CATEGORY PAGE - （）
 ============================================ */

/* --- Category Hero ( epc-hero ) --- */
.epc-cat-hero{
  position:relative;
  padding:90px 0 70px;
  background:linear-gradient(135deg,#0a1628 0%,#0e1f3a 50%,#0a1628 100%);
  color:#fff;
  overflow:hidden;
  isolation:isolate;
  text-align:center;
}
.epc-cat-hero .epc-hero-bg{
  position:absolute;inset:0;z-index:-2;
  background-image:url('../images/B-index11.jpg');
  background-size:cover;background-position:center;
  opacity:.18;
  filter:contrast(1.05) saturate(.9);
}
.epc-cat-hero .epc-hero-overlay{
  position:absolute;inset:0;z-index:-1;
  background:
    radial-gradient(circle at 50% 30%,rgba(212,175,55,0.18) 0%,transparent 50%),
    linear-gradient(180deg,rgba(10,22,40,0.6) 0%,rgba(10,22,40,0.85) 100%);
}
.epc-cat-hero-content{max-width:880px;margin:0 auto;padding:0 24px;}
.epc-cat-hero .epc-hero-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:12px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;
  color:var(--gold);
  padding:8px 18px;
  background:rgba(212,175,55,0.1);
  border:1px solid rgba(212,175,55,0.3);
  border-radius:999px;
  margin-bottom:22px;
}
.epc-cat-hero .epc-hero-eyebrow i{color:var(--gold);font-size:13px;}
.epc-cat-hero .epc-hero-title{
  font-size:clamp(32px,4.5vw,52px);
  font-weight:800;line-height:1.1;
  letter-spacing:-0.02em;color:#fff;
  margin:0 0 22px;
}
.epc-cat-hero .epc-hero-accent{
  display:inline-block;
  background:linear-gradient(120deg,var(--gold) 0%,#f5d97a 50%,var(--gold) 100%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;
}
.epc-cat-hero .epc-hero-subtitle{
  font-size:16px;line-height:1.7;
  color:rgba(255,255,255,0.78);
  margin:0 auto 36px;max-width:680px;
}
.epc-cat-stats{
  display:flex;justify-content:center;gap:48px;flex-wrap:wrap;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,0.12);
  max-width:640px;margin:0 auto;
}
.epc-cat-stat{
  display:flex;flex-direction:column;align-items:center;gap:6px;
}
.epc-cat-stat-num{
  font-size:36px;font-weight:800;
  color:var(--gold);
  letter-spacing:-0.02em;line-height:1;
  background:linear-gradient(120deg,var(--gold),#f5d97a,var(--gold));
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;
}
.epc-cat-stat-label{
  font-size:12.5px;font-weight:600;
  color:rgba(255,255,255,0.7);
  letter-spacing:.04em;
}

/* --- Compact Category Pills ( sub-nav-list) --- */
.epc-cat-pills{
  padding:32px 0 24px;
  background:#fff;
  border-bottom:1px solid #eef1f5;
}
.epc-cat-pills-head{
  text-align:center;margin-bottom:18px;
  display:flex;flex-direction:column;align-items:center;gap:6px;
}
.epc-cat-pills-eyebrow{
  font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;
  color:var(--gold);
  padding:4px 12px;
  background:rgba(212,175,55,0.08);
  border:1px solid rgba(212,175,55,0.2);
  border-radius:999px;
}
.epc-cat-pills-title{
  font-size:18px;font-weight:700;color:var(--navy);margin:0;
  letter-spacing:-0.01em;
}
.epc-cat-pills-title span{color:var(--gold);}
.epc-cat-pills-list{
  display:flex;flex-wrap:wrap;gap:10px;justify-content:center;
  max-width:920px;margin:0 auto;
}
.epc-cat-pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:9px 18px;
  font-size:13.5px;font-weight:600;
  color:#3a4659;
  background:#f5f7fa;
  border:1px solid #e5e8ef;
  border-radius:999px;
  text-decoration:none;
  transition:all .25s ease;
  white-space:nowrap;
}
.epc-cat-pill:hover{
  background:rgba(212,175,55,0.08);
  border-color:rgba(212,175,55,0.3);
  color:var(--navy);
  transform:translateY(-1px);
}
.epc-cat-pill.active{
  background:linear-gradient(135deg,var(--gold) 0%,#e5c158 100%);
  border-color:var(--gold);
  color:#0a1628;
  box-shadow:0 6px 16px rgba(212,175,55,0.25);
}
.epc-cat-pill i{font-size:12px;opacity:.7;}
.epc-cat-pill.active i{color:#0a1628;opacity:1;}
.epc-cat-pill-count{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:22px;height:22px;padding:0 7px;
  font-size:11px;font-weight:700;
  background:rgba(0,0,0,0.06);
  color:#5a6679;
  border-radius:999px;
}
.epc-cat-pill.active .epc-cat-pill-count{
  background:rgba(10,22,40,0.18);
  color:#0a1628;
}

/* --- Image+Text Case Cards ( news-grid ) --- */
.epc-cat-cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
  margin-top:0;
}
.epc-case-card{
  display:grid;
  grid-template-columns:280px 1fr;
  background:#fff;
  border:1px solid #e5e8ef;
  border-radius:16px;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  transition:all .4s cubic-bezier(.25,.8,.25,1);
  position:relative;
  box-shadow:0 4px 14px rgba(10,22,40,0.04);
}
.epc-case-card:hover{
  transform:translateY(-6px);
  border-color:rgba(212,175,55,0.35);
  box-shadow:0 24px 50px rgba(10,22,40,0.14),0 8px 20px rgba(10,22,40,0.06);
}
.epc-case-card-media{
  position:relative;
  aspect-ratio:16/9;
  background:linear-gradient(135deg,#0a1628 0%,#0e1f3a 100%);
  overflow:hidden;
}
.epc-case-card-media::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(10,22,40,0) 0%,rgba(10,22,40,0.45) 100%);
  z-index:1;
}
.epc-case-card-media img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .8s cubic-bezier(.25,.8,.25,1);
}
.epc-case-card:hover .epc-case-card-media img{transform:scale(1.08);}
.epc-case-card-tag{
  position:absolute;top:16px;left:16px;z-index:2;
  display:inline-flex;align-items:center;gap:6px;
  font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold);
  padding:6px 12px;
  background:rgba(10,22,40,0.6);
  border:1px solid rgba(212,175,55,0.4);
  border-radius:999px;
  backdrop-filter:blur(6px);
}
.epc-case-card-tag i{font-size:11px;}
.epc-case-card-body{
  padding:24px 24px 22px;
  display:flex;flex-direction:column;
  min-width:0;
}
.epc-case-card-meta{
  display:flex;flex-wrap:wrap;gap:14px;
  font-size:12px;font-weight:600;
  color:#6b7686;
  margin-bottom:12px;
  padding-bottom:12px;
  border-bottom:1px solid #eef1f5;
}
.epc-case-card-meta span{
  display:inline-flex;align-items:center;gap:5px;
}
.epc-case-card-meta i{color:var(--gold);font-size:11px;}
.epc-case-card h3{
  font-size:18px;font-weight:700;
  color:var(--navy);
  line-height:1.3;
  margin:0 0 10px;
  letter-spacing:-0.005em;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.epc-case-card p{
  font-size:13.5px;line-height:1.65;
  color:#5a6679;
  margin:0 0 16px;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;
  overflow:hidden;
}
.epc-case-card-foot{
  margin-top:auto;
  display:flex;align-items:center;justify-content:space-between;
  padding-top:14px;
  border-top:1px solid #eef1f5;
}
.epc-case-card-date{
  font-size:12px;font-weight:500;
  color:#8A95A8;
  display:inline-flex;align-items:center;gap:6px;
}
.epc-case-card-date i{font-size:11px;color:var(--gold);}
.epc-case-card-more{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13px;font-weight:700;
  color:var(--gold);
  transition:gap .25s ease;
}
.epc-case-card:hover .epc-case-card-more{gap:10px;}
.epc-case-card-more i{font-size:11px;transition:transform .25s ease;}
.epc-case-card:hover .epc-case-card-more i{transform:translateX(3px);}

/* pattern fallback for cards without images */
.epc-case-card-media.pattern{
  background-color:#0a1628;
  position:relative;
}
.epc-case-card-media.pattern::before{
  content:"";
  position:absolute;inset:0;z-index:0;
  background:radial-gradient(circle at 25% 25%,rgba(212,175,55,0.28) 0%,transparent 45%),radial-gradient(circle at 80% 75%,rgba(41,98,158,0.4) 0%,transparent 50%),radial-gradient(circle at 50% 110%,rgba(212,175,55,0.2) 0%,transparent 55%);
}
.epc-case-card-media.pattern::after{
  content:"";
  position:absolute;inset:0;z-index:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,0.04) 1px,transparent 1px);
  background-size:30px 30px;
  opacity:.7;
}
.epc-case-card-icon{
  position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%);
  width:90px;height:90px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(212,175,55,0.12);
  border:1px solid rgba(212,175,55,0.3);
  border-radius:18px;
  z-index:1;
}
.epc-case-card-icon i{font-size:42px;color:var(--gold);}

/* --- Category page: section-head gold accent --- */
.epc-cat-list .section-head h2 span{color:var(--gold);}

/* --- Responsive --- */
@media (max-width:1100px){
  .epc-cat-cards{grid-template-columns:1fr;gap:20px;}
}
@media (max-width:720px){
  .epc-cat-hero{padding:70px 0 56px;}
  .epc-cat-stats{gap:24px;padding-top:22px;}
  .epc-cat-stat-num{font-size:28px;}
  .epc-case-card{grid-template-columns:1fr;}
  .epc-cat-pills-list{gap:8px;}
  .epc-cat-pill{padding:7px 14px;font-size:12.5px;}
}

/* ============================================
 EPC ARTICLE DETAIL PAGE -
 ============================================ */

/* --- Article Hero --- */
.epc-art-hero{
  position:relative;
  padding:90px 0 60px;
  background:linear-gradient(135deg,#0a1628 0%,#0e1f3a 50%,#0a1628 100%);
  color:#fff;
  overflow:hidden;
  isolation:isolate;
}
.epc-art-hero .epc-hero-bg{
  position:absolute;inset:0;z-index:-2;
  background-image:url('../images/B-index11.jpg');
  background-size:cover;background-position:center;
  opacity:.18;
  filter:contrast(1.05) saturate(.9);
}
.epc-art-hero .epc-hero-overlay{
  position:absolute;inset:0;z-index:-1;
  background:
    radial-gradient(circle at 30% 40%,rgba(212,175,55,0.15) 0%,transparent 55%),
    linear-gradient(180deg,rgba(10,22,40,0.55) 0%,rgba(10,22,40,0.9) 100%);
}
.epc-art-hero-inner{padding:0 24px;}
.epc-art-breadcrumb{
  display:flex;align-items:center;gap:10px;flex-wrap:wrap;
  font-size:13px;color:rgba(255,255,255,0.6);
  margin-bottom:24px;
}
.epc-art-breadcrumb a{color:rgba(255,255,255,0.7);transition:color .3s ease;}
.epc-art-breadcrumb a:hover{color:var(--gold);}
.epc-art-breadcrumb i{font-size:10px;color:rgba(255,255,255,0.4);}
.epc-art-breadcrumb span{color:var(--gold);}
.epc-art-hero-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:48px;
  align-items:end;
}
.epc-art-hero-tag{
  display:inline-flex;align-items:center;gap:10px;
  font-size:12px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;
  color:var(--gold);
  padding:8px 18px;
  background:rgba(212,175,55,0.1);
  border:1px solid rgba(212,175,55,0.3);
  border-radius:999px;
  margin-bottom:22px;
}
.epc-art-hero-tag i{color:var(--gold);font-size:13px;}
.epc-art-hero-title{
  font-size:clamp(30px,4vw,48px);
  font-weight:800;line-height:1.1;
  letter-spacing:-0.02em;color:#fff;
  margin:0 0 20px;
}
.epc-art-hero-subtitle{
  font-size:17px;line-height:1.7;
  color:rgba(255,255,255,0.75);
  margin:0 0 28px;
  max-width:680px;
}
.epc-art-hero-meta{
  display:flex;gap:28px;flex-wrap:wrap;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,0.1);
}
.epc-art-meta-item{
  display:flex;align-items:center;gap:10px;
  font-size:14px;color:rgba(255,255,255,0.7);
}
.epc-art-meta-item i{color:var(--gold);font-size:14px;}
.epc-art-hero-stats{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.epc-art-stat{
  padding:20px 24px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:14px;
  backdrop-filter:blur(6px);
}
.epc-art-stat-num{
  display:block;
  font-size:32px;font-weight:800;
  color:var(--gold);
  line-height:1;
  margin-bottom:6px;
  letter-spacing:-0.02em;
}
.epc-art-stat-label{
  font-size:13px;
  color:rgba(255,255,255,0.65);
  line-height:1.3;
}

/* --- Article Body Layout --- */
.epc-art-layout{
  display:grid;
  grid-template-columns:1fr 340px;
  gap:48px;
}
.epc-art-main{min-width:0;}

/* --- Featured Image --- */
.epc-art-featured{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  margin-bottom:36px;
  box-shadow:0 20px 50px rgba(10,22,40,0.15);
}
.epc-art-featured img{
  width:100%;height:auto;
  display:block;
}
.epc-art-featured-badge{
  position:absolute;
  top:22px;left:22px;
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 18px;
  background:var(--gold);
  color:#0a1628;
  font-size:12.5px;font-weight:700;
  letter-spacing:.04em;
  border-radius:999px;
  box-shadow:0 8px 24px rgba(212,175,55,0.4);
}
.epc-art-featured-badge i{font-size:13px;}

/* --- Article Content --- */
.epc-art-content{
  font-size:16px;line-height:1.75;
  color:#3a4252;
}
.epc-art-content h2{
  font-size:28px;font-weight:700;
  color:#0a1628;
  margin:42px 0 20px;
  letter-spacing:-0.01em;
  position:relative;
  padding-left:16px;
}
.epc-art-content h2::before{
  content:"";
  position:absolute;left:0;top:6px;bottom:6px;
  width:4px;
  background:linear-gradient(180deg,var(--gold),#b8941f);
  border-radius:3px;
}
.epc-art-content h3{
  font-size:22px;font-weight:600;
  color:#0a1628;
  margin:32px 0 16px;
}
.epc-art-content h4{
  font-size:18px;font-weight:600;
  color:#1a2740;
  margin:24px 0 12px;
}
.epc-art-content p{margin:0 0 18px;}
.epc-art-content ul, .epc-art-content ol{margin:0 0 20px;padding-left:24px;}
.epc-art-content li{margin-bottom:10px;}
.epc-art-content img{
  max-width:100%;height:auto;
  border-radius:12px;
  margin:24px 0;
  box-shadow:0 8px 24px rgba(10,22,40,0.1);
}
.epc-art-content blockquote{
  margin:28px 0;
  padding:24px 28px;
  background:linear-gradient(135deg,rgba(212,175,55,0.08) 0%,rgba(10,22,40,0.04) 100%);
  border-left:4px solid var(--gold);
  border-radius:0 12px 12px 0;
  font-style:italic;
  color:#1a2740;
}
.epc-art-content strong{color:#0a1628;font-weight:600;}
.epc-art-content a{color:var(--gold);text-decoration:none;font-weight:500;transition:all .3s ease;}
.epc-art-content a:hover{text-decoration:underline;}

/* --- Project Highlights --- */
.epc-art-highlights{
  margin:48px 0;
}
.epc-art-highlights h3{
  font-size:26px;font-weight:700;
  color:#0a1628;
  margin:0 0 28px;
  letter-spacing:-0.01em;
  text-align:center;
}
.epc-art-highlight-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.epc-art-highlight-item{
  padding:26px 24px;
  background:#fff;
  border:1px solid #e8ecf3;
  border-radius:14px;
  transition:all .4s ease;
}
.epc-art-highlight-item:hover{
  border-color:var(--gold);
  transform:translateY(-4px);
  box-shadow:0 16px 40px rgba(10,22,40,0.1);
}
.epc-art-highlight-icon{
  width:48px;height:48px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,rgba(212,175,55,0.15),rgba(212,175,55,0.05));
  border:1px solid rgba(212,175,55,0.3);
  border-radius:12px;
  margin-bottom:16px;
}
.epc-art-highlight-icon i{font-size:20px;color:var(--gold);}
.epc-art-highlight-item h4{
  font-size:17px;font-weight:600;
  color:#0a1628;
  margin:0 0 10px;
}
.epc-art-highlight-item p{
  font-size:14px;line-height:1.6;
  color:#5a6476;
  margin:0;
}

/* --- CTA Box --- */
.epc-art-cta-box{
  display:flex;
  gap:28px;align-items:center;
  padding:32px 36px;
  background:linear-gradient(135deg,#0a1628 0%,#0e1f3a 100%);
  border-radius:18px;
  margin:48px 0 0;
  position:relative;
  overflow:hidden;
}
.epc-art-cta-box::before{
  content:"";
  position:absolute;
  top:-50%;right:-20%;
  width:400px;height:400px;
  background:radial-gradient(circle,rgba(212,175,55,0.12) 0%,transparent 70%);
  pointer-events:none;
}
.epc-art-cta-left{flex:1;position:relative;}
.epc-art-cta-left h3{
  font-size:22px;font-weight:700;
  color:#fff;
  margin:0 0 8px;
  letter-spacing:-0.01em;
}
.epc-art-cta-left p{
  font-size:14.5px;line-height:1.6;
  color:rgba(255,255,255,0.7);
  margin:0;
}
.epc-art-cta-right{position:relative;flex-shrink:0;}

/* --- Sidebar --- */
.epc-art-sidebar{
  display:flex;
  flex-direction:column;
  gap:24px;
}
.epc-art-info-card{
  background:#fff;
  border:1px solid #e8ecf3;
  border-radius:16px;
  padding:26px 24px;
  box-shadow:0 4px 16px rgba(10,22,40,0.04);
}
.epc-art-info-card h4{
  font-size:17px;font-weight:700;
  color:#0a1628;
  margin:0 0 18px;
  padding-bottom:14px;
  border-bottom:2px solid var(--gold);
  display:inline-block;
}
.epc-art-info-card ul{
  list-style:none;
  margin:0;padding:0;
}
.epc-art-info-card li{
  display:flex;justify-content:space-between;align-items:flex-start;
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid #f0f2f7;
}
.epc-art-info-card li:last-child{border-bottom:none;}
.epc-art-info-card li span{
  display:flex;align-items:center;gap:8px;
  font-size:13.5px;
  color:#6b7686;
  flex-shrink:0;
}
.epc-art-info-card li span i{
  color:var(--gold);
  font-size:13px;
  width:16px;
  text-align:center;
}
.epc-art-info-card li strong{
  font-size:14px;font-weight:600;
  color:#0a1628;
  text-align:right;
  word-break:break-word;
}

/* --- Sidebar Categories --- */
.epc-art-cat-card{
  background:#fff;
  border:1px solid #e8ecf3;
  border-radius:16px;
  padding:26px 24px;
  box-shadow:0 4px 16px rgba(10,22,40,0.04);
}
.epc-art-cat-card h4{
  font-size:17px;font-weight:700;
  color:#0a1628;
  margin:0 0 18px;
  padding-bottom:14px;
  border-bottom:2px solid var(--gold);
  display:inline-block;
}
.epc-art-cat-list{
  display:flex;flex-direction:column;
  gap:8px;
}
.epc-art-cat-list a{
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 14px;
  background:#f6f7f9;
  border-radius:10px;
  font-size:13.5px;font-weight:500;
  color:#3a4252;
  text-decoration:none;
  transition:all .3s ease;
}
.epc-art-cat-list a:hover{
  background:rgba(212,175,55,0.1);
  color:#0a1628;
  transform:translateX(4px);
}
.epc-art-cat-list a i{font-size:10px;color:#9ca3af;}
.epc-art-cat-list a:hover i{color:var(--gold);}

/* --- Sidebar Contact Card --- */
.epc-art-contact-card{
  background:linear-gradient(135deg,#0a1628 0%,#0e1f3a 100%);
  border-radius:16px;
  padding:30px 24px;
  text-align:center;
  color:#fff;
  position:relative;
  overflow:hidden;
}
.epc-art-contact-card::before{
  content:"";
  position:absolute;
  top:-30%;right:-30%;
  width:200px;height:200px;
  background:radial-gradient(circle,rgba(212,175,55,0.15) 0%,transparent 70%);
  pointer-events:none;
}
.epc-art-contact-icon{
  width:56px;height:56px;
  margin:0 auto 16px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(212,175,55,0.15);
  border:1px solid rgba(212,175,55,0.35);
  border-radius:16px;
  position:relative;
}
.epc-art-contact-icon i{font-size:22px;color:var(--gold);}
.epc-art-contact-card h4{
  font-size:16px;font-weight:600;
  margin:0 0 8px;
  position:relative;
}
.epc-art-contact-phone{
  display:block;
  font-size:22px;font-weight:800;
  color:var(--gold);
  margin-bottom:12px;
  text-decoration:none;
  letter-spacing:-0.01em;
  position:relative;
}
.epc-art-contact-card p{
  font-size:13px;line-height:1.6;
  color:rgba(255,255,255,0.6);
  margin:0;
  position:relative;
}

/* --- Related Projects Section --- */
.epc-art-related .epc-grid{
  grid-template-columns:repeat(3,1fr);
}

/* --- Responsive --- */
@media (max-width:1100px){
  .epc-art-hero-grid{
    grid-template-columns:1fr;
    gap:32px;
  }
  .epc-art-hero-stats{
    grid-template-columns:repeat(3,1fr);
  }
  .epc-art-layout{
    grid-template-columns:1fr;
    gap:36px;
  }
  .epc-art-sidebar{
    order:2;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
  }
  .epc-art-main{order:1;}
  .epc-art-related .epc-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:720px){
  .epc-art-hero{padding:60px 0 48px;}
  .epc-art-hero-title{font-size:30px;}
  .epc-art-hero-subtitle{font-size:15px;}
  .epc-art-hero-meta{gap:18px;}
  .epc-art-hero-stats{grid-template-columns:1fr;}
  .epc-art-highlight-grid{grid-template-columns:1fr;}
  .epc-art-cta-box{flex-direction:column;text-align:center;padding:28px 24px;}
  .epc-art-cta-right{width:100%;}
  .epc-art-cta-right .epc-btn{width:100%;justify-content:center;}
  .epc-art-sidebar{grid-template-columns:1fr;}
  .epc-art-featured{border-radius:12px;margin-bottom:24px;}
  .epc-art-featured-badge{top:14px;left:14px;font-size:11.5px;padding:8px 14px;}
  .epc-art-content h2{font-size:22px;}
  .epc-art-content h3{font-size:18px;}
  .epc-art-related .epc-grid{grid-template-columns:1fr;}
}

/* ============================================
 INSIGHTS SECTION -
 ============================================ */

/* Color tokens for news theme (used inline as needed) */
:root{
  --news-red:#c0392b;
  --news-red-dark:#962c1f;
  --news-bg:#f6f7f9;
  --news-card:#ffffff;
  --news-text:#1a2233;
  --news-muted:#6b7686;
  --news-border:#e3e7ee;
  --news-accent:#1a73e8;
  --news-gold:#d4af37;
}

/* --- News Banner (Hero) --- */
.news-banner{
  background:
    linear-gradient(180deg,rgba(10,22,40,0.04) 0%,rgba(10,22,40,0.0) 100%),
    linear-gradient(180deg,#ffffff 0%,#f9fafc 100%);
  padding:56px 0 40px;
  border-bottom:1px solid var(--news-border);
}
.news-banner-inner{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:48px;
  align-items:center;
}
.news-banner-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11.5px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;
  color:var(--news-red);
  margin-bottom:18px;
}
.news-banner-eyebrow i{color:var(--news-red);font-size:8px;}
.news-banner-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(48px,7vw,84px);
  font-weight:700;
  line-height:.95;
  letter-spacing:-0.03em;
  color:var(--news-text);
  margin:0 0 18px;
}
.news-banner-sub{
  font-size:16px;line-height:1.7;
  color:var(--news-muted);
  margin:0;
  max-width:520px;
}
.news-ticker{
  display:flex;flex-direction:column;gap:14px;
  padding:20px 24px;
  background:#fff;
  border:1px solid var(--news-border);
  border-radius:14px;
  box-shadow:0 8px 24px rgba(10,22,40,0.06);
  position:relative;
  overflow:hidden;
}
.news-ticker::before{
  content:"";
  position:absolute;left:0;top:0;width:4px;height:100%;
  background:linear-gradient(180deg,var(--news-red) 0%,var(--news-gold) 100%);
}
.news-ticker-label{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11.5px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;
  color:var(--news-red);
  padding-bottom:8px;
  border-bottom:1px solid var(--news-border);
  margin-bottom:4px;
}
.news-ticker-list{
  display:flex;flex-direction:column;gap:12px;
}
.news-ticker-item{
  display:flex;align-items:flex-start;gap:10px;
  font-size:13px;font-weight:600;
  color:var(--news-text);
  text-decoration:none;
  line-height:1.4;
  padding:6px 0;
  transition:color .2s ease;
}
.news-ticker-item:hover{color:var(--news-red);}
.news-ticker-item .ntd{
  flex-shrink:0;width:36px;
  font-size:11px;font-weight:700;color:var(--news-muted);
  display:inline-flex;align-items:center;gap:4px;
}

/* --- Category Tabs --- */
.news-tabs{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,0.96);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--news-border);
  box-shadow:0 4px 12px rgba(10,22,40,0.04);
}
.news-tabs-list{
  display:flex;align-items:center;gap:8px;
  padding:14px 0;
  overflow-x:auto;
  -ms-overflow-style:none;scrollbar-width:none;
}
.news-tabs-list::-webkit-scrollbar{display:none;}
.news-tab{
  display:inline-flex;align-items:center;gap:8px;
  padding:9px 18px;
  font-size:13.5px;font-weight:600;
  color:var(--news-muted);
  background:transparent;
  border:1px solid transparent;
  border-radius:999px;
  text-decoration:none;
  white-space:nowrap;
  transition:all .2s ease;
  flex-shrink:0;
}
.news-tab i{font-size:13px;opacity:.7;}
.news-tab:hover{
  background:rgba(26,115,232,0.06);
  color:var(--news-text);
}
.news-tab.active{
  background:var(--news-text);
  border-color:var(--news-text);
  color:#fff;
}
.news-tab.active i{color:#fff;opacity:1;}

/* --- Featured: main + side --- */
.news-featured{
  padding:48px 0 32px;
  background:#fff;
}
.news-featured-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:28px;
}
.news-featured-main{
  position:relative;
  display:block;
  text-decoration:none;
  border-radius:18px;
  overflow:hidden;
  background:#0a1628;
  isolation:isolate;
  min-height:480px;
  transition:transform .4s ease;
}
.news-featured-main:hover{transform:translateY(-3px);}
.news-featured-main .nfm-media{
  position:absolute;inset:0;z-index:0;
  background-size:cover;background-position:center;
  background-color:#1a2233;
  filter:contrast(1.05);
  transition:transform .8s cubic-bezier(.25,.8,.25,1);
}
.news-featured-main:hover .nfm-media{transform:scale(1.04);}
.news-featured-main::after{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(10,22,40,0) 0%,rgba(10,22,40,0.4) 50%,rgba(10,22,40,0.92) 100%);
}
.nfm-content{
  position:absolute;left:0;right:0;bottom:0;z-index:2;
  padding:36px 40px 32px;
  color:#fff;
}
.nfm-tag{
  display:inline-flex;align-items:center;gap:6px;
  font-size:11.5px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;
  color:#fff;
  background:var(--news-red);
  padding:6px 14px;
  border-radius:4px;
  margin-bottom:16px;
}
.nfm-tag i{font-size:11px;}
.nfm-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(24px,3vw,34px);
  font-weight:700;
  line-height:1.15;
  letter-spacing:-0.01em;
  margin:0 0 12px;
  color:#fff;
}
.nfm-summary{
  font-size:15px;line-height:1.6;
  color:rgba(255,255,255,0.85);
  margin:0 0 18px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.nfm-meta{
  display:flex;flex-wrap:wrap;align-items:center;gap:16px;
  font-size:12.5px;font-weight:600;
  color:rgba(255,255,255,0.75);
}
.nfm-meta span{display:inline-flex;align-items:center;gap:6px;}
.nfm-meta i{color:var(--news-gold);font-size:12px;}

.news-featured-side{
  display:flex;flex-direction:column;gap:18px;
}
.nfs-item{
  display:grid;grid-template-columns:120px 1fr;gap:16px;
  padding:14px;
  background:#fff;
  border:1px solid var(--news-border);
  border-radius:12px;
  text-decoration:none;
  color:inherit;
  transition:all .3s ease;
}
.nfs-item:hover{
  transform:translateX(4px);
  border-color:rgba(26,115,232,0.3);
  box-shadow:0 8px 22px rgba(10,22,40,0.06);
}
.nfs-media{
  width:120px;height:90px;
  border-radius:8px;overflow:hidden;
  background:#1a2233;
  flex-shrink:0;
  position:relative;
}
.nfs-media img,.nfs-media .nfs-img-fallback{
  width:100%;height:100%;
  object-fit:cover;
  display:flex;align-items:center;justify-content:center;
}
.nfs-img-fallback{
  background:linear-gradient(135deg,#1a2233,#0a1628);
  color:rgba(212,175,55,0.4);
  font-size:24px;
}
.nfs-content{padding:2px 0;min-width:0;}
.nfs-tag{
  display:inline-block;
  font-size:10.5px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;
  color:var(--news-red);
  margin-bottom:6px;
}
.nfs-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:15px;font-weight:600;
  line-height:1.3;
  color:var(--news-text);
  margin:0 0 8px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.nfs-meta{
  font-size:11.5px;font-weight:600;
  color:var(--news-muted);
  display:inline-flex;align-items:center;gap:8px;
}
.nfs-meta i{font-size:11px;color:var(--news-gold);}

/* --- Section Head (reused) --- */
.news-section-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:20px;
  margin-bottom:24px;
  flex-wrap:wrap;
}
.news-section-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:28px;font-weight:700;
  color:var(--news-text);
  margin:0;
  display:inline-flex;align-items:center;gap:12px;
  letter-spacing:-0.01em;
}
.news-section-title span{color:var(--news-red);}
.news-section-line{
  display:inline-block;
  width:4px;height:24px;
  background:var(--news-red);
  border-radius:2px;
}
.news-view-all{
  font-size:13px;font-weight:700;
  color:var(--news-text);
  text-decoration:none;
  display:inline-flex;align-items:center;gap:6px;
  transition:gap .25s ease,color .25s ease;
}
.news-view-all:hover{gap:10px;color:var(--news-red);}
.news-count-pill{
  display:inline-flex;align-items:center;gap:6px;
  font-size:12.5px;font-weight:600;
  color:var(--news-muted);
  background:#fff;
  border:1px solid var(--news-border);
  padding:5px 12px;
  border-radius:999px;
}

/* --- Latest grid layout --- */
.news-latest{
  padding:48px 0;
  background:var(--news-bg);
}
.news-latest-grid{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:32px;
}
.news-articles-list{
  display:flex;flex-direction:column;gap:24px;
}

/* --- Latest Article Item --- */
.news-latest-item{
  background:var(--news-card);
  border:1px solid var(--news-border);
  border-radius:12px;
  overflow:hidden;
  transition:all .3s ease;
  box-shadow:0 2px 8px rgba(10,22,40,0.03);
}
.news-latest-item:hover{
  transform:translateY(-2px);
  border-color:rgba(192,57,43,0.2);
  box-shadow:0 8px 24px rgba(10,22,40,0.08);
}
.nli-link{
  display:grid;grid-template-columns:200px 1fr;gap:20px;
  text-decoration:none;color:inherit;
}
.nli-img{
  position:relative;min-height:160px;
  background:linear-gradient(135deg,#1a2233,#0a1628);
  overflow:hidden;
}
.nli-img img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.news-latest-item:hover .nli-img img{transform:scale(1.06);}
.nli-body{
  padding:18px 20px 18px 0;
  display:flex;flex-direction:column;gap:8px;
}
.nli-cat{
  font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;
  color:var(--news-red);
}
.nli-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:18px;font-weight:600;line-height:1.3;
  color:var(--news-text);margin:0;
}
.nli-summary{
  font-size:14px;line-height:1.6;
  color:var(--news-muted);margin:0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.nli-date{
  font-size:12px;color:var(--news-muted);
  margin-top:auto;
}
.nli-date i{color:var(--news-gold);margin-right:4px;}

/* --- Empty State --- */
.news-empty{
  padding:40px 20px;
  text-align:center;
  color:var(--news-muted);
  font-size:14px;
  background:#fff;
  border:1px dashed var(--news-border);
  border-radius:12px;
}

/* --- Article card variants: featured-row, compact-row --- */
.na-row{
  display:grid;grid-template-columns:240px 1fr;gap:24px;
  background:var(--news-card);
  border:1px solid var(--news-border);
  border-radius:14px;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  transition:all .3s ease;
  box-shadow:0 2px 8px rgba(10,22,40,0.03);
}
.na-row:hover{
  transform:translateY(-3px);
  border-color:rgba(26,115,232,0.25);
  box-shadow:0 16px 40px rgba(10,22,40,0.08);
}
.na-row-media{
  position:relative;
  min-height:180px;
  background:linear-gradient(135deg,#1a2233 0%,#0a1628 100%);
  overflow:hidden;
}
.na-row-media img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .6s ease;
}
.na-row:hover .na-row-media img{transform:scale(1.06);}
.na-row-media .na-row-tag-overlay{
  position:absolute;top:14px;left:14px;
  display:inline-flex;align-items:center;gap:5px;
  font-size:10.5px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;
  color:#fff;
  background:var(--news-red);
  padding:4px 10px;
  border-radius:4px;
  z-index:1;
}
.na-row-body{
  padding:22px 24px 20px;
  display:flex;flex-direction:column;
  min-width:0;
}
.na-row-cat{
  display:inline-block;
  font-size:10.5px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;
  color:var(--news-red);
  margin-bottom:8px;
}
.na-row h3{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:20px;font-weight:600;
  line-height:1.25;
  color:var(--news-text);
  margin:0 0 10px;
  letter-spacing:-0.005em;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.na-row p{
  font-size:13.5px;line-height:1.6;
  color:var(--news-muted);
  margin:0 0 14px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.na-row-foot{
  margin-top:auto;
  display:flex;align-items:center;justify-content:space-between;
  font-size:12px;font-weight:600;
  color:var(--news-muted);
  padding-top:10px;
}
.na-row-author{
  display:inline-flex;align-items:center;gap:8px;
}
.na-row-author i{color:var(--news-gold);font-size:11px;}
.na-row-read{
  color:var(--news-text);
  font-weight:700;
  display:inline-flex;align-items:center;gap:5px;
  transition:gap .2s ease;
}
.na-row:hover .na-row-read{gap:9px;color:var(--news-red);}

/* pattern fallback */
.na-row-media.pattern{
  background-color:#0a1628;
  position:relative;
  display:flex;align-items:center;justify-content:center;
}
.na-row-media.pattern::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 30% 30%,rgba(212,175,55,0.18) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(26,115,232,0.18) 0%,transparent 50%);
}
.na-row-media.pattern i{
  position:relative;z-index:1;
  font-size:48px;color:rgba(212,175,55,0.4);
}

/* --- Sidebar --- */
.news-sidebar{
  display:flex;flex-direction:column;gap:24px;
}
.news-side-block{
  background:var(--news-card);
  border:1px solid var(--news-border);
  border-radius:14px;
  padding:22px 22px 20px;
}
.news-side-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:17px;font-weight:700;
  color:var(--news-text);
  margin:0 0 18px;
  display:flex;align-items:center;gap:10px;
  padding-bottom:14px;
  border-bottom:1px solid var(--news-border);
  letter-spacing:-0.005em;
}
.news-side-title i{color:var(--news-red);font-size:15px;}

.news-trending{
  display:flex;flex-direction:column;gap:16px;
}
.news-trending-item{
  display:grid;grid-template-columns:36px 1fr;gap:12px;
  text-decoration:none;color:inherit;
  padding-bottom:16px;border-bottom:1px solid var(--news-border);
  transition:all .2s ease;
}
.news-trending-item:last-child{padding-bottom:0;border-bottom:none;}
.news-trending-item:hover{padding-left:4px;}
.nti-num{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:24px;font-weight:700;
  color:var(--news-red);line-height:1;letter-spacing:-0.02em;
}
.nti-title{
  font-size:13.5px;font-weight:600;line-height:1.35;
  color:var(--news-text);margin:0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.nti-cat{
  font-size:11px;font-weight:600;color:var(--news-muted);
  display:block;margin-bottom:4px;
}
.nti-content .nti-title + .nti-cat{margin-top:4px;}

.nt-item{
  display:grid;grid-template-columns:36px 1fr;gap:12px;
  text-decoration:none;
  color:inherit;
  padding-bottom:16px;
  border-bottom:1px solid var(--news-border);
  transition:all .2s ease;
}
.nt-item:last-child{padding-bottom:0;border-bottom:none;}
.nt-item:hover{padding-left:4px;}
.nt-num{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:24px;font-weight:700;
  color:var(--news-red);
  line-height:1;
  letter-spacing:-0.02em;
}
.nt-content h5{
  font-size:13.5px;font-weight:600;
  line-height:1.35;
  color:var(--news-text);
  margin:0 0 6px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.nt-content .nt-meta{
  font-size:11.5px;font-weight:600;
  color:var(--news-muted);
  display:inline-flex;align-items:center;gap:10px;
}
.nt-content .nt-meta i{color:var(--news-gold);font-size:10px;}

.news-side-cat-list{
  list-style:none;padding:0;margin:0;
  display:flex;flex-direction:column;gap:6px;
}
.news-side-cat-list li a{
  display:flex;align-items:center;justify-content:space-between;
  padding:9px 12px;
  font-size:13.5px;font-weight:600;
  color:var(--news-text);
  background:transparent;
  border-radius:8px;
  text-decoration:none;
  transition:all .2s ease;
}
.news-side-cat-list li a:hover{
  background:rgba(26,115,232,0.06);
  color:var(--news-accent);
  padding-left:16px;
}
.news-side-cat-list li a.active{
  background:rgba(192,57,43,0.08);
  color:var(--news-red);
}
.news-side-cat-list .nsc-count{
  font-size:11px;font-weight:700;
  color:var(--news-muted);
  background:#f0f2f5;
  padding:2px 8px;
  border-radius:999px;
  min-width:24px;text-align:center;
}
.news-side-cat-list li a.active .nsc-count{background:rgba(192,57,43,0.12);color:var(--news-red);}

.news-tag-cloud{
  display:flex;flex-wrap:wrap;gap:6px;
}
.news-tag{
  display:inline-block;
  padding:5px 12px;
  font-size:12px;font-weight:600;
  color:var(--news-text);
  background:#f0f2f5;
  border-radius:6px;
  text-decoration:none;
  transition:all .2s ease;
}
.news-tag:hover{background:var(--news-text);color:#fff;}

/* --- Editor's Pick --- */
.news-editors{
  padding:48px 0;
  background:#fff;
}
.news-editors-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:24px;
}
.news-editors-item{
  display:flex;flex-direction:column;
  text-decoration:none;color:inherit;
  background:#fff;
  border:1px solid var(--news-border);
  border-radius:14px;overflow:hidden;
  transition:all .3s ease;
}
.news-editors-item:hover{
  transform:translateY(-4px);
  border-color:rgba(192,57,43,0.2);
  box-shadow:0 12px 32px rgba(10,22,40,0.1);
}
.nei-img{
  position:relative;height:180px;
  background:linear-gradient(135deg,#1a2233,#0a1628);
  overflow:hidden;
}
.nei-img img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.news-editors-item:hover .nei-img img{transform:scale(1.06);}
.nei-body{
  padding:16px 18px;
  display:flex;flex-direction:column;gap:8px;
  flex:1;
}
.nei-cat{
  font-size:10.5px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;
  color:var(--news-red);
}
.nei-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:16px;font-weight:600;line-height:1.35;
  color:var(--news-text);margin:0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.nei-desc{
  font-size:13px;line-height:1.55;
  color:var(--news-muted);margin:0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}

.ne-card{
  display:flex;flex-direction:column;
  text-decoration:none;
  color:inherit;
  background:#fff;
  border:1px solid var(--news-border);
  border-radius:14px;
  overflow:hidden;
  transition:all .3s ease;
}
.ne-card:hover{
  transform:translateY(-4px);
  border-color:rgba(26,115,232,0.3);
  box-shadow:0 16px 36px rgba(10,22,40,0.08);
}
.ne-card.featured{
  grid-row:span 2;
  background:linear-gradient(135deg,#0a1628,#1a2233);
  color:#fff;
  border-color:transparent;
}
.ne-card.featured .ne-title{color:#fff;}
.ne-card.featured .ne-summary{color:rgba(255,255,255,0.78);}
.ne-card.featured .ne-meta{color:rgba(255,255,255,0.7);}
.ne-card.featured .ne-media{height:280px;background-color:#1a2233;}
.ne-media{
  position:relative;
  height:160px;
  background:linear-gradient(135deg,#1a2233 0%,#0a1628 100%);
  overflow:hidden;
  flex-shrink:0;
}
.ne-media img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .6s ease;
}
.ne-card:hover .ne-media img{transform:scale(1.06);}
.ne-media.pattern{
  background-color:#0a1628;
  display:flex;align-items:center;justify-content:center;
}
.ne-media.pattern::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 30% 30%,rgba(212,175,55,0.18) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(26,115,232,0.2) 0%,transparent 50%);
}
.ne-media.pattern i{position:relative;z-index:1;font-size:42px;color:rgba(212,175,55,0.4);}
.ne-card.featured .ne-media.pattern i{font-size:64px;}
.ne-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1;}
.ne-tag{
  display:inline-block;
  font-size:10.5px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;
  color:var(--news-red);
  margin-bottom:10px;
}
.ne-card.featured .ne-tag{color:var(--news-gold);}
.ne-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:18px;font-weight:600;
  line-height:1.3;
  color:var(--news-text);
  margin:0 0 10px;
  letter-spacing:-0.005em;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.ne-card.featured .ne-title{font-size:26px;-webkit-line-clamp:3;}
.ne-summary{
  font-size:13.5px;line-height:1.6;
  color:var(--news-muted);
  margin:0 0 14px;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;
  overflow:hidden;
  flex:1;
}
.ne-card.featured .ne-summary{-webkit-line-clamp:4;}
.ne-meta{
  margin-top:auto;
  display:flex;align-items:center;justify-content:space-between;
  font-size:11.5px;font-weight:600;
  color:var(--news-muted);
  padding-top:10px;
  border-top:1px solid var(--news-border);
}
.ne-card.featured .ne-meta{border-top-color:rgba(255,255,255,0.12);}
.ne-meta span{display:inline-flex;align-items:center;gap:5px;}
.ne-meta i{color:var(--news-gold);font-size:11px;}

/* --- Category Highlights (categories with their latest article) --- */
.news-categories-block{
  padding:48px 0 56px;
  background:var(--news-bg);
}
.news-cat-highlight{
  background:#fff;
  border:1px solid var(--news-border);
  border-radius:14px;
  padding:24px 28px 22px;
  margin-bottom:24px;
}
.news-cat-highlight:last-child{margin-bottom:0;}
.nch-header{
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:18px;gap:16px;flex-wrap:wrap;
  padding-bottom:14px;
  border-bottom:1px solid var(--news-border);
}
.nch-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:20px;font-weight:700;color:var(--news-text);
  margin:0;
  display:inline-flex;align-items:center;gap:10px;
  letter-spacing:-0.005em;
}
.nch-title span{color:var(--news-red);}
.nch-more{
  font-size:12.5px;font-weight:700;
  color:var(--news-text);
  text-decoration:none;
  display:inline-flex;align-items:center;gap:6px;
  transition:gap .25s ease,color .25s ease;
}
.nch-more:hover{gap:10px;color:var(--news-red);}
.nch-article{
  display:grid;grid-template-columns:280px 1fr;gap:20px;
  text-decoration:none;color:inherit;
  background:#fafbfc;
  border:1px solid var(--news-border);
  border-radius:10px;
  overflow:hidden;
  transition:all .3s ease;
}
.nch-article:hover{
  transform:translateY(-2px);
  border-color:rgba(192,57,43,0.2);
  box-shadow:0 8px 24px rgba(10,22,40,0.08);
}
.nch-img{
  position:relative;
  height:100%;
  min-height:140px;
  background:linear-gradient(135deg,#1a2233 0%,#0a1628 100%);
  overflow:hidden;
}
.nch-img img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .6s ease;
}
.nch-article:hover .nch-img img{transform:scale(1.06);}
.nch-body{
  padding:18px 20px 18px 0;
  display:flex;flex-direction:column;gap:8px;
  justify-content:center;
}
.nch-art-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:16px;font-weight:600;
  line-height:1.35;color:var(--news-text);
  margin:0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.nch-art-summary{
  font-size:13.5px;line-height:1.6;
  color:var(--news-muted);margin:0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}

/* --- Newsletter Signup --- */
.news-newsletter{
  padding:60px 0;
  background:linear-gradient(135deg,#0a1628 0%,#1a2233 100%);
  color:#fff;
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
.news-newsletter::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:radial-gradient(circle at 90% 50%,rgba(212,175,55,0.18) 0%,transparent 50%);
}
.news-newsletter::after{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,0.04) 1px,transparent 1px);
  background-size:40px 40px;
  mask-image:radial-gradient(ellipse at center,#000 30%,transparent 80%);
}
.news-newsletter-inner{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:48px;
  align-items:center;
}
.news-nl-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;
  color:var(--news-gold);
  margin-bottom:14px;
}
.news-nl-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(26px,3.2vw,38px);
  font-weight:700;line-height:1.15;
  color:#fff;margin:0 0 14px;
  letter-spacing:-0.01em;
}
.news-nl-title span{
  display:block;
  background:linear-gradient(120deg,var(--news-gold),#f5d97a,var(--news-gold));
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;
}
.news-nl-desc{
  font-size:14.5px;line-height:1.7;
  color:rgba(255,255,255,0.75);
  margin:0;max-width:520px;
}
.news-newsletter-form{
  position:relative;
  display:flex;flex-direction:column;gap:10px;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:14px;
  padding:18px;
  backdrop-filter:blur(8px);
}
.news-newsletter-form input{
  padding:14px 18px;
  font-size:14px;
  background:#fff;
  border:1px solid var(--news-border);
  border-radius:10px;
  color:var(--news-text);
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.news-newsletter-form input:focus{
  border-color:var(--news-gold);
  box-shadow:0 0 0 3px rgba(212,175,55,0.15);
}
.news-newsletter-form button{
  padding:14px 22px;
  font-size:14px;font-weight:700;
  background:linear-gradient(135deg,var(--news-gold) 0%,#e5c158 100%);
  color:#0a1628;
  border:none;
  border-radius:10px;
  cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  transition:all .25s ease;
}
.news-newsletter-form button:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(212,175,55,0.4);
}
.news-nl-success{
  display:flex;align-items:center;gap:8px;
  font-size:13px;font-weight:600;
  color:var(--news-gold);
  background:rgba(212,175,55,0.08);
  padding:10px 14px;
  border-radius:8px;
}

/* --- Category Page Hero --- */
.news-cat-hero{
  background:linear-gradient(180deg,#f9fafc 0%,#ffffff 100%);
  border-bottom:1px solid var(--news-border);
  padding:56px 0 44px;
}
.news-cat-hero-inner{
  display:grid;
  grid-template-columns:1.6fr 1fr;
  gap:36px;
  align-items:center;
}
.news-cat-crumb{
  display:inline-flex;align-items:center;gap:8px;
  font-size:12.5px;font-weight:600;
  color:var(--news-muted);
  margin-bottom:18px;
  text-transform:uppercase;
  letter-spacing:.16em;
}
.news-cat-crumb a{color:var(--news-muted);text-decoration:none;transition:color .2s ease;}
.news-cat-crumb a:hover{color:var(--news-red);}
.news-cat-crumb i{font-size:9px;opacity:.6;}
.news-cat-crumb-current{color:var(--news-text);font-weight:700;}
.news-cat-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(36px,5vw,56px);
  font-weight:700;
  line-height:1.05;
  letter-spacing:-0.02em;
  color:var(--news-text);
  margin:0 0 18px;
}
.news-cat-accent{
  display:inline-block;
  font-size:0.5em;
  color:var(--news-red);
  font-weight:500;
  letter-spacing:0.05em;
  margin-left:14px;
  vertical-align:middle;
}
.news-cat-desc{
  font-size:15.5px;line-height:1.7;
  color:var(--news-muted);
  margin:0 0 24px;
  max-width:620px;
}
@media(min-width:992px){
  .news-cat-desc{
    max-width:none;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}
.news-cat-meta{
  display:flex;flex-wrap:wrap;gap:24px;
  font-size:13px;font-weight:600;
  color:var(--news-muted);
  padding-top:20px;
  border-top:1px solid var(--news-border);
}
.news-cat-meta-item{display:inline-flex;align-items:center;gap:6px;}
.news-cat-meta-item i{color:var(--news-red);font-size:13px;}
.news-cat-hero-right{
  display:flex;align-items:center;justify-content:center;
}
.news-cat-icon-box{
  display:flex;align-items:center;justify-content:center;
  width:200px;height:200px;
  background:linear-gradient(135deg,rgba(192,57,43,0.08) 0%,rgba(212,175,55,0.05) 100%);
  border:1px solid var(--news-border);
  border-radius:50%;
  color:var(--news-red);
  font-size:80px;
  position:relative;
}
.news-cat-icon-box::before{
  content:"";position:absolute;inset:-12px;
  border:1px dashed rgba(192,57,43,0.2);
  border-radius:50%;
}

/* --- Responsive --- */
@media (max-width:1100px){
  .news-banner-inner{grid-template-columns:1fr;gap:32px;}
  .news-featured-grid{grid-template-columns:1fr;}
  .news-latest-grid{grid-template-columns:1fr;}
  .news-editors-grid{grid-template-columns:1fr 1fr;}
  .ne-card.featured{grid-row:span 1;grid-column:span 2;}
  .news-newsletter-inner{grid-template-columns:1fr;gap:32px;}
  .news-cat-hero-inner{grid-template-columns:1fr;gap:24px;text-align:center;}
  .news-cat-hero-right{order:-1;}
  .news-cat-meta{justify-content:center;}
  .news-cat-desc{margin-left:auto;margin-right:auto;}
  .nch-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:720px){
  .news-banner{padding:36px 0 28px;}
  .news-featured-main{min-height:340px;}
  .nfm-content{padding:24px 24px 22px;}
  .nfm-title{font-size:22px;}
  .nfs-item{grid-template-columns:90px 1fr;gap:12px;}
  .nfs-media{width:90px;height:72px;}
  .news-section-title{font-size:22px;}
  .news-section-head{flex-direction:column;align-items:flex-start;}
  .na-row{grid-template-columns:1fr;}
  .na-row-media{min-height:160px;}
  .news-editors-grid{grid-template-columns:1fr 1fr;}
  .ne-card.featured{grid-column:span 1;}
  .news-tab{padding:7px 14px;font-size:12.5px;}
  .news-cat-icon-box{width:140px;height:140px;font-size:56px;}
  .news-cat-title{font-size:36px;}
  .news-cat-accent{display:block;margin:6px 0 0 0;}
  /* Latest articles responsive */
  .news-latest-grid{grid-template-columns:1fr;}
  .nli-link{grid-template-columns:160px 1fr;}
  .nli-title{font-size:16px;}
  /* Editor's pick responsive */
  .news-editors-item .nei-img{height:150px;}
  .news-editors-item .nei-title{font-size:14px;}
  /* Featured main responsive */
  .news-featured-main{min-height:360px;}
  .nfm-content{padding:24px 24px 22px;}
  .nfm-title{font-size:24px;}
  /* Category highlights responsive */
  .nch-article{grid-template-columns:1fr;}
  .nch-img{min-height:180px;}
  .nch-body{padding:16px;}
}

/* ============ News Article Detail Page ============ */
.news-article-hero{
  padding:52px 0 36px;
  background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);
  border-bottom:1px solid #eef0f3;
}
.nah-category{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 14px;
  background:rgba(192,57,43,0.08);
  color:var(--news-red);
  font-size:13px;
  font-weight:600;
  border-radius:4px;
  text-decoration:none;
  margin-bottom:18px;
  transition:all .2s ease;
}
.nah-category:hover{background:rgba(192,57,43,0.14);}
.nah-category i{font-size:11px;}
.nah-title{
  font-size:32px;
  font-weight:700;
  line-height:1.25;
  color:var(--news-text);
  margin:0 0 14px 0;
  max-width:820px;
  letter-spacing:-0.3px;
}
.nah-lead{
  font-size:16px;
  line-height:1.7;
  color:var(--news-muted);
  margin:0 0 24px 0;
  max-width:780px;
}
.nah-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px;
  padding-top:20px;
  border-top:1px solid #eef0f3;
}
.nah-meta-left{display:flex;align-items:center;gap:14px;}
.nah-author{display:flex;align-items:center;gap:12px;}
.nah-author-avatar{
  width:44px;height:44px;border-radius:50%;
  background:linear-gradient(135deg,#c0392b,#e74c3c);
  color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:18px;flex-shrink:0;
}
.nah-author-info{display:flex;flex-direction:column;gap:2px;}
.nah-author-name{font-size:14.5px;font-weight:600;color:var(--news-text);}
.nah-author-title{font-size:12.5px;color:var(--news-muted);}
.nah-meta-right{display:flex;align-items:center;gap:18px;}
.nah-meta-item{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13.5px;color:var(--news-muted);
}
.nah-meta-item i{color:var(--news-red);font-size:13px;}

/* Featured Image */
.news-article-featured{padding:20px 0 0;}
.naf-wrapper{
  max-width:100%;
  max-height:380px;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 2px 12px rgba(0,0,0,0.05);
}
.naf-wrapper img{
  width:100%;
  height:380px;
  object-fit:cover;
  display:block;
}

/* Article Content Grid */
.news-article-content{padding:48px 0 64px;}
.nac-grid{
  display:grid;
  grid-template-columns:80px 1fr 300px;
  gap:40px;
  align-items:start;
}

/* Left Share Column */
.nac-share-col{position:sticky;top:120px;}
.nac-share-sticky{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.nac-share-label{
  font-size:11px;
  font-weight:600;
  color:var(--news-muted);
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:4px;
}
.nac-share-btn{
  width:40px;height:40px;border-radius:50%;
  background:#fff;
  border:1px solid #e4e7eb;
  color:var(--news-muted);
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  transition:all .2s ease;
  text-decoration:none;
  font-size:14px;
}
.nac-share-btn:hover{
  background:var(--news-red);
  border-color:var(--news-red);
  color:#fff;
  transform:translateY(-2px);
}
.nac-share-divider{
  width:24px;height:1px;background:#e4e7eb;margin:6px 0;
}

/* Main Column */
.nac-main-col{min-width:0;}
.nac-article-body{
  font-size:16px;
  line-height:1.8;
  color:#2c3e50;
}
.nac-article-body h2{
  font-size:26px;
  font-weight:700;
  margin:36px 0 16px 0;
  color:var(--news-text);
  padding-bottom:10px;
  border-bottom:2px solid #f0f2f5;
}
.nac-article-body h3{
  font-size:20px;
  font-weight:600;
  margin:28px 0 12px 0;
  color:var(--news-text);
}
.nac-article-body p{margin:0 0 18px 0;}
.nac-article-body ul,.nac-article-body ol{margin:0 0 18px 0;padding-left:24px;}
.nac-article-body li{margin-bottom:8px;}
.nac-article-body blockquote{
  border-left:4px solid var(--news-red);
  padding:16px 20px;
  margin:24px 0;
  background:#fdf7f6;
  font-style:italic;
  color:#555;
  border-radius:0 8px 8px 0;
}
.nac-article-body img{
  max-width:100%;
  border-radius:8px;
  margin:20px 0;
}
.nac-article-body a{
  color:var(--news-red);
  text-decoration:none;
  border-bottom:1px solid rgba(192,57,43,0.2);
  transition:all .2s ease;
}
.nac-article-body a:hover{
  border-bottom-color:var(--news-red);
}

/* Article Footer */
.nac-article-footer{
  margin-top:48px;
  padding:28px 0;
  border-top:1px solid #eef0f3;
  border-bottom:1px solid #eef0f3;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}
.nac-tags{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.nac-tags-label{font-size:13.5px;font-weight:600;color:var(--news-text);}
.nac-share-inline{display:flex;align-items:center;gap:12px;}
.nac-share-inline span{font-size:13.5px;color:var(--news-muted);}
.nac-share-inline a{
  width:34px;height:34px;border-radius:50%;
  background:#f5f6f8;
  color:var(--news-muted);
  display:flex;align-items:center;justify-content:center;
  transition:all .2s ease;
  font-size:13px;
}
.nac-share-inline a:hover{background:var(--news-red);color:#fff;}

/* Author Card */
.nac-author-card{
  margin-top:32px;
  padding:28px;
  background:#fafbfc;
  border-radius:12px;
  border:1px solid #eef0f3;
  display:flex;
  gap:22px;
  align-items:flex-start;
}
.nac-author-avatar-lg{
  width:72px;height:72px;border-radius:50%;
  background:linear-gradient(135deg,#c0392b,#e74c3c);
  color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:28px;flex-shrink:0;
}
.nac-author-details{flex:1;min-width:0;}
.nac-author-label{
  font-size:12px;font-weight:600;
  color:var(--news-muted);
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:4px;
}
.nac-author-name{
  font-size:18px;font-weight:700;
  color:var(--news-text);
  margin:0 0 8px 0;
}
.nac-author-bio{
  font-size:14px;line-height:1.6;
  color:var(--news-muted);
  margin:0 0 12px 0;
}
.nac-author-social{display:flex;gap:8px;}
.nac-author-social a{
  width:32px;height:32px;border-radius:50%;
  background:#fff;border:1px solid #e4e7eb;
  color:var(--news-muted);
  display:flex;align-items:center;justify-content:center;
  font-size:13px;text-decoration:none;
  transition:all .2s ease;
}
.nac-author-social a:hover{
  background:var(--news-red);
  border-color:var(--news-red);
  color:#fff;
}

/* Side Column */
.nac-side-col{position:sticky;top:120px;}

/* Related Articles Section */
.news-related{
  padding:56px 0 64px;
  background:#fff;
  border-top:1px solid #e8eaee;
}
.ra-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.ra-card{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  border:1px solid #eef0f3;
  transition:all .25s ease;
}
.ra-card:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 24px rgba(10,22,40,.08);
  border-color:#d0d4dc;
}
.ra-thumb{
  position:relative;
  height:140px;
  overflow:hidden;
  background:#f4f5f7;
}
.ra-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}
.ra-card:hover .ra-thumb img{transform:scale(1.05);}
.ra-body{
  padding:14px 16px 18px;
  display:flex;
  flex-direction:column;
  gap:6px;
  flex:1;
}
.ra-cat{
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#c0392b;
}
.ra-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:13.5px;
  font-weight:600;
  line-height:1.4;
  color:#1a2233;
  margin:0;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* --- Responsive for Article Detail --- */
@media (max-width:1100px){
  .nac-grid{grid-template-columns:1fr;gap:32px;}
  .nac-share-col{order:3;position:static;}
  .nac-share-sticky{flex-direction:row;justify-content:center;}
  .nac-share-divider{width:1px;height:24px;margin:0 6px;}
  .nac-side-col{order:2;position:static;}
  .nac-main-col{order:1;}
  .nah-title{font-size:30px;}
}
@media (max-width:720px){
  .news-article-hero{padding:36px 0 24px;}
  .nah-title{font-size:24px;}
  .nah-lead{font-size:15px;}
  .nah-meta{flex-direction:column;align-items:flex-start;gap:12px;}
  .naf-wrapper{max-height:220px;border-radius:8px;}
  .naf-wrapper img{height:220px;}
  .nac-article-footer{flex-direction:column;align-items:flex-start;}
  .nac-author-card{flex-direction:column;text-align:center;align-items:center;}
  .news-article-content{padding:32px 0 48px;}
  .news-related{padding:40px 0 48px;}
  .ra-grid{grid-template-columns:repeat(2,1fr);gap:16px;}
}
@media (max-width:1024px){
  .naf-wrapper{max-height:320px;}
  .naf-wrapper img{height:320px;}
}
@media (max-width:600px){
  .ra-grid{grid-template-columns:1fr;}
}

/* ============================================
   ABOUT US SECTION STYLES (au- prefix)
   Minimal · Clean · International
   ============================================ */

/* Hero */
.au-hero{
  padding:60px 0;
  background:linear-gradient(135deg,#f8fafc 0%,#fff 50%,#fef3f2 100%);
  border-bottom:1px solid #eceef2;
  position:relative;
  overflow:hidden;
}
.au-hero::before{
  content:'';
  position:absolute;
  top:-10%;
  right:-10%;
  width:60%;
  height:120%;
  background:linear-gradient(135deg,rgba(239,68,68,0.03) 0%,rgba(239,68,68,0) 70%);
  border-radius:50%;
  pointer-events:none;
}
.au-hero-inner{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:48px;
  align-items:flex-start;
}
.au-hero-content{
  max-width:720px;
  background:rgba(255,255,255,0.7);
  backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,0.5);
  border-radius:16px;
  padding:36px;
  position:relative;
  z-index:1;
}
.au-hero-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:2px;
  color:var(--news-red);
  text-transform:uppercase;
  margin-bottom:16px;
}
.au-hero-title{
  font-size:42px;
  font-weight:800;
  line-height:1.15;
  color:var(--news-text);
  margin:0 0 20px;
  letter-spacing:-0.5px;
}
.au-hero-title span{
  color:var(--news-red);
  font-weight:800;
}
.au-hero-desc{
  font-size:16px;
  line-height:1.7;
  color:#5a6270;
  margin:0;
}
.au-hero-nav{
  background:rgba(255,255,255,0.85);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,0.6);
  box-shadow:0 4px 20px rgba(0,0,0,0.04);
  border-radius:12px;
  padding:20px;
  position:relative;
  z-index:1;
}
.au-hero-nav-title{
  font-size:10px;
  font-weight:700;
  letter-spacing:1.5px;
  color:#64748b;
  text-transform:uppercase;
  margin-bottom:12px;
  padding-bottom:10px;
  border-bottom:1px solid #e2e8f0;
}
.au-hero-nav-list{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.au-hero-nav-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:6px;
  text-decoration:none;
  color:#475569;
  font-size:13px;
  font-weight:500;
  transition:all .2s ease;
}
.au-hero-nav-item i:first-child{
  width:26px;
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:6px;
  font-size:11px;
  color:var(--news-red);
  flex-shrink:0;
}
.au-hero-nav-item span{
  flex:1;
}
.au-hero-nav-arrow{
  font-size:10px;
  color:#94a3b8;
  opacity:0;
  transform:translateX(-3px);
  transition:all .2s ease;
}
.au-hero-nav-item:hover{
  background:#fff;
  color:var(--news-text);
  box-shadow:0 1px 4px rgba(0,0,0,0.04);
}
.au-hero-nav-item:hover .au-hero-nav-arrow{
  opacity:1;
  transform:translateX(0);
  color:var(--news-red);
}
.au-hero-nav-item:hover i:first-child{
  border-color:var(--news-red);
  background:var(--news-red);
  color:#fff;
}

/* Stats Band */
.au-stats{
  padding:48px 0;
  background:#fafbfc;
  border-bottom:1px solid #eceef2;
}
.au-stats-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:32px;
}
.au-stat{
  text-align:left;
  padding-left:24px;
  border-left:2px solid var(--news-red);
}
.au-stat-num{
  font-size:38px;
  font-weight:800;
  color:var(--news-text);
  line-height:1;
  margin-bottom:8px;
  letter-spacing:-0.5px;
}
.au-stat-label{
  font-size:13px;
  font-weight:500;
  color:#6b7280;
  line-height:1.4;
}

/* Section Base */
.au-section{
  padding:90px 0;
  background:#fff;
}
.au-section-alt{
  background:#fafbfc;
}
.au-section-global{
  background:linear-gradient(135deg,#fff 0%,#f8fafc 50%,#fff 100%);
}
.au-sec-eyebrow{
  font-size:12px;
  font-weight:700;
  letter-spacing:2.5px;
  color:var(--news-red);
  text-transform:uppercase;
  margin-bottom:16px;
}
.au-sec-title{
  font-size:34px;
  font-weight:700;
  color:var(--news-text);
  margin:0;
  line-height:1.25;
  letter-spacing:-0.4px;
}
.au-sec-text{
  font-size:15px;
  line-height:1.75;
  color:#4b5563;
  margin:0 0 18px;
}
.au-sec-text:last-child{margin-bottom:0;}

/* Two Column Layout */
.au-two-col{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:64px;
  align-items:start;
}
.au-two-col-right{
  padding-top:8px;
}
.au-sec-actions{
  margin-top:28px;
}
.au-link-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  font-weight:600;
  color:var(--news-text);
  text-decoration:none;
  border-bottom:2px solid var(--news-text);
  padding-bottom:3px;
  transition:all .2s ease;
}
.au-link-btn:hover{
  color:var(--news-red);
  border-color:var(--news-red);
}
.au-link-btn i{
  font-size:12px;
  transition:transform .2s ease;
}
.au-link-btn:hover i{
  transform:translateX(3px);
}

/* Section Head Center */
.au-sec-head-center{
  text-align:center;
  margin-bottom:56px;
}
.au-sec-head-center .au-sec-title{
  display:inline-block;
}

/* Feature Cards */
.au-features-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.au-feature-card{
  display:block;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:32px 26px;
  transition:all .25s ease;
  text-decoration:none;
  color:inherit;
}
.au-feature-card:hover{
  border-color:var(--news-red);
  box-shadow:0 8px 24px rgba(0,0,0,0.06);
  transform:translateY(-3px);
}
.au-feature-icon{
  width:44px;
  height:44px;
  background:var(--news-red);
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
}
.au-feature-icon i{
  font-size:18px;
  color:#fff;
}
.au-feature-card h3{
  font-size:16px;
  font-weight:700;
  color:var(--news-text);
  margin:0 0 10px;
}
.au-feature-card p{
  font-size:14px;
  line-height:1.65;
  color:#6b7280;
  margin:0 0 16px;
}
.au-card-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:600;
  color:var(--news-red);
  text-transform:uppercase;
  letter-spacing:0.5px;
}
.au-card-link i{
  transition:transform .2s;
}
.au-feature-card:hover .au-card-link i{
  transform:translateX(3px);
}

/* Category Grid */
.au-cat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.au-cat-item{
  display:block;
  padding:28px 22px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:10px;
  text-decoration:none;
  color:inherit;
  transition:all .25s ease;
  position:relative;
}
.au-cat-item:hover{
  border-color:var(--news-red);
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,0.06);
}
.au-cat-icon{
  width:40px;
  height:40px;
  background:#f3f4f6;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
  transition:all .25s ease;
}
.au-cat-item:hover .au-cat-icon{
  background:var(--news-red);
}
.au-cat-icon i{
  font-size:16px;
  color:#4b5563;
  transition:all .25s ease;
}
.au-cat-item:hover .au-cat-icon i{
  color:#fff;
}
.au-cat-title{
  display:block;
  font-size:15px;
  font-weight:700;
  color:var(--news-text);
  margin-bottom:4px;
}
.au-cat-sub{
  display:block;
  font-size:12px;
  color:#9ca3af;
}
.au-cat-arrow{
  position:absolute;
  top:28px;
  right:22px;
  color:#d1d5db;
  font-size:14px;
  transition:all .25s ease;
}
.au-cat-item:hover .au-cat-arrow{
  color:var(--news-red);
  transform:translateX(3px);
}

/* Vision */
.au-vision{
  padding:72px 0;
  background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 50%,#e2e8f0 100%);
}
.au-vision-inner{
  display:grid;
  grid-template-columns:1fr auto;
  gap:64px;
  align-items:center;
}
.au-vision-content{
  max-width:640px;
}
.au-vision-content .au-sec-eyebrow{
  color:var(--news-red);
}
.au-vision-content h2{
  font-size:28px;
  font-weight:700;
  color:var(--news-text);
  margin:0 0 16px;
  letter-spacing:-0.3px;
}
.au-vision-content p{
  font-size:15px;
  line-height:1.75;
  color:#64748b;
  margin:0;
}
.au-vision-values{
  display:flex;
  gap:32px;
}
.au-vision-value{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  padding:20px 24px;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:10px;
  min-width:100px;
  text-align:center;
  text-decoration:none;
  color:inherit;
  transition:all .25s ease;
  box-shadow:0 2px 8px rgba(0,0,0,0.04);
}
.au-vision-value:hover{
  background:#fff;
  border-color:var(--news-red);
  transform:translateY(-3px);
  box-shadow:0 8px 24px rgba(239,68,68,0.1);
}
.au-vision-value i{
  font-size:24px;
  color:var(--news-red);
}
.au-vision-value span{
  font-size:12px;
  font-weight:600;
  color:var(--news-text);
  text-transform:uppercase;
  letter-spacing:0.5px;
}

/* CTA */
.au-cta{
  padding:72px 0;
  background:linear-gradient(135deg,var(--news-text) 0%,#1e293b 50%,#0f172a 100%);
  position:relative;
  overflow:hidden;
}
.au-cta::before{
  content:'';
  position:absolute;
  top:-50%;
  right:-20%;
  width:80%;
  height:150%;
  background:radial-gradient(circle,rgba(239,68,68,0.15) 0%,transparent 60%);
  pointer-events:none;
}
.au-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}
.au-cta-text h2{
  font-size:30px;
  font-weight:700;
  color:#fff;
  margin:0 0 8px;
  letter-spacing:-0.3px;
}
.au-cta-text p{
  font-size:15px;
  color:rgba(255,255,255,0.65);
  margin:0;
}
.au-cta-actions{
  display:flex;
  gap:12px;
  flex-shrink:0;
}
.au-cta-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 28px;
  background:var(--news-red);
  color:#fff;
  font-size:14px;
  font-weight:600;
  border-radius:6px;
  text-decoration:none;
  transition:all .2s ease;
}
.au-cta-btn:hover{
  background:#c0392b;
}
.au-cta-btn-outline{
  background:transparent;
  border:1.5px solid rgba(255,255,255,0.35);
  color:#fff;
}
.au-cta-btn-outline:hover{
  background:rgba(255,255,255,0.08);
  border-color:rgba(255,255,255,0.6);
}

/* ===== ABOUT CATEGORY PAGE ===== */
.au-cat-hero{
  padding:80px 0 60px;
  background:#fff;
  border-bottom:1px solid #eceef2;
}
.au-cat-breadcrumb{
  font-size:13px;
  color:#9ca3af;
  margin-bottom:20px;
}
.au-cat-breadcrumb a{
  color:#6b7280;
  text-decoration:none;
}
.au-cat-breadcrumb a:hover{
  color:var(--news-red);
}
.au-cat-hero h1{
  font-size:40px;
  font-weight:800;
  color:var(--news-text);
  margin:0 0 14px;
  letter-spacing:-0.5px;
}
.au-cat-hero p{
  font-size:16px;
  color:#6b7280;
  margin:0;
  max-width:640px;
  line-height:1.7;
}

.au-cat-body{
  padding:60px 0 80px;
  background:#fafbfc;
}
.au-cat-layout{
  display:grid;
  grid-template-columns:1fr 260px;
  gap:48px;
  align-items:start;
}
.au-cat-articles{
  display:flex;
  flex-direction:column;
  gap:20px;
}
.au-cat-article{
  display:grid;
  grid-template-columns:200px 1fr;
  gap:24px;
  padding:24px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:10px;
  text-decoration:none;
  color:inherit;
  transition:all .25s ease;
}
.au-cat-article:hover{
  border-color:#d1d5db;
  box-shadow:0 6px 20px rgba(0,0,0,0.06);
}
.au-cat-article-thumb{
  aspect-ratio:4/3;
  background:#f3f4f6;
  border-radius:8px;
  overflow:hidden;
}
.au-cat-article-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.au-cat-article-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.au-cat-article-tag{
  font-size:12px;
  font-weight:600;
  color:var(--news-red);
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:10px;
}
.au-cat-article h3{
  font-size:18px;
  font-weight:700;
  color:var(--news-text);
  margin:0 0 10px;
  line-height:1.4;
}
.au-cat-article p{
  font-size:14px;
  color:#6b7280;
  line-height:1.6;
  margin:0;
}
.au-cat-article-date{
  font-size:12px;
  color:#9ca3af;
  margin-top:12px;
}

.au-cat-sidebar{
  position:sticky;
  top:24px;
}
.au-cat-side-title{
  font-size:13px;
  font-weight:700;
  color:var(--news-text);
  text-transform:uppercase;
  letter-spacing:1.5px;
  margin:0 0 18px;
  padding-bottom:12px;
  border-bottom:1px solid #e5e7eb;
}
.au-cat-side-list{
  list-style:none;
  padding:0;
  margin:0;
}
.au-cat-side-list li{
  margin-bottom:10px;
}
.au-cat-side-list a{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  color:#4b5563;
  text-decoration:none;
  padding:8px 12px;
  border-radius:6px;
  transition:all .2s ease;
}
.au-cat-side-list a:hover{
  background:#f3f4f6;
  color:var(--news-red);
}
.au-cat-side-list a i{
  font-size:11px;
  color:#d1d5db;
}
.au-cat-side-list a:hover i{
  color:var(--news-red);
}

/* ===== ABOUT ARTICLE/DETAIL PAGE ===== */
.au-article{
  padding:72px 0 80px;
  background:#fff;
}
.au-article-inner{
  max-width:820px;
  margin:0 auto;
}
.au-article-back{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  color:#6b7280;
  text-decoration:none;
  margin-bottom:28px;
  transition:all .2s ease;
}
.au-article-back:hover{
  color:var(--news-red);
}
.au-article-back i{
  font-size:11px;
}
.au-article-label{
  font-size:12px;
  font-weight:700;
  letter-spacing:2.5px;
  color:var(--news-red);
  text-transform:uppercase;
  margin-bottom:16px;
}
.au-article h1{
  font-size:38px;
  font-weight:800;
  color:var(--news-text);
  margin:0 0 20px;
  line-height:1.2;
  letter-spacing:-0.5px;
}
.au-article-meta{
  display:flex;
  gap:20px;
  font-size:13px;
  color:#9ca3af;
  margin-bottom:36px;
  padding-bottom:24px;
  border-bottom:1px solid #eceef2;
}
.au-article-meta i{
  margin-right:5px;
  color:#d1d5db;
}
.au-article-featured{
  margin-bottom:40px;
  border-radius:12px;
  overflow:hidden;
  background:#f3f4f6;
}
.au-article-featured img{
  width:100%;
  height:auto;
  display:block;
}
.au-article-content{
  font-size:16px;
  line-height:1.85;
  color:#374151;
}
.au-article-content h2{
  font-size:26px;
  font-weight:700;
  color:var(--news-text);
  margin:42px 0 18px;
  letter-spacing:-0.3px;
}
.au-article-content h3{
  font-size:20px;
  font-weight:700;
  color:var(--news-text);
  margin:32px 0 14px;
}
.au-article-content p{
  margin:0 0 20px;
}
.au-article-content ul,
.au-article-content ol{
  margin:0 0 20px;
  padding-left:22px;
}
.au-article-content li{
  margin-bottom:10px;
}
.au-article-content strong{
  color:var(--news-text);
  font-weight:700;
}
.au-article-content blockquote{
  border-left:3px solid var(--news-red);
  padding:16px 24px;
  margin:24px 0;
  background:#fafbfc;
  color:#4b5563;
  font-style:italic;
  border-radius:0 8px 8px 0;
}
.au-article-content a{
  color:var(--news-red);
  text-decoration:none;
  border-bottom:1px solid rgba(220,38,38,0.2);
}
.au-article-content a:hover{
  border-color:var(--news-red);
}
.au-article-footer{
  margin-top:56px;
  padding-top:32px;
  border-top:1px solid #eceef2;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.au-article-share{
  display:flex;
  gap:10px;
}
.au-article-share span{
  font-size:13px;
  color:#9ca3af;
  margin-right:4px;
  display:flex;
  align-items:center;
}
.au-share-btn{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#f3f4f6;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#6b7280;
  text-decoration:none;
  font-size:14px;
  transition:all .2s ease;
}
.au-share-btn:hover{
  background:var(--news-red);
  color:#fff;
}

/* Responsive */
@media (max-width:1024px){
  .au-hero{padding:48px 0;}
  .au-hero-inner{grid-template-columns:260px 1fr;gap:32px;}
  .au-hero-title{font-size:34px;}
  .au-stats-row{grid-template-columns:repeat(2,1fr);gap:20px;}
  .au-two-col{grid-template-columns:1fr;gap:28px;}
  .au-features-grid{grid-template-columns:repeat(2,1fr);}
  .au-cat-grid{grid-template-columns:repeat(2,1fr);}
  .au-vision-inner{grid-template-columns:1fr;gap:32px;}
  .au-vision-values{justify-content:flex-start;}
  .au-cta-inner{flex-direction:column;text-align:center;}
  .au-cta-actions{justify-content:center;}
  .au-cat-layout{grid-template-columns:1fr;}
  .au-cat-sidebar{order:-1;position:static;}
  .au-cat-side-list{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;}
}
@media (max-width:720px){
  .au-hero{padding:36px 0;}
  .au-hero-inner{grid-template-columns:1fr;gap:24px;}
  .au-hero-content{max-width:100%;}
  .au-hero-title{font-size:28px;}
  .au-hero-desc{font-size:14px;}
  .au-hero-nav{padding:16px;}
  .au-section{padding:48px 0;}
  .au-sec-title{font-size:24px;}
  .au-stat-num{font-size:28px;}
  .au-features-grid{grid-template-columns:1fr;}
  .au-cat-grid{grid-template-columns:1fr;}
  .au-vision{padding:48px 0;}
  .au-vision-inner{grid-template-columns:1fr;text-align:center;}
  .au-vision-content h2{font-size:20px;}
  .au-vision-values{flex-direction:column;align-items:center;gap:12px;}
  .au-vision-value{min-width:160px;flex-direction:row;padding:14px 20px;}
  .au-cta{padding:48px 0;}
  .au-cta-text h2{font-size:22px;}
  .au-cta-actions{flex-direction:column;width:100%;}
  .au-cta-btn{justify-content:center;}
  .au-cat-hero{padding:48px 0 36px;}
  .au-cat-hero h1{font-size:26px;}
  .au-cat-article{grid-template-columns:1fr;gap:14px;}
  .au-cat-article-thumb{aspect-ratio:16/9;}
  .au-article{padding:48px 0 60px;}
  .au-article h1{font-size:28px;}
  .au-article-content h2{font-size:22px;}
  .au-cat-side-list{grid-template-columns:1fr;}
  .au-article-footer{flex-direction:column;gap:20px;align-items:flex-start;}
}

/* ============================================
   PROCESS DESIGN & SOLUTIONS STYLES (pds- prefix)
   Professional · Technical · Engineering Excellence
   ============================================ */

/* Variables */
:root{
  --pds-blue:#0f172a;
  --pds-blue-light:#1e293b;
  --pds-slate:#334155;
  --pds-slate-light:#64748b;
  --pds-accent:#0ea5e9;
  --pds-bg:#f8fafc;
  --pds-bg-alt:#f1f5f9;
  --pds-border:#e2e8f0;
}

/* Hero */
.pds-hero{
  position:relative;
  padding:60px 0 70px;
  background:linear-gradient(135deg,var(--pds-blue) 0%,var(--pds-blue-light) 50%,#1e3a5f 100%);
  overflow:hidden;
}
.pds-hero-bg{
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background:
    radial-gradient(circle at 20% 80%,rgba(14,165,233,0.15) 0%,transparent 50%),
    radial-gradient(circle at 80% 20%,rgba(239,68,68,0.1) 0%,transparent 50%);
  pointer-events:none;
}
.pds-hero-inner{
  position:relative;
  max-width:760px;
  margin:0 auto 36px;
  z-index:1;
  text-align:center;
}
.pds-hero-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:2.5px;
  color:var(--pds-accent);
  text-transform:uppercase;
  margin-bottom:14px;
}
.pds-hero-title{
  font-size:42px;
  font-weight:800;
  line-height:1.15;
  color:#fff;
  margin:0 0 16px;
  letter-spacing:-0.5px;
}
.pds-hero-title span{
  color:var(--pds-accent);
  font-weight:800;
}
.pds-hero-desc{
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,0.75);
  margin:0 0 24px;
}
.pds-hero-meta{
  display:flex;
  gap:36px;
  justify-content:center;
}
.pds-hero-meta-item{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.pds-hero-meta-item strong{
  font-size:26px;
  font-weight:800;
  color:#fff;
  line-height:1;
}
.pds-hero-meta-item span{
  font-size:12px;
  color:rgba(255,255,255,0.55);
  text-transform:uppercase;
  letter-spacing:0.5px;
}

/* Hero Nav */
.pds-hero-nav{
  background:rgba(255,255,255,0.06);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:14px;
  padding:22px;
}
.pds-hero-nav-title{
  font-size:10px;
  font-weight:700;
  letter-spacing:1.5px;
  color:rgba(255,255,255,0.5);
  text-transform:uppercase;
  margin-bottom:14px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.pds-hero-nav-list{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.pds-hero-nav-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:7px;
  text-decoration:none;
  color:rgba(255,255,255,0.8);
  font-size:13px;
  font-weight:500;
  transition:all .2s ease;
}
.pds-hero-nav-item i:first-child{
  width:26px;
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.08);
  border-radius:6px;
  font-size:11px;
  color:var(--pds-accent);
  flex-shrink:0;
}
.pds-hero-nav-item span{
  flex:1;
}
.pds-hero-nav-arrow{
  font-size:10px;
  color:rgba(255,255,255,0.3);
  opacity:0;
  transform:translateX(-3px);
  transition:all .2s ease;
}
.pds-hero-nav-item:hover{
  background:rgba(255,255,255,0.1);
  color:#fff;
}
.pds-hero-nav-item:hover .pds-hero-nav-arrow{
  opacity:1;
  transform:translateX(0);
  color:var(--pds-accent);
}
.pds-hero-nav-item:hover i:first-child{
  background:var(--pds-accent);
  color:#fff;
}

/* Section Base */
.pds-section{
  padding:80px 0;
  background:#fff;
}
.pds-section-alt{
  background:var(--pds-bg);
}
.pds-section-dark{
  background:linear-gradient(135deg,var(--pds-blue) 0%,var(--pds-blue-light) 100%);
}
.pds-sec-head-center{
  text-align:center;
  max-width:640px;
  margin:0 auto 48px;
}
.pds-sec-eyebrow{
  font-size:11px;
  font-weight:700;
  letter-spacing:2.5px;
  color:var(--pds-accent);
  text-transform:uppercase;
  margin-bottom:14px;
}
.pds-eyebrow-light{
  color:rgba(14,165,233,0.9);
}
.pds-sec-title{
  font-size:32px;
  font-weight:700;
  color:var(--pds-blue);
  margin:0 0 14px;
  letter-spacing:-0.3px;
  line-height:1.25;
}
.pds-title-light{
  color:#fff;
}
.pds-sec-desc{
  font-size:15px;
  line-height:1.7;
  color:var(--pds-slate-light);
  margin:0;
}
.pds-desc-light{
  color:rgba(255,255,255,0.65);
}

/* Advantages - Integrated in Hero */
.pds-hero-advantages{
  position:relative;
  z-index:1;
  background:#fff;
  border-radius:16px;
  padding:36px 40px;
  box-shadow:0 12px 40px rgba(0,0,0,0.12);
}
.pds-adv-head{
  text-align:center;
  margin-bottom:24px;
}
.pds-adv-eyebrow{
  font-size:10px;
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--pds-accent);
  margin-bottom:10px;
  display:block;
}
.pds-adv-head h2{
  font-size:24px;
  font-weight:800;
  color:var(--pds-blue);
  margin:0;
  line-height:1.25;
}
.pds-adv-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.pds-adv-card{
  background:#fff;
  border:1px solid #e8eef4;
  border-radius:12px;
  padding:20px 18px;
  transition:all .25s ease;
}
.pds-adv-card:hover{
  border-color:var(--pds-accent);
  box-shadow:0 6px 20px rgba(14,165,233,0.1);
}
.pds-adv-icon-wrap{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#0ea5e9;
  border-radius:8px;
  font-size:17px;
  color:#fff;
  margin-bottom:14px;
  flex-shrink:0;
}
.pds-adv-card h3{
  font-size:15px;
  font-weight:700;
  color:#1e293b;
  margin:0 0 8px;
  letter-spacing:-0.2px;
}
.pds-adv-card p{
  font-size:12.5px;
  line-height:1.6;
  color:#64748b;
  margin:0;
}

/* Latest Articles - SEO Section */
.pds-latest-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-bottom:32px;
}
.pds-latest-card{
  display:block;
  background:#fff;
  border:1px solid #e8eef4;
  border-radius:14px;
  padding:24px;
  text-decoration:none;
  color:inherit;
  transition:all .25s ease;
  position:relative;
  overflow:hidden;
}
.pds-latest-card:hover{
  border-color:var(--pds-accent);
  box-shadow:0 8px 28px rgba(14,165,233,0.1);
  transform:translateY(-2px);
}
.pds-latest-cat{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:11px;
  font-weight:700;
  letter-spacing:0.5px;
  text-transform:uppercase;
  color:var(--pds-accent);
  background:rgba(14,165,233,0.08);
  padding:5px 12px;
  border-radius:999px;
  margin-bottom:14px;
}
.pds-latest-cat i{
  font-size:10px;
}
.pds-latest-card h3{
  font-size:17px;
  font-weight:700;
  color:#1e293b;
  margin:0 0 10px;
  line-height:1.4;
  letter-spacing:-0.2px;
}
.pds-latest-card p{
  font-size:13.5px;
  line-height:1.65;
  color:#64748b;
  margin:0 0 16px;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.pds-latest-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:14px;
  border-top:1px solid #f1f5f9;
}
.pds-latest-date{
  font-size:12px;
  color:#94a3b8;
  display:flex;
  align-items:center;
  gap:6px;
}
.pds-latest-readmore{
  font-size:13px;
  font-weight:600;
  color:var(--pds-accent);
  display:flex;
  align-items:center;
  gap:6px;
}
.pds-latest-card:hover .pds-latest-readmore{
  gap:10px;
}
.pds-latest-more{
  text-align:center;
}
.pds-latest-more-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:600;
  color:var(--pds-blue);
  text-decoration:none;
  padding:12px 28px;
  border:1px solid #cbd5e1;
  border-radius:999px;
  transition:all .25s ease;
}
.pds-latest-more-link:hover{
  border-color:var(--pds-accent);
  color:var(--pds-accent);
  gap:14px;
}

/* Mineral Grid */
.pds-mineral-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.pds-mineral-card{
  display:block;
  background:#fff;
  border:1px solid var(--pds-border);
  border-radius:12px;
  padding:24px 20px;
  text-decoration:none;
  color:inherit;
  transition:all .25s ease;
  position:relative;
  overflow:hidden;
}
.pds-mineral-card::before{
  content:'';
  position:absolute;
  top:0;left:0;
  width:3px;
  height:100%;
  background:var(--pds-accent);
  transform:scaleY(0);
  transform-origin:top;
  transition:transform .25s ease;
}
.pds-mineral-card:hover{
  border-color:var(--pds-accent);
  box-shadow:0 8px 24px rgba(14,165,233,0.1);
  transform:translateY(-3px);
}
.pds-mineral-card:hover::before{
  transform:scaleY(1);
}
.pds-mineral-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--pds-bg);
  border-radius:8px;
  font-size:16px;
  color:var(--pds-accent);
  margin-bottom:14px;
  transition:all .25s ease;
}
.pds-mineral-card:hover .pds-mineral-icon{
  background:var(--pds-accent);
  color:#fff;
}
.pds-mineral-card h3{
  font-size:15px;
  font-weight:700;
  color:var(--pds-blue);
  margin:0 0 8px;
}
.pds-mineral-card p{
  font-size:12px;
  line-height:1.6;
  color:var(--pds-slate-light);
  margin:0 0 14px;
}
.pds-mineral-link{
  font-size:12px;
  font-weight:600;
  color:var(--pds-accent);
  display:inline-flex;
  align-items:center;
  gap:4px;
}
.pds-mineral-link i{
  transition:transform .2s;
}
.pds-mineral-card:hover .pds-mineral-link i{
  transform:translateX(3px);
}

/* Process Flow */
.pds-process-flow{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.pds-process-card{
  display:block;
  background:#fff;
  border:1px solid var(--pds-border);
  border-radius:10px;
  padding:20px 16px;
  text-decoration:none;
  color:inherit;
  text-align:center;
  transition:all .25s ease;
}
.pds-process-card:hover{
  border-color:var(--pds-accent);
  box-shadow:0 6px 20px rgba(14,165,233,0.1);
  transform:translateY(-3px);
}
.pds-process-icon{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 12px;
  background:linear-gradient(135deg,var(--pds-bg-alt),var(--pds-bg));
  border-radius:8px;
  font-size:15px;
  color:var(--pds-accent);
  transition:all .25s ease;
}
.pds-process-card:hover .pds-process-icon{
  background:linear-gradient(135deg,var(--pds-accent),#0284c7);
  color:#fff;
}
.pds-process-card h3{
  font-size:13px;
  font-weight:700;
  color:var(--pds-blue);
  margin:0 0 6px;
  line-height:1.4;
}
.pds-process-card span{
  font-size:11px;
  color:var(--pds-slate-light);
}

/* Steps */
.pds-steps{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
}
.pds-step{
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:10px;
  padding:24px 18px;
  transition:all .25s ease;
}
.pds-step:hover{
  background:rgba(255,255,255,0.08);
  border-color:var(--pds-accent);
  transform:translateY(-3px);
}
.pds-step-num{
  font-size:28px;
  font-weight:800;
  color:var(--pds-accent);
  margin-bottom:10px;
  line-height:1;
}
.pds-step h3{
  font-size:14px;
  font-weight:700;
  color:#fff;
  margin:0 0 8px;
}
.pds-step p{
  font-size:12px;
  line-height:1.6;
  color:rgba(255,255,255,0.55);
  margin:0;
}

/* CTA */
.pds-cta{
  padding:72px 0;
  background:linear-gradient(135deg,var(--pds-accent) 0%,#0284c7 50%,#0369a1 100%);
  position:relative;
  overflow:hidden;
}
.pds-cta::before{
  content:'';
  position:absolute;
  top:-50%;right:-20%;
  width:80%;height:150%;
  background:radial-gradient(circle,rgba(255,255,255,0.15) 0%,transparent 60%);
  pointer-events:none;
}
.pds-cta-inner{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  z-index:1;
}
.pds-cta-content h2{
  font-size:28px;
  font-weight:700;
  color:#fff;
  margin:0 0 8px;
}
.pds-cta-content p{
  font-size:15px;
  color:rgba(255,255,255,0.8);
  margin:0;
}
.pds-cta-actions{
  display:flex;
  gap:12px;
  flex-shrink:0;
}
.pds-cta-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:13px 26px;
  background:#fff;
  color:var(--pds-accent);
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  border-radius:8px;
  transition:all .2s ease;
  white-space:nowrap;
}
.pds-cta-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,0.15);
}
.pds-cta-btn-outline{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,0.4);
}
.pds-cta-btn-outline:hover{
  background:rgba(255,255,255,0.1);
  border-color:rgba(255,255,255,0.7);
}

/* Category Hero */
.pds-cat-hero{
  position:relative;
  padding:60px 0 50px;
  background:linear-gradient(135deg,var(--pds-blue) 0%,var(--pds-blue-light) 50%,#1e3a5f 100%);
  overflow:hidden;
}
.pds-cat-hero-bg{
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background:
    radial-gradient(circle at 30% 100%,rgba(14,165,233,0.12) 0%,transparent 50%);
  pointer-events:none;
}
.pds-breadcrumb{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  color:rgba(255,255,255,0.5);
  margin-bottom:28px;
  z-index:1;
}
.pds-breadcrumb a{
  color:rgba(255,255,255,0.6);
  text-decoration:none;
  transition:color .2s;
}
.pds-breadcrumb a:hover{
  color:#fff;
}
.pds-breadcrumb i{
  font-size:9px;
  color:rgba(255,255,255,0.3);
}
.pds-breadcrumb span{
  color:rgba(255,255,255,0.8);
}
.pds-cat-hero-inner{
  position:relative;
  z-index:1;
  max-width:720px;
}
.pds-cat-tag{
  display:inline-block;
  padding:5px 12px;
  background:rgba(14,165,233,0.15);
  border:1px solid rgba(14,165,233,0.3);
  border-radius:20px;
  font-size:11px;
  font-weight:600;
  color:var(--pds-accent);
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:16px;
}
.pds-cat-hero-inner h1{
  font-size:36px;
  font-weight:700;
  color:#fff;
  margin:0 0 16px;
  line-height:1.25;
}
.pds-cat-hero-inner p{
  font-size:15px;
  line-height:1.75;
  color:rgba(255,255,255,0.7);
  margin:0 0 22px;
}
.pds-cat-meta{
  display:flex;
  gap:24px;
}
.pds-cat-meta span{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  color:rgba(255,255,255,0.6);
}
.pds-cat-meta i{
  font-size:12px;
  color:var(--pds-accent);
}

/* Category Layout */
.pds-cat-section{
  padding:60px 0;
  background:var(--pds-bg);
}
.pds-cat-layout{
  display:grid;
  grid-template-columns:1fr 300px;
  gap:40px;
  align-items:flex-start;
}
.pds-cat-list-title{
  margin-bottom:24px;
}
.pds-cat-list-title h2{
  font-size:22px;
  font-weight:700;
  color:var(--pds-blue);
  margin:0 0 6px;
}
.pds-cat-list-title p{
  font-size:14px;
  color:var(--pds-slate-light);
  margin:0;
}
.pds-cat-articles{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.pds-cat-article{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:24px;
  background:#fff;
  border:1px solid var(--pds-border);
  border-radius:12px;
  overflow:hidden;
  transition:all .25s ease;
  text-decoration:none;
  color:inherit;
}
.pds-cat-article:hover{
  border-color:var(--pds-accent);
  box-shadow:0 8px 28px rgba(14,165,233,0.1);
  transform:translateY(-2px);
}
.pds-cat-article-thumb{
  position:relative;
  background:linear-gradient(135deg,var(--pds-bg-alt),var(--pds-bg));
  min-height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.pds-cat-article-thumb i{
  font-size:48px;
  color:var(--pds-accent);
  opacity:0.4;
}
.pds-cat-article-body{
  padding:24px 24px 24px 0;
}
.pds-cat-article-tag{
  display:inline-block;
  padding:4px 10px;
  background:var(--pds-bg);
  border-radius:4px;
  font-size:11px;
  font-weight:600;
  color:var(--pds-accent);
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:12px;
}
.pds-cat-article-body h3{
  font-size:17px;
  font-weight:700;
  color:var(--pds-blue);
  margin:0 0 10px;
  line-height:1.4;
}
.pds-cat-article-body p{
  font-size:13px;
  line-height:1.65;
  color:var(--pds-slate-light);
  margin:0 0 14px;
}
.pds-cat-article-more{
  font-size:13px;
  font-weight:600;
  color:var(--pds-accent);
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.pds-cat-article-more i{
  transition:transform .2s;
}
.pds-cat-article:hover .pds-cat-article-more i{
  transform:translateX(3px);
}

/* Sidebar */
.pds-cat-sidebar{
  position:sticky;
  top:80px;
  display:flex;
  flex-direction:column;
  gap:20px;
}
.pds-side-block{
  background:#fff;
  border:1px solid var(--pds-border);
  border-radius:10px;
  padding:20px;
}
.pds-side-block h4{
  font-size:14px;
  font-weight:700;
  color:var(--pds-blue);
  margin:0 0 14px;
  padding-bottom:10px;
  border-bottom:1px solid var(--pds-border);
}
.pds-side-list{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.pds-side-list a{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border-radius:6px;
  font-size:13px;
  color:var(--pds-slate);
  text-decoration:none;
  transition:all .2s ease;
}
.pds-side-list a:hover{
  background:var(--pds-bg);
  color:var(--pds-accent);
}
.pds-side-list a i{
  font-size:11px;
  color:var(--pds-slate-light);
}
.pds-side-list a:hover i{
  color:var(--pds-accent);
}
.pds-side-cta{
  background:linear-gradient(135deg,var(--pds-blue) 0%,var(--pds-blue-light) 100%);
  border-radius:10px;
  padding:22px;
  color:#fff;
}
.pds-side-cta h4{
  font-size:15px;
  font-weight:700;
  margin:0 0 8px;
}
.pds-side-cta p{
  font-size:12px;
  line-height:1.6;
  color:rgba(255,255,255,0.65);
  margin:0 0 14px;
}
.pds-side-cta-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:9px 16px;
  background:var(--pds-accent);
  color:#fff;
  font-size:12px;
  font-weight:600;
  text-decoration:none;
  border-radius:6px;
  transition:all .2s ease;
}
.pds-side-cta-btn:hover{
  background:#0284c7;
  transform:translateY(-2px);
}

/* Article Hero */
.pds-article-hero{
  position:relative;
  padding:60px 0 50px;
  background:linear-gradient(135deg,var(--pds-blue) 0%,var(--pds-blue-light) 50%,#1e3a5f 100%);
  overflow:hidden;
}
.pds-article-header{
  position:relative;
  z-index:1;
  max-width:780px;
}
.pds-article-tags{
  display:flex;
  gap:8px;
  margin-bottom:18px;
}
.pds-tag{
  display:inline-block;
  padding:5px 12px;
  background:rgba(14,165,233,0.15);
  border:1px solid rgba(14,165,233,0.3);
  border-radius:20px;
  font-size:11px;
  font-weight:600;
  color:var(--pds-accent);
  text-transform:uppercase;
  letter-spacing:0.5px;
}

/* ========================================================= */
/* ============== Products Section (prod-) ================== */
/* ========================================================= */

:root{
  --prod-dark:#0a1628;
  --prod-dark-2:#111d33;
  --prod-blue:#1e3a5f;
  --prod-blue-light:#2d4a6f;
  --prod-accent:#f59e0b;
  --prod-accent-light:#fbbf24;
  --prod-text:#1e293b;
  --prod-text-light:#64748b;
  --prod-text-muted:#94a3b8;
  --prod-bg:#f8fafc;
  --prod-bg-alt:#f1f5f9;
  --prod-border:#e2e8f0;
  --prod-border-light:#e8eef4;
}

/* ============ Global Button ============ */
.prod-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 28px;
  font-size:14px;
  font-weight:600;
  border-radius:8px;
  text-decoration:none;
  transition:all .25s ease;
  cursor:pointer;
  border:none;
  line-height:1.4;
  white-space:nowrap;
}
.prod-btn-sm{padding:10px 20px;font-size:13px;}
.prod-btn-lg{padding:16px 32px;font-size:15px;}
.prod-btn-full{width:100%;justify-content:center;}
.prod-btn-primary{
  background:linear-gradient(135deg,var(--prod-accent),var(--prod-accent-light));
  color:#1e293b;
  box-shadow:0 4px 14px rgba(245,158,11,0.4);
}
.prod-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(245,158,11,0.5);
}
.prod-btn-outline{
  background:transparent;
  border:2px solid #64748b;
  color:#1e293b;
}
.prod-btn-outline:hover{
  border-color:var(--prod-accent);
  color:var(--prod-accent);
}
.prod-btn-outline-light{
  background:transparent;
  border:2px solid rgba(255,255,255,0.3);
  color:#fff;
}
.prod-btn-outline-light:hover{
  border-color:var(--prod-accent);
  color:var(--prod-accent);
}

/* ============ Section Common ============ */
.prod-section{
  padding:56px 0;
}
.prod-section-alt{background:var(--prod-bg);}
.prod-section-dark{
  background:linear-gradient(180deg,var(--prod-dark) 0%,var(--prod-dark-2) 100%);
}
.prod-sec-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:28px;
}
.prod-sec-head-center{
  display:block;
  text-align:center;
  max-width:650px;
  margin:0 auto 28px;
}
.prod-sec-eyebrow{
  font-size:10.5px;
  font-weight:700;
  letter-spacing:1.8px;
  text-transform:uppercase;
  color:var(--prod-accent);
  margin-bottom:8px;
  display:block;
}
.prod-sec-title{
  font-size:26px;
  font-weight:800;
  color:var(--prod-text);
  margin:0 0 8px;
  line-height:1.2;
  letter-spacing:-0.3px;
}
.prod-sec-title span{color:var(--prod-accent);}
.prod-sec-desc{
  font-size:13.5px;
  line-height:1.65;
  color:var(--prod-text-light);
  margin:0;
  max-width:520px;
}
.prod-sec-head-right{
  display:flex;
  gap:8px;
  flex-shrink:0;
}
.prod-sec-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 12px;
  background:rgba(245,158,11,0.1);
  color:var(--prod-accent);
  font-size:11.5px;
  font-weight:600;
  border-radius:999px;
  white-space:nowrap;
  transition:all .25s ease;
}
.prod-sec-badge:hover{
  background:rgba(245,158,11,0.18);
  transform:translateY(-1px);
}
.prod-sec-head-light .prod-sec-title{color:#fff;}
.prod-sec-head-light .prod-sec-desc{color:rgba(255,255,255,0.65);}

/* ============ Hero Section ============ */
.prod-hero{
  position:relative;
  padding:80px 0 70px;
  background:linear-gradient(135deg,var(--prod-dark) 0%,var(--prod-dark-2) 50%,var(--prod-blue) 100%);
  overflow:hidden;
}
.prod-hero-bg{
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background:
    radial-gradient(circle at 85% 15%,rgba(245,158,11,0.12) 0%,transparent 45%),
    radial-gradient(circle at 15% 85%,rgba(14,165,233,0.1) 0%,transparent 40%);
  pointer-events:none;
}
.prod-hero-overlay{
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  pointer-events:none;
}
.prod-hero-inner{
  position:relative;
  z-index:1;
  max-width:820px;
}
.prod-hero-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  font-weight:700;
  letter-spacing:2px;
  color:var(--prod-accent);
  text-transform:uppercase;
  margin-bottom:18px;
  padding:6px 14px;
  background:rgba(245,158,11,0.1);
  border-radius:999px;
  border:1px solid rgba(245,158,11,0.2);
}
.prod-hero-label-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--prod-accent);
  box-shadow:0 0 8px var(--prod-accent);
}
.prod-hero-title{
  font-size:42px;
  font-weight:800;
  line-height:1.15;
  color:#fff;
  margin:0 0 18px;
  letter-spacing:-0.8px;
}
.prod-hero-title span{
  color:var(--prod-accent);
  position:relative;
  display:inline-block;
}
.prod-hero-desc{
  font-size:15px;
  line-height:1.75;
  color:rgba(255,255,255,0.7);
  margin:0 0 30px;
  max-width:680px;
}
.prod-hero-actions{
  display:flex;
  gap:14px;
  margin-bottom:44px;
  flex-wrap:wrap;
}
.prod-hero-actions .prod-btn-outline{
  border-color:rgba(255,255,255,0.4);
  color:#fff;
}
.prod-hero-actions .prod-btn-outline:hover{
  border-color:var(--prod-accent);
  color:var(--prod-accent);
}
.prod-hero-stats{
  display:flex;
  gap:44px;
  padding-top:32px;
  border-top:1px solid rgba(255,255,255,0.1);
}
.prod-hero-stat{
  display:flex;
  flex-direction:column;
  gap:5px;
}
.prod-hero-stat-num{
  font-size:30px;
  font-weight:800;
  color:#fff;
  line-height:1;
  letter-spacing:-0.8px;
}
.prod-hero-stat-label{
  font-size:12px;
  color:rgba(255,255,255,0.5);
  text-transform:uppercase;
  letter-spacing:0.5px;
}

/* ============ Product Category Grid ============ */
.prod-cat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.prod-cat-card{
  display:block;
  position:relative;
  background:#fff;
  border:1px solid var(--prod-border-light);
  border-radius:12px;
  padding:18px 16px;
  text-decoration:none;
  color:inherit;
  transition:all .3s cubic-bezier(.4,0,.2,1);
  overflow:hidden;
  cursor:pointer;
}
.prod-cat-card::before{
  content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:2px;
  background:linear-gradient(90deg,var(--prod-accent),var(--prod-accent-light));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s cubic-bezier(.4,0,.2,1);
}
.prod-cat-card::after{
  content:'';
  position:absolute;
  inset:0;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(245,158,11,0.12);
  opacity:0;
  transition:opacity .3s ease;
  pointer-events:none;
}
.prod-cat-card:hover{
  transform:translateY(-3px);
  border-color:var(--prod-accent);
}
.prod-cat-card:hover::before{
  transform:scaleX(1);
}
.prod-cat-card:hover::after{
  opacity:1;
}
.prod-cat-icon{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(245,158,11,0.1),rgba(245,158,11,0.05));
  border-radius:10px;
  font-size:18px;
  color:var(--prod-accent);
  margin-bottom:12px;
  transition:all .3s cubic-bezier(.4,0,.2,1);
}
.prod-cat-card:hover .prod-cat-icon{
  background:linear-gradient(135deg,var(--prod-accent),var(--prod-accent-light));
  color:#fff;
  transform:scale(1.1) rotate(-5deg);
  box-shadow:0 6px 16px rgba(245,158,11,0.35);
}
.prod-cat-card h3{
  font-size:14.5px;
  font-weight:700;
  color:var(--prod-text);
  margin:0 0 4px;
  transition:color .25s ease;
}
.prod-cat-card:hover h3{
  color:var(--prod-accent);
}
.prod-cat-card p{
  font-size:12px;
  line-height:1.55;
  color:var(--prod-text-light);
  margin:0 0 10px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.prod-cat-card-arrow{
  display:inline-flex;
  align-items:center;
  gap:4px;
  font-size:11.5px;
  font-weight:600;
  color:var(--prod-accent);
  transition:all .25s ease;
}
.prod-cat-card:hover .prod-cat-card-arrow{
  gap:8px;
  transform:translateX(2px);
}

/* ============ Product Card Grid ============ */
.prod-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
@media(min-width:1400px){
  .prod-card-grid{grid-template-columns:repeat(6,1fr);gap:20px;}
}
.prod-card{
  display:block;
  background:#fff;
  border:1px solid var(--prod-border-light);
  border-radius:16px;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  transition:all .3s ease;
  position:relative;
}
.prod-section-dark .prod-card{
  background:rgba(255,255,255,0.04);
  border-color:rgba(255,255,255,0.1);
}
.prod-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 50px rgba(0,0,0,0.12);
  border-color:var(--prod-accent);
}
.prod-card-img{
  position:relative;
  aspect-ratio:4/3;
  background:var(--prod-bg);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.prod-section-dark .prod-card-img{
  background:rgba(255,255,255,0.03);
}
.prod-card-img img{
  width:80%;
  height:80%;
  object-fit:contain;
  transition:transform .4s ease;
}
.prod-card:hover .prod-card-img img{
  transform:scale(1.08);
}
.prod-card-badge{
  position:absolute;
  top:16px;
  left:16px;
  padding:5px 12px;
  background:var(--prod-accent);
  color:#1e293b;
  font-size:11px;
  font-weight:700;
  border-radius:999px;
  text-transform:uppercase;
  letter-spacing:0.5px;
}
.prod-card-body{
  padding:24px;
}
.prod-card-cat{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:11px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--prod-accent);
  margin-bottom:10px;
}
.prod-card h3{
  font-size:17px;
  font-weight:700;
  color:var(--prod-text);
  margin:0 0 10px;
  line-height:1.4;
  transition:color .25s ease;
}
.prod-section-dark .prod-card h3{color:#fff;}
.prod-card:hover h3{color:var(--prod-accent);}
.prod-card-desc{
  font-size:13.5px;
  line-height:1.65;
  color:var(--prod-text-light);
  margin:0 0 16px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.prod-section-dark .prod-card-desc{color:rgba(255,255,255,0.55);}
.prod-card-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:16px;
  border-top:1px solid var(--prod-border);
}
.prod-section-dark .prod-card-footer{border-color:rgba(255,255,255,0.08);}
.prod-card-capacity{
  font-size:12.5px;
  color:var(--prod-text-light);
  display:flex;
  align-items:center;
  gap:6px;
}
.prod-card-capacity i{color:var(--prod-accent);}
.prod-section-dark .prod-card-capacity{color:rgba(255,255,255,0.5);}
.prod-card-link{
  font-size:13px;
  font-weight:600;
  color:var(--prod-accent);
  display:flex;
  align-items:center;
  gap:6px;
  transition:gap .25s ease;
}
.prod-card:hover .prod-card-link{gap:10px;}

.prod-view-all{
  text-align:center;
  margin-top:50px;
}

/* ============ Why WSHT ============ */
.prod-why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}
.prod-why-card{
  background:#fff;
  border:1px solid var(--prod-border-light);
  border-radius:16px;
  padding:32px 28px;
  transition:all .3s ease;
  position:relative;
  overflow:hidden;
}
.prod-why-card::after{
  content:'';
  position:absolute;
  bottom:0;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg,var(--prod-accent),transparent);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s ease;
}
.prod-why-card:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 32px rgba(0,0,0,0.08);
  border-color:var(--prod-accent);
}
.prod-why-card:hover::after{transform:scaleX(1);}
.prod-why-icon{
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--prod-accent),var(--prod-accent-light));
  border-radius:14px;
  font-size:24px;
  color:#fff;
  margin-bottom:22px;
  box-shadow:0 6px 20px rgba(245,158,11,0.35);
}
.prod-why-card h3{
  font-size:17px;
  font-weight:700;
  color:var(--prod-text);
  margin:0 0 12px;
}
.prod-why-card p{
  font-size:14px;
  line-height:1.7;
  color:var(--prod-text-light);
  margin:0;
}

/* ============ CTA Section ============ */
.prod-cta{
  position:relative;
  padding:80px 0;
  overflow:hidden;
  background:linear-gradient(135deg,var(--prod-dark) 0%,var(--prod-dark-2) 50%,var(--prod-blue) 100%);
}
.prod-cta-bg{
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background:
    radial-gradient(circle at 90% 50%,rgba(245,158,11,0.1) 0%,transparent 50%);
  pointer-events:none;
}
.prod-cta-inner{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
}
.prod-cta-eyebrow{
  font-size:11px;
  font-weight:700;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:var(--prod-accent);
  margin-bottom:16px;
  display:block;
}
.prod-cta-content h2{
  font-size:32px;
  font-weight:800;
  color:#fff;
  margin:0 0 16px;
  line-height:1.25;
  letter-spacing:-0.5px;
}
.prod-cta-content h2 span{color:var(--prod-accent);}
.prod-cta-content p{
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,0.65);
  margin:0;
  max-width:580px;
}
.prod-cta-actions{
  display:flex;
  gap:16px;
  flex-shrink:0;
}

/* ============ Breadcrumbs ============ */
.prod-breadcrumbs{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  color:rgba(255,255,255,0.6);
  margin-bottom:36px;
  flex-wrap:wrap;
}
.prod-breadcrumbs a{
  color:rgba(255,255,255,0.6);
  text-decoration:none;
  transition:color .2s ease;
}
.prod-breadcrumbs a:hover{color:var(--prod-accent);}
.prod-bread-sep{color:rgba(255,255,255,0.3);}
.prod-bread-current{
  color:#fff;
  font-weight:500;
}

/* ============ Category Hero ============ */
.prod-cat-hero{
  position:relative;
  padding:80px 0 70px;
  background:linear-gradient(135deg,var(--prod-dark) 0%,var(--prod-dark-2) 100%);
  overflow:hidden;
}
.prod-cat-hero-bg{
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background:
    radial-gradient(circle at 90% 20%,rgba(245,158,11,0.12) 0%,transparent 45%);
  pointer-events:none;
}
.prod-cat-hero-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 320px;
  gap:60px;
  align-items:center;
}
.prod-cat-hero-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:var(--prod-accent);
  margin-bottom:16px;
}
.prod-cat-hero-title{
  font-size:42px;
  font-weight:800;
  color:#fff;
  margin:0 0 18px;
  line-height:1.15;
  letter-spacing:-0.8px;
}
.prod-cat-hero-title span{color:var(--prod-accent);}
.prod-cat-hero-desc{
  font-size:15px;
  line-height:1.75;
  color:rgba(255,255,255,0.65);
  margin:0 0 28px;
}
.prod-cat-hero-meta{
  display:flex;
  gap:32px;
  flex-wrap:wrap;
}
.prod-cat-hero-meta-item{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  color:rgba(255,255,255,0.7);
}
.prod-cat-hero-meta-item i{
  color:var(--prod-accent);
  font-size:16px;
}
.prod-cat-hero-meta-item strong{
  color:#fff;
  font-weight:700;
}
.prod-cat-cta-box{
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:16px;
  padding:28px 24px;
  text-align:center;
  backdrop-filter:blur(10px);
}
.prod-cat-cta-icon{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--prod-accent),var(--prod-accent-light));
  border-radius:14px;
  font-size:22px;
  color:#fff;
  margin:0 auto 18px;
}
.prod-cat-cta-box h3{
  font-size:16px;
  font-weight:700;
  color:#fff;
  margin:0 0 10px;
}
.prod-cat-cta-box p{
  font-size:13px;
  line-height:1.6;
  color:rgba(255,255,255,0.6);
  margin:0 0 18px;
}

/* ============ Category Layout ============ */
.prod-cat-layout{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:40px;
  align-items:flex-start;
}
.prod-sidebar{
  position:sticky;
  top:100px;
}
.prod-sidebar-card{
  background:#fff;
  border:1px solid var(--prod-border-light);
  border-radius:14px;
  padding:20px;
  margin-bottom:20px;
}
.prod-sidebar-title{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:700;
  color:var(--prod-text);
  margin-bottom:14px;
  padding-bottom:14px;
  border-bottom:1px solid var(--prod-border);
}
.prod-sidebar-list{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.prod-side-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:11px 14px;
  font-size:13.5px;
  color:var(--prod-text-light);
  text-decoration:none;
  border-radius:8px;
  transition:all .2s ease;
}
.prod-side-item i{
  width:16px;
  font-size:13px;
  color:var(--prod-text-muted);
}
.prod-side-item:hover{
  background:var(--prod-bg);
  color:var(--prod-text);
}
.prod-side-item.active{
  background:rgba(245,158,11,0.1);
  color:var(--prod-accent);
  font-weight:600;
}
.prod-side-item.active i{color:var(--prod-accent);}
.prod-sidebar-highlight{
  background:linear-gradient(135deg,var(--prod-dark) 0%,var(--prod-dark-2) 100%);
  border:1px solid rgba(255,255,255,0.1);
  text-align:center;
}
.prod-sidebar-highlight .prod-sidebar-highlight-icon{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(245,158,11,0.15);
  border-radius:14px;
  font-size:22px;
  color:var(--prod-accent);
  margin:0 auto 16px;
}
.prod-sidebar-highlight h4{
  font-size:15px;
  font-weight:700;
  color:#fff;
  margin:0 0 8px;
}
.prod-sidebar-highlight p{
  font-size:12.5px;
  line-height:1.6;
  color:rgba(255,255,255,0.6);
  margin:0 0 16px;
}
.prod-sidebar-highlight .prod-btn-outline{
  border-color:rgba(255,255,255,0.2);
  color:#fff;
}
.prod-sidebar-highlight .prod-btn-outline:hover{
  border-color:var(--prod-accent);
  color:var(--prod-accent);
}

.prod-cat-list-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  margin-bottom:28px;
}
.prod-cat-list-title{
  font-size:26px;
  font-weight:800;
  color:var(--prod-text);
  margin:0 0 6px;
  letter-spacing:-0.3px;
}
.prod-cat-list-desc{
  font-size:14px;
  color:var(--prod-text-light);
  margin:0;
}

/* ============ Product Detail Hero ============ */
.prod-detail-hero{
  position:relative;
  padding:80px 0 70px;
  background:linear-gradient(180deg,var(--prod-dark) 0%,var(--prod-dark-2) 100%);
  overflow:hidden;
}
.prod-detail-hero-bg{
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background:
    radial-gradient(circle at 20% 80%,rgba(245,158,11,0.08) 0%,transparent 50%);
  pointer-events:none;
}
.prod-detail-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:60px;
  align-items:center;
}
.prod-detail-media{
  position:relative;
}
.prod-detail-media-inner{
  position:relative;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:20px;
  padding:40px;
  overflow:hidden;
}
.prod-detail-img-wrap{
  position:relative;
  aspect-ratio:4/3;
  display:flex;
  align-items:center;
  justify-content:center;
}
.prod-detail-img-wrap img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  transition:transform .3s ease;
}
.prod-detail-badges{
  position:absolute;
  top:20px;
  left:20px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.prod-detail-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 12px;
  background:rgba(245,158,11,0.15);
  color:var(--prod-accent);
  font-size:11px;
  font-weight:600;
  border-radius:999px;
  border:1px solid rgba(245,158,11,0.25);
}
.prod-detail-mini-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:20px;
}
.prod-detail-stat{
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:12px;
  padding:16px 12px;
  text-align:center;
}
.prod-detail-stat-num{
  font-size:22px;
  font-weight:800;
  color:var(--prod-accent);
  line-height:1;
  margin-bottom:6px;
}
.prod-detail-stat-label{
  font-size:11px;
  color:rgba(255,255,255,0.5);
  text-transform:uppercase;
  letter-spacing:0.5px;
}

.prod-detail-info{
  position:relative;
}
.prod-detail-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 14px;
  background:rgba(245,158,11,0.12);
  color:var(--prod-accent);
  font-size:12px;
  font-weight:600;
  border-radius:999px;
  margin-bottom:18px;
}
.prod-detail-title{
  font-size:40px;
  font-weight:800;
  color:#fff;
  margin:0 0 18px;
  line-height:1.15;
  letter-spacing:-0.8px;
}
.prod-detail-capacity{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:15px;
  color:rgba(255,255,255,0.6);
  margin-bottom:22px;
  padding-bottom:22px;
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.prod-detail-capacity i{color:var(--prod-accent);}
.prod-detail-capacity strong{
  color:var(--prod-accent);
  font-weight:700;
  font-size:17px;
}
.prod-detail-summary{
  font-size:15px;
  line-height:1.8;
  color:rgba(255,255,255,0.7);
  margin:0 0 28px;
}
.prod-detail-cta-row{
  display:flex;
  gap:14px;
  margin-bottom:28px;
  flex-wrap:wrap;
}
.prod-detail-cta-row .prod-btn-outline{
  border-color:rgba(255,255,255,0.5);
  color:#fff;
  background:rgba(255,255,255,0.06);
}
.prod-detail-cta-row .prod-btn-outline:hover{
  border-color:var(--prod-accent);
  color:var(--prod-accent);
  background:rgba(245,158,11,0.1);
}
.prod-detail-highlights{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:28px;
}
.prod-detail-highlight{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13.5px;
  color:rgba(255,255,255,0.75);
}
.prod-detail-highlight i{color:#10b981;}
.prod-detail-contact{
  display:flex;
  align-items:center;
  gap:16px;
  padding:18px 20px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:14px;
}
.prod-detail-contact-icon{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#25d366;
  border-radius:12px;
  font-size:20px;
  color:#fff;
  flex-shrink:0;
}
.prod-detail-contact-text{
  flex:1;
  min-width:0;
}
.prod-detail-contact-label{
  font-size:12px;
  color:rgba(255,255,255,0.5);
  margin-bottom:3px;
}
.prod-detail-contact-num{
  font-size:15px;
  font-weight:700;
  color:#fff;
}

/* ============ Product Detail Body ============ */
.prod-detail-body{
  max-width:1200px;
  margin:0 auto;
  font-size:16px;
  line-height:1.85;
  color:var(--prod-text);
}

/* ============ Author Social Links (in detail info column) ============ */
.prod-author-social{
  margin-top:20px;
  padding:18px 20px;
  background:linear-gradient(135deg, rgba(6,14,28,0.95) 0%, rgba(14,30,52,0.95) 100%);
  border-radius:14px;
  border:1px solid rgba(212,175,55,0.2);
}
.prod-author-social-label{
  font-size:11.5px;
  font-weight:700;
  color:var(--prod-accent);
  text-transform:uppercase;
  letter-spacing:0.14em;
  margin-bottom:12px;
  display:flex;
  align-items:center;
  gap:8px;
}
.prod-author-social-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:8px;
}
.prod-author-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:9px 10px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:8px;
  color:#fff;
  font-size:12.5px;
  font-weight:500;
  text-decoration:none;
  transition:all 0.25s ease;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.prod-author-social a:hover{
  background:rgba(212,175,55,0.15);
  border-color:var(--prod-accent);
  color:var(--prod-accent);
  transform:translateY(-1px);
}
.prod-author-social a i{ font-size:14px; }
.prod-author-social a.pas-email:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.3)}
.prod-author-social a.pas-whatsapp:hover{background:rgba(37,211,102,0.18);border-color:#25d366;color:#25d366}
.prod-author-social a.pas-phone:hover{background:rgba(59,130,246,0.18);border-color:#3b82f6;color:#60a5fa}
.prod-author-social a.pas-linkedin:hover{background:rgba(0,119,181,0.2);border-color:#0077b5;color:#00a0dc}
.prod-author-social a.pas-facebook:hover{background:rgba(24,119,242,0.2);border-color:#1877f2;color:#1877f2}
.prod-author-social a.pas-twitter:hover{background:rgba(29,161,242,0.2);border-color:#1da1f2;color:#1da1f2}
.prod-author-social a.pas-skype:hover{background:rgba(0,175,240,0.2);border-color:#00aff0;color:#00aff0}

.prod-detail-body h2{
  font-size:26px;
  font-weight:800;
  color:var(--prod-text);
  margin:40px 0 18px;
  letter-spacing:-0.3px;
}
.prod-detail-body h3{
  font-size:20px;
  font-weight:700;
  color:var(--prod-text);
  margin:30px 0 14px;
}
.prod-detail-body p{margin:0 0 16px;}
.prod-detail-body ul,
.prod-detail-body ol{
  padding-left:24px;
  margin:0 0 16px;
}
.prod-detail-body li{margin-bottom:8px;}
.prod-detail-body table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
  font-size:14px;
}
.prod-detail-body th{
  background:var(--prod-dark);
  color:#fff;
  padding:12px 16px;
  text-align:left;
  font-weight:600;
}
.prod-detail-body td{
  padding:12px 16px;
  border-bottom:1px solid var(--prod-border);
}
.prod-detail-body tr:nth-child(even) td{background:var(--prod-bg);}

/* ============ Feature Grid (Detail) ============ */
.prod-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.prod-feature-card{
  position:relative;
  background:#fff;
  border:1px solid var(--prod-border-light);
  border-radius:16px;
  padding:32px 26px 28px;
  transition:all .3s ease;
}
.prod-feature-card:hover{
  transform:translateY(-4px);
  border-color:var(--prod-accent);
  box-shadow:0 12px 32px rgba(0,0,0,0.08);
}
.prod-feature-num{
  position:absolute;
  top:20px;
  right:24px;
  font-size:36px;
  font-weight:900;
  color:var(--prod-border);
  line-height:1;
  letter-spacing:-1px;
}
.prod-feature-icon{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(245,158,11,0.1),rgba(245,158,11,0.05));
  border-radius:14px;
  font-size:22px;
  color:var(--prod-accent);
  margin-bottom:18px;
  position:relative;
  z-index:1;
  transition:all .3s ease;
}
.prod-feature-card:hover .prod-feature-icon{
  background:linear-gradient(135deg,var(--prod-accent),var(--prod-accent-light));
  color:#fff;
}
.prod-feature-card h3{
  font-size:16px;
  font-weight:700;
  color:var(--prod-text);
  margin:0 0 10px;
  position:relative;
  z-index:1;
}
.prod-feature-card p{
  font-size:13.5px;
  line-height:1.7;
  color:var(--prod-text-light);
  margin:0;
  position:relative;
  z-index:1;
}

/* ============ Responsive ============ */
@media (max-width:1280px){
  .prod-hero-title{font-size:44px;}
  .prod-cat-grid{grid-template-columns:repeat(3,1fr);gap:12px;}
  .prod-why-grid{grid-template-columns:repeat(3,1fr);}
  .prod-feature-grid{grid-template-columns:repeat(2,1fr);}
  .prod-detail-body{max-width:100%;padding:0 24px;}
}

@media (max-width:1024px){
  .prod-hero{padding:80px 0 70px;min-height:auto;}
  .prod-hero-title{font-size:36px;}
  .prod-hero-desc{font-size:15px;}
  .prod-hero-stats{gap:32px;}
  .prod-hero-stat-num{font-size:28px;}
  .prod-section{padding:48px 0;}
  .prod-sec-title{font-size:24px;}
  .prod-sec-head{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px;}
  .prod-cat-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .prod-card-grid{grid-template-columns:repeat(2,1fr);}
  .prod-why-grid{grid-template-columns:repeat(2,1fr);}
  .prod-cta-inner{flex-direction:column;gap:32px;text-align:center;}
  .prod-cta-actions{justify-content:center;}
  .prod-cta-content h2{font-size:26px;}
  .prod-cat-hero-inner{grid-template-columns:1fr;gap:30px;}
  .prod-cat-hero-title{font-size:32px;}
  .prod-cat-layout{grid-template-columns:1fr;}
  .prod-sidebar{position:static;}
  .prod-detail-grid{grid-template-columns:1fr;gap:40px;}
  .prod-detail-title{font-size:32px;}
  .prod-feature-grid{grid-template-columns:repeat(2,1fr);}
}

@media (max-width:720px){
  .prod-hero{padding:60px 0 50px;}
  .prod-hero-title{font-size:28px;}
  .prod-hero-desc{font-size:14px;}
  .prod-hero-actions{flex-direction:column;}
  .prod-hero-actions .prod-btn{justify-content:center;}
  .prod-hero-stats{flex-direction:column;gap:20px;padding-top:28px;}
  .prod-section{padding:48px 0;}
  .prod-sec-title{font-size:24px;}
  .prod-sec-head{margin-bottom:36px;}
  .prod-sec-head-center{margin-bottom:36px;}
  .prod-cat-grid{grid-template-columns:1fr;}
  .prod-card-grid{grid-template-columns:1fr;}
  .prod-why-grid{grid-template-columns:1fr;}
  .prod-cta-content h2{font-size:22px;}
  .prod-cta-actions{flex-direction:column;width:100%;}
  .prod-cta-actions .prod-btn{justify-content:center;}
  .prod-cat-hero-title{font-size:26px;}
  .prod-cat-hero-meta{flex-direction:column;gap:12px;}
  .prod-cat-list-title{font-size:22px;}
  .prod-detail-title{font-size:26px;}
  .prod-detail-highlights{grid-template-columns:1fr;}
  .prod-detail-contact{flex-direction:column;text-align:center;}
  .prod-feature-grid{grid-template-columns:1fr;}
  .prod-detail-media-inner{padding:24px;}
  .prod-detail-mini-stats{grid-template-columns:1fr 1fr;}
  .prod-author-social{margin-top:16px;padding:14px 16px;}
  .prod-author-social-grid{grid-template-columns:repeat(2,1fr);}
  .prod-author-social a{font-size:12px;padding:8px 6px;}
}
.pds-tag-light{
  background:rgba(255,255,255,0.08);
  border-color:rgba(255,255,255,0.15);
  color:rgba(255,255,255,0.7);
}
.pds-article-title{
  font-size:38px;
  font-weight:800;
  color:#fff;
  margin:0 0 22px;
  line-height:1.2;
  letter-spacing:-0.3px;
}
.pds-article-meta{
  display:flex;
  gap:24px;
}
.pds-article-meta span{
  display:flex;
  align-items:center;
  gap:7px;
  font-size:13px;
  color:rgba(255,255,255,0.6);
}
.pds-article-meta i{
  font-size:12px;
  color:var(--pds-accent);
}

/* Article Content */
.pds-article-section{
  padding:60px 0;
  background:var(--pds-bg);
}
.pds-article-layout{
  display:grid;
  grid-template-columns:1fr 300px;
  gap:40px;
  align-items:flex-start;
}
.pds-article-main{
  display:flex;
  flex-direction:column;
  gap:32px;
}
.pds-article-content{
  background:#fff;
  border:1px solid var(--pds-border);
  border-radius:12px;
  padding:36px;
  color:var(--pds-slate);
  line-height:1.8;
  font-size:15px;
}
.pds-article-content h2{
  font-size:24px;
  font-weight:700;
  color:var(--pds-blue);
  margin:32px 0 16px;
}
.pds-article-content h2:first-child{
  margin-top:0;
}
.pds-article-content h3{
  font-size:19px;
  font-weight:700;
  color:var(--pds-blue);
  margin:24px 0 12px;
}
.pds-article-content p{
  margin:0 0 16px;
  color:var(--pds-slate);
  line-height:1.8;
}
.pds-article-content ul,
.pds-article-content ol{
  margin:0 0 16px;
  padding-left:24px;
}
.pds-article-content li{
  margin-bottom:8px;
  color:var(--pds-slate);
}
.pds-article-content blockquote{
  margin:24px 0;
  padding:20px 24px;
  background:var(--pds-bg);
  border-left:3px solid var(--pds-accent);
  border-radius:0 8px 8px 0;
  color:var(--pds-slate);
  font-style:italic;
}

/* Highlights */
.pds-highlights{
  background:#fff;
  border:1px solid var(--pds-border);
  border-radius:12px;
  padding:28px;
}
.pds-highlights h3{
  font-size:18px;
  font-weight:700;
  color:var(--pds-blue);
  margin:0 0 18px;
}
.pds-highlights-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.pds-highlight-item{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  color:var(--pds-slate);
}
.pds-highlight-item i{
  font-size:16px;
  color:var(--pds-accent);
  flex-shrink:0;
}

/* Article CTA */
.pds-article-cta{
  background:linear-gradient(135deg,var(--pds-blue) 0%,var(--pds-blue-light) 100%);
  border-radius:14px;
  padding:32px;
}
.pds-article-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.pds-article-cta h3{
  font-size:20px;
  font-weight:700;
  color:#fff;
  margin:0 0 6px;
}
.pds-article-cta p{
  font-size:14px;
  color:rgba(255,255,255,0.65);
  margin:0;
}

/* Sidebar Contact */
.pds-article-sidebar{
  position:sticky;
  top:80px;
  display:flex;
  flex-direction:column;
  gap:20px;
}
.pds-side-contact{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.pds-side-contact-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  background:var(--pds-bg);
  border-radius:6px;
  font-size:13px;
  color:var(--pds-slate);
}
.pds-side-contact-item i{
  font-size:13px;
  color:var(--pds-accent);
  width:16px;
}

/* Responsive */
@media (max-width:1024px){
  .pds-hero{padding:48px 0 54px;}
  .pds-hero-inner{margin-bottom:28px;}
  .pds-hero-title{font-size:34px;}
  .pds-hero-advantages{padding:28px 24px;}
  .pds-adv-head h2{font-size:20px;}
  .pds-adv-head{margin-bottom:20px;}
  .pds-section{padding:64px 0;}
  .pds-adv-grid{grid-template-columns:repeat(2,1fr);}
  .pds-latest-grid{grid-template-columns:repeat(2,1fr);}
  .pds-mineral-grid{grid-template-columns:repeat(2,1fr);}
  .pds-process-flow{grid-template-columns:repeat(3,1fr);}
  .pds-steps{grid-template-columns:repeat(3,1fr);}
  .pds-cta-inner{flex-direction:column;text-align:center;}
  .pds-cta-actions{justify-content:center;}
  .pds-cat-layout{grid-template-columns:1fr;}
  .pds-cat-sidebar{order:-1;position:static;}
  .pds-side-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;}
  .pds-article-layout{grid-template-columns:1fr;}
  .pds-article-sidebar{position:static;}
}
@media (max-width:720px){
  .pds-hero{padding:48px 0 40px;}
  .pds-hero-title{font-size:28px;}
  .pds-hero-desc{font-size:14px;}
  .pds-hero-meta{gap:24px;}
  .pds-hero-meta-item strong{font-size:22px;}
  .pds-section{padding:48px 0;}
  .pds-sec-title{font-size:24px;}
  .pds-adv-grid{grid-template-columns:1fr;}
  .pds-latest-grid{grid-template-columns:1fr;}
  .pds-mineral-grid{grid-template-columns:1fr;}
  .pds-process-flow{grid-template-columns:repeat(2,1fr);}
  .pds-steps{grid-template-columns:repeat(2,1fr);}
  .pds-cta{padding:48px 0;}
  .pds-cta-content h2{font-size:22px;}
  .pds-cta-actions{flex-direction:column;width:100%;}
  .pds-cta-btn{justify-content:center;}
  .pds-cat-hero{padding:44px 0 36px;}
  .pds-cat-hero-inner h1{font-size:26px;}
  .pds-cat-meta{flex-wrap:wrap;gap:16px;}
  .pds-cat-article{grid-template-columns:1fr;}
  .pds-cat-article-body{padding:0 20px 20px;}
  .pds-cat-article-thumb{aspect-ratio:16/9;}
  .pds-side-list{grid-template-columns:1fr;}
  .pds-article-title{font-size:28px;}
  .pds-article-meta{flex-wrap:wrap;gap:16px;}
  .pds-article-content{padding:24px;}
  .pds-article-content h2{font-size:20px;}
  .pds-highlights-grid{grid-template-columns:1fr;}
  .pds-article-cta-inner{flex-direction:column;text-align:center;}
}

/* ============================================
   HOME PAGE OPTIMIZATION
   ============================================ */

/* --- Compact sections */
.home-section{padding:48px 0;}
.home-section-head{margin-bottom:28px;}
.home-section-head h2{font-size:28px;}
.home-section-head p{font-size:14px;margin-top:8px;line-height:1.6;}
.home-section-head .divider{margin:12px 0;}

/* --- Head link in title */
.head-link{
  font-size:14px;
  color:var(--gold);
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-left:12px;
  vertical-align:middle;
  transition:gap .3s ease;
}
.head-link:hover{gap:10px;}
.head-link-sm{
  font-size:13px;color:var(--gold);
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:5px;
  margin-left:8px;
  vertical-align:middle;
}
.head-link-sm:hover{gap:8px;}

/* --- Hero quick links */
.hero-quick-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.hero-quick-links a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 16px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.15);
  border-radius:6px;
  color:#fff;
  font-size:13px;
  font-weight:500;
  transition:all .3s ease;
}
.hero-quick-links a:hover{
  background:var(--gold);
  border-color:var(--gold);
  color:#0a1628;
  transform:translateY(-2px);
}
.hero-quick-links a i{font-size:14px;}

/* --- Quick stats bar */
.home-quick-stats{
  background:linear-gradient(135deg,#0a1628 0%,#0e1f3a 100%);
  border-top:1px solid rgba(212,175,55,0.15);
  border-bottom:1px solid rgba(212,175,55,0.15);
  padding:14px 0;
}
.home-quick-stats .container{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}
.qs-item{
  text-align:center;
  padding:8px 10px;
  border-right:1px solid rgba(255,255,255,0.08);
}
.qs-item:last-child{border-right:none;}
.qs-num{
  display:block;
  font-size:22px;
  font-weight:800;
  color:var(--gold);
  line-height:1.1;
  margin-bottom:3px;
}
.qs-label{
  display:block;
  font-size:11.5px;
  color:rgba(255,255,255,0.7);
  font-weight:500;
}

/* --- Home category grid */
.home-cat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-bottom:24px;
}
.home-cat-grid .cat-card{
  padding:16px 16px;
  min-height:110px;
}
.home-cat-grid .cat-card h3{font-size:14.5px;}
.home-cat-grid .cat-card p{font-size:12px;margin-top:3px;}
.home-cat-grid .cat-card .cat-icon{
  width:38px;height:38px;font-size:16px;}

/* --- Home product grid */
.home-prod-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}
.home-prod-grid .content-card .card-media{
  aspect-ratio:1.2/1;
  overflow:hidden;
}
.home-prod-grid .content-card .card-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:8px;
  box-sizing:border-box;
}
.home-prod-grid .content-card .card-body{
  padding:12px 10px 14px;
}
.home-prod-grid .content-card h3{
  font-size:13px;
  line-height:1.3;
  margin-bottom:5px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.home-prod-grid .content-card .capacity{
  font-size:11px;
  margin-bottom:5px;
}
.home-prod-grid .content-card p{
  font-size:12px;
  line-height:1.5;
  margin-bottom:8px;
}
.home-prod-grid .content-card .read-more{
  font-size:11px;
}

/* --- Home biz grid compact */
.home-biz-grid{gap:14px;}
.home-biz-grid .content-card.biz-card{
  min-height:160px;
  padding:18px 20px;
}

/* --- Home strength grid */
.home-strength-grid .strength-card{
  padding:16px 18px;
  cursor:pointer;
  transition:all .35s ease;
}
.home-strength-grid .strength-card:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 28px rgba(10,22,40,0.12);
  border-color:var(--gold);
}
.home-strength-grid .strength-card:hover .str-icon{
  transition:all .35s ease;
}
.home-strength-grid .strength-card:hover .str-icon{
  background:var(--gold);
  color:#fff;
  transform:scale(1.05);
}

/* --- Sub head compact */
.home-sub-head{
  margin:24px 0 18px;
}
.home-sub-head .sub-title{font-size:16px;}
.home-sub-head .sub-desc{font-size:13px;}
.btn-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--gold);
  font-weight:600;
  font-size:13px;
  transition:gap .3s ease;
}
.btn-link:hover{gap:10px;}

/* --- Two column layout */
.home-two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
}
.home-col-head{
  margin-bottom:20px;
  text-align:left;
}
.home-col-head h2{
  font-size:22px;
}
.home-col-head .eyebrow{font-size:11px;}

/* --- Home global list */
.home-global-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.hgl-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  background:#fff;
  border:1px solid var(--border-light);
  border-radius:10px;
  transition:all .3s ease;
}
.hgl-item:hover{
  border-color:var(--gold);
  transform:translateX(4px);
  box-shadow:0 6px 16px rgba(10,22,40,0.08);
}
.hgl-item i:first-child{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(212,175,55,0.1),rgba(212,175,55,0.05));
  border-radius:8px;
  font-size:18px;
  color:var(--gold);
}
.hgl-item div{flex:1;}
.hgl-item h4{
  font-size:14px;
  font-weight:700;
  color:#0a1628;
  margin:0 0 3px;
}
.hgl-item span{
  font-size:12px;
  color:#666;
}
.hgl-arrow{
  color:#999;
  font-size:12px;
  transition:all .3s ease;
  opacity:0.6;
}
.hgl-item:hover .hgl-arrow{
  color:var(--gold);
  opacity:1;
  transform:translateX(2px);
}

/* --- Home EPC list */
.home-epc-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.home-epc-list .epc-card{
  margin:0;
  min-height:150px;
  border-radius:12px;
}
.home-epc-list .epc-card::before{
  background:
    linear-gradient(180deg,rgba(10,22,40,0.3) 0%,rgba(10,22,40,0.5) 40%,rgba(10,22,40,0.9) 75%,rgba(6,14,28,0.98) 100%);
}
.home-epc-list .epc-card .epc-content{
  padding:18px 20px 18px;
}
.home-epc-list .epc-card .epc-tag{
  font-size:10px;
  padding:4px 10px;
  margin-bottom:10px;
}
.home-epc-list .epc-card h3{
  font-size:16px;
  margin-bottom:8px;
}
.home-epc-list .epc-card .epc-desc{
  font-size:12.5px;
  margin-bottom:12px;
  line-height:1.5;
}
.home-epc-list .epc-card .epc-meta{
  padding-top:10px;
  gap:12px;
}
.home-epc-list .epc-card .epc-meta > div{
  font-size:11.5px;
}
.home-epc-list .epc-card .epc-icon-badge{
  width:44px;
  height:44px;
  top:16px;
  right:16px;
  border-radius:10px;
}
.home-epc-list .epc-card .epc-icon-badge i{
  font-size:18px;
}
.home-epc-list .epc-card .epc-view{
  font-size:12px;
  margin-top:12px;
}

/* --- Home blog grid */
.home-blog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.home-blog-grid .content-card{
  margin:0;
}

/* --- Home FAQ Section (New Grid Layout) */
.home-faq-section .section-cta{margin-top:32px;text-align:center;}
.home-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.home-faq-grid .faq-item{
  margin:0;
  border-radius:12px;
  border:1px solid rgba(10,22,40,0.08);
  background:#fff;
  transition:all .3s ease;
}
.home-faq-grid .faq-item:hover{
  border-color:rgba(212,175,55,0.4);
  box-shadow:0 8px 24px rgba(212,175,55,0.1);
  transform:translateY(-2px);
}
.home-faq-grid .faq-question{
  padding:16px 18px;
  gap:12px;
}
.home-faq-grid .faq-num{
  width:32px;
  height:32px;
  background:linear-gradient(135deg,rgba(212,175,55,0.15),rgba(212,175,55,0.08));
  color:var(--gold);
  border:1px solid rgba(212,175,55,0.25);
  border-radius:8px;
  font-size:12px;
  font-weight:700;
}
.home-faq-grid .faq-text{
  font-size:14px;
  font-weight:600;
  color:#0a1628;
}
.home-faq-grid .faq-chev{
  color:#aaa;
  font-size:11px;
}
.home-faq-grid .faq-item:hover .faq-num{
  background:linear-gradient(135deg,var(--gold),#b8941f);
  color:#fff;
  border-color:transparent;
}
.home-faq-grid .faq-item:hover .faq-chev{
  color:var(--gold);
}

/* --- Explore More Section */
.home-explore-section{background:var(--navy);}
.home-explore-section .section-head-light h2{color:#fff;}
.home-explore-section .section-head-light .eyebrow{color:rgba(255,255,255,0.6);}
.home-explore-section .section-desc{color:rgba(255,255,255,0.7);}

.home-explore-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.exp-card{
  display:flex;
  align-items:center;
  gap:16px;
  padding:20px 24px;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:14px;
  transition:all .3s ease;
  text-decoration:none;
}
.exp-card:hover{
  background:rgba(255,255,255,0.1);
  border-color:rgba(212,175,55,0.4);
  transform:translateY(-3px);
  box-shadow:0 12px 32px rgba(0,0,0,0.2);
}
.exp-card-highlight{
  background:linear-gradient(135deg,var(--gold),#c9a227);
  border-color:var(--gold);
}
.exp-card-highlight:hover{
  background:linear-gradient(135deg,#c9a227,#a88a20);
  border-color:#c9a227;
}
.exp-icon{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(212,175,55,0.15);
  border-radius:12px;
  font-size:20px;
  color:var(--gold);
  flex-shrink:0;
  transition:all .3s ease;
}
.exp-card:hover .exp-icon{
  background:var(--gold);
  color:#fff;
  transform:scale(1.1);
}
.exp-card-highlight .exp-icon{
  background:rgba(255,255,255,0.2);
  color:#fff;
}
.exp-content{
  flex:1;
  min-width:0;
}
.exp-content h3{
  font-size:16px;
  font-weight:700;
  color:#fff;
  margin:0 0 4px;
}
.exp-content p{
  font-size:13px;
  color:rgba(255,255,255,0.6);
  margin:0;
}
.exp-card-highlight .exp-content h3{color:#0a1628;}
.exp-card-highlight .exp-content p{color:rgba(10,22,40,0.7);}
.exp-arrow{
  font-size:14px;
  color:rgba(255,255,255,0.4);
  transition:all .3s ease;
}
.exp-card:hover .exp-arrow{
  color:var(--gold);
  transform:translateX(4px);
}
.exp-card-highlight .exp-arrow{color:rgba(10,22,40,0.4);}
.exp-card-highlight:hover .exp-arrow{color:#0a1628;}

/* --- Worldwide Presence Section */
.home-global-layout{
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:60px;
  align-items:center;
}
.home-global-left .section-desc{
  font-size:16px;
  color:#555;
  margin:0 0 24px;
  line-height:1.6;
}
.home-global-stats{
  display:flex;
  gap:32px;
  margin-bottom:28px;
}
.hgs-item{
  text-align:center;
}
.hgs-num{
  display:block;
  font-size:36px;
  font-weight:900;
  color:var(--navy);
  line-height:1;
}
.hgs-label{
  display:block;
  font-size:13px;
  color:#777;
  margin-top:4px;
}
.home-global-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.hg-card{
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px;
  background:#fff;
  border:1px solid rgba(10,22,40,0.08);
  border-radius:14px;
  transition:all .3s ease;
  text-decoration:none;
}
.hg-card:hover{
  border-color:rgba(212,175,55,0.4);
  box-shadow:0 8px 24px rgba(212,175,55,0.1);
  transform:translateY(-3px);
}
.hg-icon{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(212,175,55,0.1),rgba(212,175,55,0.05));
  border:1px solid rgba(212,175,55,0.15);
  border-radius:10px;
  font-size:18px;
  color:var(--gold);
  flex-shrink:0;
  transition:all .3s ease;
}
.hg-card:hover .hg-icon{
  background:linear-gradient(135deg,var(--gold),#b8941f);
  color:#fff;
  border-color:transparent;
}
.hg-content h4{
  font-size:14px;
  font-weight:700;
  color:#0a1628;
  margin:0 0 3px;
}
.hg-content p{
  font-size:12px;
  color:#777;
  margin:0;
}

/* --- Responsive */
@media(max-width:1200px){
  .home-quick-stats .container{grid-template-columns:repeat(3,1fr);}
  .home-cat-grid{grid-template-columns:repeat(3,1fr);}
  .home-prod-grid{grid-template-columns:repeat(3,1fr);}
  .home-explore-grid{grid-template-columns:repeat(2,1fr);}
  .home-global-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:960px){
  .home-section{padding:48px 0;}
  .home-two-col{grid-template-columns:1fr;gap:32px;}
  .home-cat-grid{grid-template-columns:repeat(2,1fr);}
  .home-prod-grid{grid-template-columns:repeat(2,1fr);}
  .home-blog-grid{grid-template-columns:1fr;}
  .hero-quick-links{gap:8px;}
  .hero-quick-links a{padding:7px 12px;font-size:12.5px;}
  .home-faq-grid{grid-template-columns:1fr;}
  .home-global-layout{grid-template-columns:1fr;gap:32px;}
  .home-global-left{text-align:center;}
  .home-global-stats{justify-content:center;}
  .home-explore-grid{grid-template-columns:1fr;}
}
@media(max-width:640px){
  .home-section{padding:36px 0;}
  .home-section-head{margin-bottom:28px;}
  .home-section-head h2{font-size:22px;}
  .home-quick-stats .container{grid-template-columns:repeat(2,1fr);}
  .home-cat-grid{grid-template-columns:1fr;}
  .home-prod-grid{grid-template-columns:1fr;}
  .home-quick-grid{grid-template-columns:1fr;}
  .home-biz-grid{grid-template-columns:1fr;}
  .head-link{display:none;}
  .head-link-sm{display:none;}
  .home-epc-cases-grid{grid-template-columns:1fr;}
  .home-blog-grid-v2{grid-template-columns:1fr;}
  .home-faq-grid{grid-template-columns:1fr;}
  .home-global-grid{grid-template-columns:1fr;}
  .home-global-stats{flex-direction:column;gap:16px;}
  .hgs-num{font-size:28px;}
}

/* ========== Home EPC Section (full width) ========== */
.home-epc-section{
  position:relative;
  background:#0a1628;
  color:#fff;
  overflow:hidden;
  padding:64px 0;
}
.home-epc-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(212,175,55,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(196,16,46,0.1) 0%, transparent 50%),
    linear-gradient(135deg, #0a1628 0%, #0d1f38 50%, #0a1628 100%);
  z-index:0;
}
.home-epc-bg::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(212,175,55,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,175,55,0.04) 1px, transparent 1px);
  background-size:48px 48px;
  opacity:0.6;
}
.home-epc-section .container{
  position:relative;
  z-index:1;
}
.home-epc-head{
  text-align:center;
  color:#fff;
}
.home-epc-head .eyebrow{
  color:var(--gold);
  background:rgba(212,175,55,0.1);
}
.home-epc-head h2{
  color:#fff;
}
.home-epc-head h2 .head-link{
  color:var(--gold);
}
.home-epc-head p{
  color:rgba(255,255,255,0.65);
  max-width:680px;
  margin:0 auto;
}
.home-epc-head .divider::after{
  background:var(--gold);
}

.home-epc-cases-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:8px;
}
.home-epc-cases-grid .epc-card{
  position:relative;
  margin:0;
  min-height:280px;
  border-radius:14px;
  overflow:hidden;
  background:#0d1f38;
  border:1px solid rgba(212,175,55,0.15);
  transition:all .4s cubic-bezier(.4,0,.2,1);
  cursor:pointer;
}
.home-epc-cases-grid .epc-card:hover{
  transform:translateY(-6px);
  border-color:var(--gold);
  box-shadow:0 20px 48px rgba(0,0,0,0.35), 0 0 0 1px rgba(212,175,55,0.2);
}
.home-epc-cases-grid .epc-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(10,22,40,0.1) 0%, rgba(10,22,40,0.3) 30%, rgba(10,22,40,0.7) 65%, rgba(6,14,28,0.95) 100%);
  z-index:1;
  transition:all .4s ease;
}
.home-epc-cases-grid .epc-card:hover::before{
  background:
    linear-gradient(180deg, rgba(10,22,40,0.05) 0%, rgba(10,22,40,0.2) 30%, rgba(10,22,40,0.6) 65%, rgba(6,14,28,0.92) 100%);
}
.home-epc-cases-grid .epc-card .epc-bg.pattern{
  background:
    linear-gradient(135deg, #1a2d4a 0%, #0f1e35 100%);
}
.home-epc-cases-grid .epc-card .epc-bg.pattern::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(212,175,55,0.08) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgba(196,16,46,0.06) 0%, transparent 40%);
}
.home-epc-cases-grid .epc-card .epc-content{
  position:relative;
  z-index:2;
  padding:24px 22px 20px;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.home-epc-cases-grid .epc-card .epc-tag{
  display:inline-block;
  font-size:11px;
  font-weight:700;
  letter-spacing:0.5px;
  text-transform:uppercase;
  color:var(--gold);
  background:rgba(212,175,55,0.12);
  border:1px solid rgba(212,175,55,0.25);
  padding:5px 12px;
  border-radius:6px;
  margin-bottom:14px;
  align-self:flex-start;
}
.home-epc-cases-grid .epc-card h3{
  font-size:18px;
  font-weight:700;
  color:#fff;
  margin:0 0 10px;
  line-height:1.35;
}
.home-epc-cases-grid .epc-card .epc-desc{
  font-size:13px;
  color:rgba(255,255,255,0.65);
  margin:0 0 16px;
  line-height:1.6;
}
.home-epc-cases-grid .epc-card .epc-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,0.08);
}
.home-epc-cases-grid .epc-card .epc-meta > div{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  color:rgba(255,255,255,0.6);
}
.home-epc-cases-grid .epc-card .epc-meta i{
  color:var(--gold);
  font-size:11px;
}
.home-epc-cases-grid .epc-card .epc-meta .epc-stat{
  color:#fff;
  font-weight:600;
}
.home-epc-cases-grid .epc-card .epc-icon-badge{
  position:absolute;
  top:18px;
  right:18px;
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(212,175,55,0.9), rgba(196,140,30,0.9));
  border-radius:12px;
  z-index:3;
  box-shadow:0 4px 16px rgba(212,175,55,0.3);
  transition:all .3s ease;
}
.home-epc-cases-grid .epc-card:hover .epc-icon-badge{
  transform:scale(1.1) rotate(-5deg);
  box-shadow:0 6px 24px rgba(212,175,55,0.45);
}
.home-epc-cases-grid .epc-card .epc-icon-badge i{
  font-size:20px;
  color:#fff;
}
.home-epc-cases-grid .epc-card .epc-view{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12.5px;
  font-weight:600;
  color:var(--gold);
  margin-top:14px;
  align-self:flex-start;
  transition:all .3s ease;
}
.home-epc-cases-grid .epc-card:hover .epc-view{
  gap:10px;
}
@media(min-width:1400px){
  .home-epc-cases-grid{grid-template-columns:repeat(3,1fr);gap:20px;}
  .home-epc-cases-grid .epc-card{min-height:300px;}
}
@media(max-width:1200px){
  .home-epc-cases-grid{grid-template-columns:repeat(2,1fr);}
}

/* ========== Home Blog Grid V2 ========== */
.home-blog-grid-v2{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.home-blog-grid-v2 .content-card{
  margin:0;
  background:#fff;
  border:1px solid var(--border-light);
  border-radius:14px;
  overflow:hidden;
  transition:all .35s cubic-bezier(.4,0,.2,1);
  cursor:pointer;
}
.home-blog-grid-v2 .content-card:hover{
  transform:translateY(-5px);
  box-shadow:0 16px 40px rgba(10,22,40,0.12);
  border-color:var(--gold);
}
.home-blog-grid-v2 .content-card .card-img{
  position:relative;
  height:180px;
  overflow:hidden;
  background:linear-gradient(135deg, #1a2d4a, #0d1f38);
}
.home-blog-grid-v2 .content-card .card-img::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 50%, rgba(10,22,40,0.1) 100%);
  transition:all .4s ease;
}
.home-blog-grid-v2 .content-card:hover .card-img::after{
  background:linear-gradient(180deg, rgba(212,175,55,0.08) 0%, transparent 50%, rgba(10,22,40,0.15) 100%);
}
.home-blog-grid-v2 .content-card .card-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s cubic-bezier(.4,0,.2,1);
}
.home-blog-grid-v2 .content-card:hover .card-img img{
  transform:scale(1.06);
}
.home-blog-grid-v2 .content-card .card-img .cat-tag{
  position:absolute;
  top:14px;
  left:14px;
  z-index:2;
  background:var(--gold);
  color:#fff;
  font-size:11px;
  font-weight:700;
  padding:5px 12px;
  border-radius:6px;
  text-transform:uppercase;
  letter-spacing:0.3px;
}
.home-blog-grid-v2 .content-card .card-body{
  padding:20px 22px 22px;
}
.home-blog-grid-v2 .content-card .card-meta{
  display:flex;
  align-items:center;
  gap:14px;
  font-size:12px;
  color:#888;
  margin-bottom:12px;
}
.home-blog-grid-v2 .content-card .card-meta span{
  display:flex;
  align-items:center;
  gap:5px;
}
.home-blog-grid-v2 .content-card .card-meta i{
  color:var(--gold);
  font-size:11px;
}
.home-blog-grid-v2 .content-card h3{
  font-size:16px;
  font-weight:700;
  color:#0a1628;
  margin:0 0 10px;
  line-height:1.45;
  transition:color .3s ease;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.home-blog-grid-v2 .content-card:hover h3{
  color:var(--gold);
}
.home-blog-grid-v2 .content-card p{
  font-size:13.5px;
  color:#666;
  margin:0 0 16px;
  line-height:1.6;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.home-blog-grid-v2 .content-card .read-more{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:600;
  color:var(--gold);
  transition:all .3s ease;
}
.home-blog-grid-v2 .content-card:hover .read-more{
  gap:10px;
}
@media(max-width:1200px){
  .home-blog-grid-v2{grid-template-columns:repeat(2,1fr);}
}

/* ========== Home Global Wrap (in right column) ========== */
.home-global-wrap{
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid var(--border-light);
}
.home-global-wrap .home-col-head{
  margin-bottom:14px;
}
.home-global-wrap .home-col-head h3{
  font-size:17px;
  font-weight:700;
  color:#0a1628;
  margin:6px 0 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.home-global-wrap .home-col-head .head-link-sm{
  font-size:12px;
  font-weight:600;
}
.home-global-wrap .home-global-list{
  gap:6px;
}
.home-global-wrap .hgl-item{
  position:relative;
  padding:11px 14px;
  border-radius:8px;
  border:1px solid transparent;
  background:linear-gradient(135deg,rgba(212,175,55,0.03),rgba(212,175,55,0.01));
  overflow:hidden;
  transition:all .3s ease;
}
.home-global-wrap .hgl-item::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:2px;
  background:linear-gradient(180deg,var(--gold),#b8941f);
  transform:scaleY(0);
  transition:transform .3s ease;
}
.home-global-wrap .hgl-item:hover{
  border-color:rgba(212,175,55,0.25);
  background:linear-gradient(135deg,rgba(212,175,55,0.06),rgba(212,175,55,0.02));
  transform:translateX(3px);
  box-shadow:0 4px 14px rgba(212,175,55,0.08);
}
.home-global-wrap .hgl-item:hover::before{
  transform:scaleY(1);
}
.home-global-wrap .hgl-item i:first-child{
  width:34px;
  height:34px;
  font-size:15px;
  border-radius:8px;
  background:linear-gradient(135deg,rgba(212,175,55,0.1),rgba(212,175,55,0.05));
  color:var(--gold);
  border:1px solid rgba(212,175,55,0.15);
  transition:all .3s ease;
}
.home-global-wrap .hgl-item:hover i:first-child{
  background:linear-gradient(135deg,var(--gold),#b8941f);
  color:#fff;
  border-color:transparent;
  transform:scale(1.1);
}
.home-global-wrap .hgl-item h4{
  font-size:13px;
  font-weight:600;
  margin:0 0 2px;
  color:#0a1628;
  transition:color .3s ease;
}
.home-global-wrap .hgl-item:hover h4{
  color:var(--gold);
}
.home-global-wrap .hgl-item span{
  font-size:11.5px;
  color:#888;
}
.home-global-wrap .hgl-arrow{
  color:#bbb;
  font-size:11px;
  opacity:0.7;
  transition:all .3s ease;
}
.home-global-wrap .hgl-item:hover .hgl-arrow{
  color:var(--gold);
  opacity:1;
  transform:translateX(3px);
}
