/* ===== TOP MENU ===== */

.navigation{
display:flex;
list-style:none;
margin:0;
padding:0;
}

.navigation > li{
position:relative;
}

.navigation > li > a{
display:block;
padding:0px 0px;
font-size:16px;
font-weight:bold !important;
color:#f0f0f0;
text-decoration:none;
}

/* ===== MEGA MENU ===== */

.mega-menu{

position:absolute;

top:100%;

left:50%;

transform:translateX(-50%);

width:1200px;

background:#ccc;

box-shadow:0 15px 40px rgba(0,0,0,.12);

padding:20px 0px;

display:none;

z-index:999;

}

.navigation > li:last-child .mega-menu{
left:auto;
right:0;
transform:none;
width:auto;
min-width:560px;
max-width:min(900px, calc(100vw - 40px));
}

/* SHOW */

.mega-parent:hover .mega-menu{
display:block;
}

/* ===== GRID ===== */

.mega-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px 0px;

}

.navigation > li:last-child .mega-grid{
display:flex;
align-items:flex-start;
justify-content:flex-start;
}

.navigation > li:last-child .mega-col{
flex:0 0 280px;
max-width:280px;
padding-right:20px;
}

/* ===== COLUMN TITLE ===== */

.mega-col h4{

font-size:16px;

font-weight: bold !important;

color:#0d3b66;

margin-bottom:12px;

}

.mega-col h4 a{
color:#0d3b66;
text-decoration:none;
}

/* ===== LIST ===== */

.mega-col ul{

list-style:none;

margin: 0 0 0 5px !important;

padding:0;

}

.mega-col li{

position:relative;

margin: 0px 0px 0px 12px !important;

}

.mega-col li a{

display:block;

font-size:14px;

color:#333;

padding:4px 0 4px 14px;

text-decoration:none;

transition:.2s;

}

/* arrow */

.mega-col li::before{

content:"›";

position:absolute;

left:0;

top:0;

color:#1e73be;

opacity:0;

transition:.2s;

}

/* hover */

.mega-col li:hover a{

color:#1e73be;

padding-left:18px;

}

.mega-col li:hover::before{

opacity:1;

}

/* column divider */
/*
.mega-col{

border-right:1px solid #eee;

padding-right:20px;

}
*/
.mega-col:last-child{
border-right:none;
padding-right:0;
}

/* ===== MOBILE ===== */

@media(max-width:991px){

.mega-menu{

position:relative;

width:100%;

transform:none;

box-shadow:none;

padding:10px;

}

.mega-grid{

grid-template-columns:1fr;

display:grid;

}

.navigation > li:last-child .mega-grid{
display:grid;
grid-template-columns:1fr;
}

.navigation > li:last-child .mega-col{
flex:1 1 auto;
max-width:none;
padding-right:0;
}

.navigation > li:last-child .mega-menu{
left:0;
right:auto;
}

}

/* ===== RESET PADDING CHO MEGA MENU ===== */

.mega-menu a{
padding:0 !important;
line-height:1.4;
}

/* title column */

.mega-col h4 a{
font-size:16px;
font-weight:bold !important;
color:#111 !important;
padding:0;
}

/* list item */

.mega-col ul li a{

padding:4px 0 !important;

font-size:14px;

font-weight:400;

color:#333;

display:block;
margin-left: 5px !important;
  min-width: 150px !important;
}

/* spacing list */

.mega-col ul{

margin-top:0px;

}

/* remove large padding */

.mega-menu .mega-col a{

    padding: 7px 0px 7px 10px !important;

}

/* lich su hinh thanh */
.history-section{
padding:80px 20px;
background:#f8fafc;
}

.history-title{
text-align:center;
font-size:36px;
font-weight:700;
margin-bottom:60px;
color:#0f172a;
}

.timeline{
position:relative;
max-width:900px;
margin:auto;
padding-left:140px;
}

.timeline:before{
content:"";
position:absolute;
left:120px;
top:0;
bottom:0;
width:4px;
background:#1e3a8a;
}

.timeline-item{
position:relative;
margin-bottom:60px;
}

.timeline-year{
position:absolute;
left:-140px;
top:0;
font-size:32px;
font-weight:700;
color:#1e3a8a;
}

.timeline-icon{
position:absolute;
left:-30px;
top:5px;
width:36px;
height:36px;
background:#1e3a8a;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
}

.timeline-content{
background:#fff;
padding:25px;
border-radius:8px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
border-left:4px solid #1e3a8a;
  margin-left: 15px;
}

.timeline-content h3{
margin-bottom:10px;
font-size:20px;
color:#111827;
}

.timeline-content p{
line-height:1.6;
color:#4b5563;
}

@media (max-width:768px){

.timeline{
padding-left:60px;
}

.timeline:before{
left:20px;
}

.timeline-year{
position:relative;
left:0;
margin-bottom:5px;
font-size:24px;
}

.timeline-icon{
left:-42px;
}

}
/* end lich su hinh thanh */

.core-values{
padding:80px 0;
background:#f5f6fa;
}

.container-core-value{
max-width:1200px;
margin:auto;
}

.title-main{
font-size:36px;
color:#e63946;
margin-bottom:50px;
}

/* TẦM NHÌN */

.vision-label{
width:60%;
margin-left:auto;
background:#c9d4e3;
padding:14px 24px;
font-weight:700;
color:#e63946;
font-size:22px;
margin-bottom:20px;text-align: center;
}

.vision-text{
width:50%;
margin-left:auto;
line-height:1.8;
color:#2c3e50;
margin-bottom:50px;
}

/* IMAGE */

.vision-image{
width:60%;
margin-bottom:40px;
}

.vision-image img{
width:100%;
border-radius:8px;
}

/* SỨ MỆNH */

.mission-label{
width:60%;
margin-left:auto;
background:#c9d4e3;
padding:14px 24px;
font-weight:700;
color:#e63946;
font-size:22px;
margin-bottom:20px;text-align: center;
}

.mission{
width:50%;
margin-left:auto;
}

.mission ul{
padding-left:20px;
}

.mission li{
margin-bottom:14px;
line-height:1.7;
}

/***************************/
.tscsc-philosophy{
padding:80px 0;
}

.tscsc-intro{
max-width:900px;
margin:auto;
text-align:center;
margin-bottom:60px;
}

.tscsc-intro h2{
font-size:36px;
margin-bottom:20px;
}

.tscsc-pillars{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
margin-top:40px;
}

.pillar{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 8px 30px rgba(0,0,0,0.08);
transition:0.3s;
}

.pillar:hover{
transform:translateY(-5px);
}

.pillar-icon{
font-size:32px;
margin-bottom:10px;
}

.pillar h3{
font-size:20px;
margin-bottom:10px;
}

.tscsc-vision{
margin-top:60px;
text-align:center;
max-width:800px;
margin-left:auto;
margin-right:auto;
}
/* Container chính cho phần "Vì sao chọn Kiểm định Trường Sơn" */
.why-ts {
    padding: 50px 0;
    font-family: Arial, sans-serif;
    position: relative; /* Cần thiết cho việc định vị các phần tử con */
    overflow: hidden; /* Ngăn chặn cuộn nếu nội dung vượt quá */
    margin: auto;
    max-width: 1200px;
}

/* Tiêu đề chính */
.why-title {
    color: #d32f2f; /* Màu đỏ nổi bật */
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase;
}

/* Wrapper chứa hình nền và danh sách */
.why-wrapper {
    display: flex;
    align-items: center; /* Căn giữa các item theo chiều dọc */
    position: relative;
    min-height: 600px; /* Chiều cao tối thiểu cho toàn bộ phần */
}

/* Phần hình nền PNG bên trái - Đã ĐIỀU CHỈNH KÍCH THƯỚC VÀ VỊ TRÍ */
.left-side-brand-tscsc {
    position: absolute;
    /* ĐIỀU CHỈNH THÔNG SỐ NÀY ĐỂ GIẤU MỘT PHẦN CỦA HÌNH ELIP SANG TRÁI */
    left: 0px; /* Giấu khoảng 50% hình elip sang trái */
    top: 50%;
    transform: translateY(-50%); /* Căn giữa theo chiều dọc */
    
    /* ĐIỀU CHỈNH KÍCH THƯỚC HÌNH ELIP DẸT HƠN VÀ MẢNH HƠN */
    width: 350px; /* Chiều rộng hẹp hơn để tạo cảm giác elip dẹt */
    height: 720px; /* Chiều cao lớn hơn để elip trông mảnh và dốc hơn */
    
    /* ĐƯỜNG DẪN ĐẾN FILE PNG MỚI (nền trong suốt) */
     background-image: url('/storage/general/timeline-tscsc.png'); 
    
    background-repeat: no-repeat;
    background-size: contain; /* Đảm bảo hình elip không bị méo */
    
    /* ĐIỀU CHỈNH background-position ĐỂ GIỮ HÌNH ELIP Ở CẠNH TRÁI */
    background-position: left center; 
    
    z-index: 1; /* Nằm dưới danh sách */
}

/* Danh sách nội dung bên phải */
.why-list {
    margin-left: 320px; /* Chừa khoảng trống đẹp cho hình cung elip dẹt bên trái */
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px; /* Khoảng cách giữa các item */
    padding-right: 50px; /* Khoảng cách lề phải */
    z-index: 2; /* Nằm trên hình nền */
}

/* Từng mục item */
.why-item {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #0056b3; /* Viền xanh đặc trưng */
    border-radius: 8px; /* Bo tròn góc viền */
    padding: 10px 20px;
    transition: all 0.3s ease; /* Hiệu ứng mượt mà khi hover */
    /*max-width: 800px;*/
}

.why-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Hiệu ứng bóng đổ khi di chuột vào */
    transform: translateX(10px); /* Di chuyển nhẹ sang phải */
}

/* Icon tròn */
.why-icon {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border: 2px solid #0056b3;
    border-radius: 50%; /* Tạo hình tròn cho icon */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    overflow: hidden;
    background: #fff;
}

.why-icon img {
    width: 85%;
    height: auto;
    object-fit: contain;
}

/* Nội dung văn bản */
.why-content h3 {
    margin: 0;
    color: #003399; /* Màu xanh đậm cho tiêu đề nhỏ */
    font-size: 18px;
    font-weight: bold;
}

.why-content p {
    margin: 5px 0 0;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
}

/* Responsive cho điện thoại */
@media (max-width: 768px) {
    .timeline {
        display: none; /* Ẩn background trên mobile để nội dung dễ đọc hơn */
    }
    .why-list {
        margin-left: 20px;
        padding-right: 20px;
    }
    .why-item {
        flex-direction: column; /* Xếp chồng icon và văn bản theo chiều dọc */
        text-align: center;
    }
    .why-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* trang giới thiệu */
.tscsc-company-intro{
max-width:900px;
margin:auto;
line-height:1.7;
font-family:system-ui, sans-serif;
}

.tscsc-intro-title{
text-align:center;
font-size:28px;
font-weight:700;
margin-bottom:30px;
}

.tscsc-intro-title span{
display:block;
font-size:24px;
color:#0a4fa3;
margin-top:6px;
}

.tscsc-intro-content p{
font-size:16px;
margin-bottom:20px;
color:#333;
}

.tscsc-intro-subtitle{
font-size:20px;
margin-bottom:16px;
color:#0a4fa3;
font-weight:600;
}

.tscsc-cert-list{
list-style:none;
padding:0;
margin:0;
}

.tscsc-cert-item{
padding:14px 18px;
margin-bottom:12px;
background:#f5f7fb;
border-left:4px solid #0a4fa3;
border-radius:6px;
font-size:15px;
}

/* thông điệp tổng gd */

.tscsc-ceo-message{
max-width:900px;
margin:auto;
line-height:1.8;
font-family:system-ui, sans-serif;
}

.tscsc-ceo-title{
text-align:center;
font-size:28px;
font-weight:700;
margin-bottom:30px;
color:#0a4fa3;
}

.tscsc-ceo-content p{
margin-bottom:16px;
font-size:16px;
color:#333;
}

.tscsc-ceo-greeting{
font-size:18px;
}

.tscsc-core-values{
font-weight:700;
color:#0a4fa3;
}

.tscsc-ceo-closing{
margin-top:20px;
}

.tscsc-ceo-signature{
margin-top:30px;
text-align:right;
}

.tscsc-ceo-name{
font-size:18px;
font-weight:700;
margin-top:6px;
}

/* 88888888888 pdf viewer */
.tscsc-pdf-viewer{
max-width:1200px;
margin:auto;
border:1px solid #ddd;
}
.tscsc_pdf_viewer{
max-width:1200px;
margin:auto;
background:#f5f7fa;
border-radius:8px;
padding:20px;
}

.tscsc_pdf_toolbar{
display:flex;
gap:10px;
align-items:center;
justify-content:center;
margin-bottom:15px;
flex-wrap:wrap;
}

.tscsc_pdf_toolbar button{
background:#0a4fa3;
color:#fff;
border:none;
padding:8px 14px;
border-radius:4px;
cursor:pointer;
}

.tscsc_pdf_toolbar button:hover{
background:#083a79;
}

.tscsc_download{
background:#2b7cff;
color:white;
padding:8px 14px;
border-radius:4px;
text-decoration:none;
}

#tscsc_pdf_canvas{
width:100%;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
background:white;
}

.tscsc-mvv .mvv-card{
background:#fff;
padding:35px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
border-top:4px solid #0055FF;
height:100%;
}

.mvv-title{
font-size:24px;
margin-bottom:15px;
color:#00194C;
}

.mvv-title span{
color:#0055FF;
font-weight:500;
}
/*
.core-values{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
margin-top:20px;
}
*/
.core-values{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:30px;
margin-top:20px;
}
.core-card{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 8px 25px rgba(0,0,0,0.06);
transition:0.3s;
}

.core-card:hover{
transform:translateY(-5px);
box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.core-card h4{
font-size:20px;
margin-bottom:10px;
color:#00194C;
}

.core-card h4 span{
color:#0055FF;
}

@media (max-width:1200px){
.core-values{
grid-template-columns:repeat(3,1fr);
}
}

@media (max-width:768px){
.core-values{
grid-template-columns:repeat(2,1fr);
}
}

@media (max-width:480px){
.core-values{
grid-template-columns:1fr;
}
}
.core-card p{
font-size:15px;
line-height:1.7;
color:#334770;
}

/* chinh sach chat luong */

.tscsc-policy-item{
display:flex;
gap:30px;
margin-bottom:60px;
align-items:flex-start;
}

.tscsc-policy-icon img{
width:180px;
height:180px;
border-radius:50%;
object-fit:cover;
border:6px solid #e8eef8;
}

.tscsc-policy-content{
background:#f7f9fc;
padding:35px;
border-radius:14px;
flex:1;
box-shadow:0 8px 25px rgba(0,0,0,0.06);
}

.tscsc-policy-content h3{
color:#0055FF;
font-size:22px;
margin-bottom:15px;
}

.tscsc-policy-content ul{
padding-left:20px;
}

.tscsc-policy-content li{
margin-bottom:12px;
line-height:1.7;
}

.tscsc-policy-slogan{
margin-top:20px;
font-weight:700;
color:#0055FF;
text-align:center;
font-size:18px;
}

.tscsc-policy-iso{
margin-top:40px;
text-align:center;
}

.tscsc-policy-iso img{
height:70px;
margin:0 15px;
}

/* responsive */

@media(max-width:992px){

.tscsc-policy-item{
flex-direction:column;
align-items:center;
text-align:left;
}

.tscsc-policy-icon img{
width:140px;
height:140px;
}

}

.tscsc-certifications{
margin-top:60px;
text-align:center;
}

.tscsc-cert-title{
font-size:18px;
font-weight:600;
color:#0055FF;
margin-bottom:25px;
}

.tscsc-cert-logos{
display:flex;
justify-content:center;
align-items:center;
gap:60px;
flex-wrap:nowrap;
}

.tscsc-cert-item{
background:#fff;
padding:20px 30px;
/*border-radius:12px;
box-shadow:0 8px 20px rgba(0,0,0,0.06);
transition:0.3s;*/
}

.tscsc-cert-item:hover{
transform:translateY(-4px);
box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

.tscsc-cert-item img{
max-height:60px;
width:auto;
object-fit:contain;
display:block;
}

/* for header */
.custom-container {
    padding: 0 !important;
}
.header-style-two .header-action ul li a {
    color: #f8faff !important;
}

.header-style-two .menu-area,
.header-style-four .menu-area {
    background: #0462c4;
}

.header-style-two .navbar-wrap > ul > li > a,
.header-style-four .navbar-wrap > ul > li > a {
    color: var(--tg-white);
}

.header-style-two .navbar-wrap > ul > li.active > a,
.header-style-two .navbar-wrap > ul > li:hover > a,
.header-style-four .navbar-wrap > ul > li.active > a,
.header-style-four .navbar-wrap > ul > li:hover > a {
    color: #ff3c3c;
}

.header-style-two .navbar-wrap > ul > li.menu-item-has-children > a:after,
.header-style-four .navbar-wrap > ul > li.menu-item-has-children > a:after {
    color: rgba(255, 255, 255, 0.9);
}

.header-style-two .navbar-wrap > ul > li.menu-item-has-children.active > a:after,
.header-style-two .navbar-wrap > ul > li.menu-item-has-children:hover > a:after,
.header-style-four .navbar-wrap > ul > li.menu-item-has-children.active > a:after,
.header-style-four .navbar-wrap > ul > li.menu-item-has-children:hover > a:after {
    color: #ff3c3c;
}

.header-style-two .header-action .offcanvas-menu a span,
.header-style-four .header-action .offcanvas-menu a span {
    background: var(--tg-section-background);
}

@media (min-width: 992px) {
    #sticky-header .custom-header .menu-nav {
        align-items: center;
        flex-wrap: nowrap;
        gap: 12px;
        width: 100%;
    }

    #sticky-header .custom-header .logo {
        flex: 0 0 auto;
    }

    #sticky-header .custom-header .logo img {
        display: block;
        height: auto;
        max-height: 96px !important;
        width: auto;
    }

    #sticky-header .custom-header .navbar-wrap {
        flex: 1 1 auto;
        min-width: 0;
    }

    #sticky-header .custom-header .navbar-wrap > ul.navigation {
        align-items: center;
        flex-wrap: nowrap;
        margin: 0 0 0 20px;
        white-space: nowrap;
    }

    #sticky-header .custom-header .navbar-wrap > ul.navigation > li > a {
        font-size: 15px;
        padding-inline: 11px;
    }

    #sticky-header .custom-header .header-action {
        flex: 0 0 auto;
    }

    #sticky-header .custom-header .header-action > ul {
        margin-inline-start: 0;
    }

    .header-style-two .header-action > ul li,
    .header-style-four .header-action > ul li {
        margin-inline-end: 0;
        margin-inline-start: 0;
    }

    .header-style-two .header-action ul > li > a,
    .header-style-four .header-action ul > li > a,
    .header-style-two .header-action .offcanvas-menu a,
    .header-style-four .header-action .offcanvas-menu a {
        min-height: auto;
        padding: 18px 12px;
    }
}

/* for header */
/* 3 block danh sach cac to chuc ....*/
.tscsc_pro_section {
  padding: 70px 0;
  /*background: linear-gradient(135deg, #f0f4ff, #f9fbff);*
  background: linear-gradient(135deg, #e5eaf5, #eef2f7);*/
  background: linear-gradient(135deg, #dde3ec, #e9edf3);
  border-top: 1px solid rgba(0,0,0,0.05);
}

/* CARD */
.tscsc_card {
  position: relative;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(6px);
  border-radius: 18px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.35s ease;
  border: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
}

/* Glow border */
.tscsc_card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(120deg, transparent, rgba(0,0,0,0.08), transparent);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
}

/* Hover */
.tscsc_card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

/* ICON */
.tscsc_icon {
  margin-bottom: 20px;
}

.tscsc_icon svg {
  width: 85px;
  height: 85px;
  transition: 0.4s;
}

.tscsc_card:hover .tscsc_icon svg {
  transform: rotate(5deg) scale(1.08);
}

/* SHAPE */
.tscsc_icon polygon {
  fill: none;
  stroke-width: 4;
}

/* APPROVED */
.tscsc_approved .tscsc_icon polygon {
  stroke: #2563eb;
}
.tscsc_approved polyline {
  stroke: #2563eb;
  stroke-width: 5;
  fill: none;
}

/* EXPIRED */
.tscsc_expired .tscsc_icon polygon {
  stroke: #f59e0b;
}
.tscsc_expired circle,
.tscsc_expired line {
  stroke: #f59e0b;
  stroke-width: 4;
}

/* SUSPENDED */
.tscsc_suspended .tscsc_icon polygon {
  stroke: #dc2626;
}
.tscsc_suspended line {
  stroke: #dc2626;
  stroke-width: 5;
}

/* TEXT */
.tscsc_card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tscsc_card p {
  font-size: 14px;
  color: #555;
  min-height: 60px;
}

/* BUTTON */
.tscsc_card a {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 22px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

/* BUTTON COLORS */
.tscsc_approved a {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
}
.tscsc_expired a {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
}
.tscsc_suspended a {
  background: linear-gradient(135deg, #dc2626, #ef4444);
}

/* Hover button */
.tscsc_card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* phan iso trong trang chinh sach chat luong */
#tscsc_iso_section,
    #tscsc_iso_section * {
      box-sizing: border-box;
    }

    #tscsc_iso_section {
      max-width: 1400px;
      margin: 0 auto;
      padding: 5px 24px 72px;
      font-family: Arial, Helvetica, sans-serif;
      background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
      color: #1f2937;
    }

    #tscsc_iso_header {
      text-align: center;
      margin-bottom: 44px;
    }

    #tscsc_iso_eyebrow {
      display: inline-block;
      padding: 8px 14px;
      border-radius: 999px;
      background: #eaf1fb;
      color: #1146a8;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: .02em;
      margin-bottom: 14px;
    }

    #tscsc_iso_title {
      margin: 0;
      color: #1146a8;
      font-size: clamp(28px, 4vw, 18px);
      line-height: 1.15;
      font-weight: 800;
    }

    #tscsc_iso_subtitle {
      max-width: 760px;
      margin: 14px auto 0;
      color: #5b6472;
      font-size: 16px;
      line-height: 1.7;
    }

    #tscsc_iso_row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 28px;
      margin-bottom: 52px;
    }

    .tscsc_iso_badge {
      position: relative;
      background: #ffffff;
      border-radius: 24px;
      min-height: 132px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(17, 70, 168, 0.1);
      box-shadow: 0 14px 34px rgba(17, 70, 168, 0.08);
      overflow: hidden;
      padding: 24px;
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
      cursor: pointer;
      isolation: isolate;
    }

    .tscsc_iso_badge::before {
      content: "";
      position: absolute;
      left: 0;
      top: 22px;
      bottom: 22px;
      width: 6px;
      border-radius: 0 10px 10px 0;
      background: #1146a8;
      transition: width .28s ease, opacity .28s ease;
      z-index: 1;
    }

    .tscsc_iso_badge::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(17, 70, 168, 0.08) 0%, rgba(17, 70, 168, 0.02) 55%, rgba(17, 70, 168, 0.12) 100%);
      opacity: 0;
      transition: opacity .28s ease;
      z-index: 0;
      pointer-events: none;
    }

    .tscsc_iso_badge:hover {
      transform: translateY(-6px);
      box-shadow: 0 22px 42px rgba(17, 70, 168, 0.16);
      border-color: rgba(17, 70, 168, 0.22);
      background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
    }

    .tscsc_iso_badge:hover::before {
      width: 10px;
    }

    .tscsc_iso_badge:hover::after {
      opacity: 1;
    }

    .tscsc_iso_badge span {
      position: relative;
      z-index: 2;
      color: #1146a8;
      font-size: clamp(28px, 3vw, 42px);
      font-weight: 800;
      letter-spacing: .01em;
      text-align: center;
      transition: transform .28s ease, color .28s ease, text-shadow .28s ease;
    }

    .tscsc_iso_badge:hover span {
      transform: scale(1.03);
      color: #0d3b93;
      text-shadow: 0 4px 18px rgba(17, 70, 168, 0.12);
    }

    #tscsc_iso_cert_title {
      margin: 0 0 24px;
      text-align: center;
      color: #1146a8;
      font-size: clamp(24px, 3vw, 38px);
      font-weight: 800;
    }

    #tscsc_iso_cert_grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 20px;
    }

    .tscsc_iso_cert_card {
      background: rgba(234, 241, 251, 0.7);
      border: 1px solid #d7e3f7;
      border-radius: 24px;
      padding: 26px 18px;
      text-align: center;
      box-shadow: 0 10px 24px rgba(17, 70, 168, 0.06);
      backdrop-filter: blur(2px);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .tscsc_iso_cert_card:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 30px rgba(17, 70, 168, 0.11);
      border-color: #bfd2f5;
    }

    .tscsc_iso_cert_label {
      display: inline-block;
      margin-bottom: 14px;
      padding: 6px 12px;
      border-radius: 999px;
      background: #ffffff;
      color: #1146a8;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .05em;
    }

    .tscsc_iso_cert_card h3 {
      margin: 0;
      font-size: 24px;
      line-height: 1.25;
      font-weight: 800;
      color: #111827;
    }

    .tscsc_iso_cert_card p {
      margin: 10px 0 0;
      font-size: 15px;
      line-height: 1.6;
      color: #5b6472;
    }

    @media (max-width: 1180px) {
      #tscsc_iso_cert_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    @media (max-width: 860px) {
      #tscsc_iso_row,
      #tscsc_iso_cert_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 560px) {
      #tscsc_iso_section {
        padding: 38px 16px 52px;
      }

      #tscsc_iso_row,
      #tscsc_iso_cert_grid {
        grid-template-columns: 1fr;
      }

      .tscsc_iso_badge {
        min-height: 108px;
      }

      .tscsc_iso_cert_card h3 {
        font-size: 21px;
      }
    }