/* ====================
HEADER
==================== */

.header-v2{
	background-color: red;
}

.header-v2 .attr-nav{
	position: absolute;
	right: 60px;
	top: 19px;
}

.header-v2 .btn-acoustic-search{
	background-color: #F3F8F9;
	height: 44px;
	display: inline-flex;
	border-radius: 50px;
	padding: 0 25px;
	align-items: center;
	color: #000000;
}

.header-v2 .btn-acoustic-search:hover{
	text-decoration: none!important;
}

#navbar-desktop .navbar-nav li {
	margin-right: 20px;
}

#navbar-desktop .navbar-nav li a{
	font-weight: 500;
	text-transform: none;
}

.header-v2 .navbar-mobile {
	top: 58px;
	padding-top: 25px;
}

.header-v2 .navbar-mobile a
{
	font-size: 18px;
	font-weight: 500;
	color: #282828;
}


.header-v2 .navbar-mobile .el-submenu__title{
	font-size: 18px;
	font-weight: 500;
	color: #282828;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 0;
}

.header-v2 .navbar-mobile .el-submenu__title span{
	height: 30px;
	display: flex;
	align-items: center;
}

.header-v2 .navbar-mobile .el-submenu.is-open .el-submenu__title span {
	border-bottom: 1px solid;
}

.header-v2 .navbar-mobile a.btn-acoustic-search{
	background-color: #DC004D;
	color: #fff;
	height: 50px;
}

.header-v2 .navbar-mobile a i {
	color: #282828;
}

.header-v2 .navbar-mobile a.btn-acoustic-search i{
	color: #fff;
	position: relative;
	top: -2px;
}

.header-v2 .navbar-mobile .ki-Assistent-link {
	color: #DC004D;
}

.header-v2 .navbar-mobile .ki-Assistent-link i{
	color: #DC004D;
}

.header-v2 .navbar-mobile .el-submenu__content {
	display: none;
	padding-left: 12px;
}

.header-v2 .navbar-mobile .el-submenu {
	height: auto;
}

.header-v2 .navbar-mobile .el-submenu__content a {
	display: block;
    padding: 0px 7px;
	text-decoration: none;
}

.header-v2 .navbar-mobile .el-submenu.is-open .el-submenu__content {
	display: block;
	margin-bottom: 20px
}

.header-v2 .navbar-mobile .el-submenu i {
	color: #282828;
	transition: transform .25s ease;
}

.header-v2 .navbar-mobile .el-submenu.is-open i {
	transform: rotate(180deg);
}

.header-v2 .navbar-mobile .el-submenu__title:hover {
	background-color: #fff;
}

.header-v2 .navbar-mobile .el-menu-item:focus, .el-menu-item:hover {
	background-color: #fff;
}

button:focus {
	outline: none !important;
}
/* ====================
END HEADER
==================== */

/* ====================
FOOTER
==================== */

.footer-v2 .container {
	padding-top: 10px;
	padding-bottom: 15px;
}

.footer-v2 .social-list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-v2 .social-list span{
	font-size: 14px;
	font-weight: 700;
	margin-right: 20px;
}

.footer-v2 .social-list a{
	font-size: 33px;
	color: #fff;
	margin-right: 20px;
}

@media (max-width: 768px) {
	.footer-v2 {
		padding-bottom: 56px;
	}

	.footer-v2 .social-list {
		justify-content: left;
	}

	.footer-v2 .social-list a {
		font-size: 30px; 
	}
}


.subnavi {
	width: 100%;
	height: 54px;
	background-color: #F2F7F8;
	position: fixed;
	bottom: -1px;
	left: 0;
	z-index: 99;

	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 20px;
	box-sizing: border-box;
}

.subnavi-item {
	flex: 1;
	text-align: center;
	text-decoration: none;
	color: #6C757D;
	font-size: 9px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	margin-top: 5px;
}

.subnavi-item .icon {
	font-size: 18px;
	line-height: 1;
}

.subnavi-item .icon img{
	width: 26px;
	/* height: 23px; */
	object-fit: contain;
}

/* KI Assistant (active / highlight) */
.subnavi-item.assistant {
	background: #F6E3E9;
	color: #E6005C;
	padding: 4px 0;
	border-radius: 999px;
	flex: 1.2;
	margin-top: 0;
}

.subnavi-item.assistant .icon {
	font-size: 16px;
}

/* optional: active state */
.subnavi-item.active {
	color: #E6005C;
}


/* ====================
END FOOTER
==================== */

/* ====================
GLOBAL
==================== */

.mobile-view {
	display: none;
}

@media (max-width: 768px) {
	.mobile-view {
		display: block;
	}
	
	.desktop-view {
		display: none;
	}
}


.slider-nav {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 32px;
}

.slider-nav .swiper-button-next,
.slider-nav .swiper-button-prev {
	position: static;
	width: 34px;
	height: 34px;
	background: #F0EFF1;
	color: #282828;
	font-size: 12px;
	border-radius: 50%;
}

.slider-nav .swiper-button-next::after,
.slider-nav .swiper-button-prev::after {
	font-size: 12px;
	font-weight: bold;
}


/* ====================
END GLOBAL
==================== */


/* ====================
ACOUSTIC SEARCH HERO
==================== */

.acoustic-search-hero {
	background: #dc004d;
	text-align: center;
	padding: 25px 20px;
}

.acoustic-search-hero .hero-title {
	font-size: 36px;
	font-weight: 500;
	line-height: 44px;
	color: #fff;
	max-width: 500px;
	margin: 0 auto 15px auto;
}

.acoustic-search-hero .hero-desc {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 25px;
	font-weight: 500;
}

.acoustic-search-hero .acoustic-search__form {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.acoustic-search-hero .search-input {
	width: 100%;
	max-width: 600px;
	height: 60px;
	border-radius: 50px;
	border: none;
	padding: 0 100px 0 25px;
	font-size: 16px;
	outline: none;
}

.acoustic-search-hero .search-btn {
	position: absolute;
	right: 5px;
	width: 54px;
	height: 54px;
	background: #dc004d;
	color: #fff;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	transition: 0.25s ease;
}

.acoustic-search-hero .search-btn:hover {
	transform: scale(1.08);
}

.acoustic-search-hero .search-btn {
	outline: none;
	box-shadow: none;
}

.acoustic-search-hero .search-btn:focus,
.acoustic-search-hero .search-btn:focus-visible {
	outline: none;
	box-shadow: none;
}

.acoustic-search-hero .search-btn i {
	font-size: 25px;
	position: relative;
	top: 3px;
	left: 2px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.acoustic-search-hero {
		padding: 0 5px 10px 5px;
	}

	.acoustic-search-hero .hero-title {
		font-size: 24px;
		line-height: 30px;
	}

	.acoustic-search-hero .hero-desc {
		font-size: 14px;
		line-height: 20px;
		font-weight: 700;
	}

	.acoustic-search-hero .search-input {
		max-width: 480px;
		padding: 0 90px 0 20px;
		font-size: 14px;
		height: 46px;
	}

	.acoustic-search-hero .search-btn{
		width: 40px;
		height: 40px;
	}

	.acoustic-search-hero .search-btn i {
		font-size: 20px;
	}
}



/* ====================
END ACOUSTIC SEARCH HERO
==================== */


.section-title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 35px;
}

@media (max-width: 768px) {
	.section-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

.support-links {
	padding: 20px 20px;
	background: #fff;
}

.support-links .container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

.support-links__title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 35px;
}

.support-links__grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 30px;
	align-items: stretch;
}

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

.support-card {
	display: flex;
	align-items: center;
	padding: 18px 20px;
	border: 1px solid #DADADA;
	border-radius: 8px;
	text-decoration: none;
	color: #282828;
	transition: 0.25s ease;
}

.support-card:hover {
	border-color: #F0EFF1;
	background-color: #F0EFF1;
	text-decoration: none;
}

.support-card__icon {
	width: 32px;
	font-size: 30px;
	margin-right: 15px;
}

.support-card__icon img {
	width: 32px;
}

.support-card__icon.icon-mobile {
	display: none;
}

.support-card__content .support-card__title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}

.support-card__content .support-card__desc {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.support-card__arrow {
	margin-left: auto;
	font-size: 14px;
}

.support-links__image {
	background: #f3fbfb;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.support-links__image img {
	max-width: 100%;
	height: 180px;
	object-fit: contain;
}

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

	.support-links__cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {

	.support-links .container {
		padding-bottom: 0;
	}

	.support-card{
		padding: 8px 20px;
	}

	.support-links__cards a:nth-child(4) {
		display: none;
	}

	.support-card__content .support-card__title{
		font-weight: 500;
		margin-bottom: 0;
	}

	.support-card__content .support-card__desc{
		display: none;
	}

	.support-links__grid {
		gap: 20px;
	}

	.support-links__title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.support-links__image {
		padding: 0;
	}

	.support-links__image img {
		max-width: 100%;
		height: 100px;
		object-fit: contain;
	}

	.support-card__icon {
		width: 35px;
		font-size: 24px;
		margin-right: 15px;
		text-align: center;
	}

	.support-card__icon img {
		width: 30px;
		height: 30px;
		object-fit: contain;
	}

	.support-card__icon.icon-mobile {
		display: block;
	}

	.support-card__icon.icon-desktop {
		display: none;
	}


}

/* ====================
TOPIC OVERVIEW
==================== */

.topic-overview {
	padding: 50px 20px 20px 20px;
}

.topic-overview .container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

.topic-overview__title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 30px;
}

.topic-overview__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.topic-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
	height: 130px;
	background: #fff;
	border-radius: 14px;
	text-decoration: none;
	color: #282828;
	box-shadow:
		0 2px 6px rgba(0,0,0,0.04),
		0 8px 20px rgba(0,0,0,0.06);

	border: 1px solid transparent;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.topic-card:hover {
	border-color: #F0EFF1;
	background-color: #F0EFF1;
	text-decoration: none;
}

.topic-card__icon {
	font-size: 22px;
	color: #e50651;
	margin-bottom: 14px;
	min-height: 35px;
}

.topic-card__icon img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.topic-card__text {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	max-width: 75%;
}

.topic-card__arrow {
	position: absolute;
	right: 16px;
	bottom: 14px;
	font-size: 12px;
	width: 28px;
	height: 28px;
	background-color: #f2f2f2;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topic-card:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(229, 6, 81, 0.3);
}

/* RESPONSIVE */
@media (max-width: 900px) {
	.topic-overview__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.topic-overview {
		padding: 20px 5px;
	}


	.topic-overview .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.topic-overview__title{
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 18px;
	}

	.topic-card{
		height: 90px;
		padding: 5px 15px;
	}

	.topic-card__text {
		font-size: 12px;
		line-height: 18px;
	}

	.topic-card__icon{
		margin-bottom: 5px;
	}

	.topic-card__icon img {
		width: 25px;
		height: 25px;
		object-fit: contain;
	}

	.topic-card__arrow{
		width: 18px;
		height: 18px;
		font-size: 8px;
	}
}


/* ====================
HEARING BRANDS
==================== */


.hearing-brands {
	padding: 0 20px 40px 20px;
}

.hearing-brands__inner {
	max-width: 1200px;
	margin: 0 auto;
	background: #E5F1F2;
	border-radius: 8px;
	text-align: center;
	padding: 40px 30px;
}

.hearing-brands__title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 8px;
}

.hearing-brands__desc {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}

.hearing-brands__btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 8px 18px;
	border: 1px solid #282828;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 700;
	color: #282828;
	text-decoration: none;
	margin-bottom: 50px;
	min-width: 253px;
}

.hearing-brands__btn i {
	font-size: 14px;
}

.hearing-brands__btn:hover {
	color: #282828;
	text-decoration: none;
}

.hearing-brands__logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
}

.hearing-brands__logos img {
	max-height: 70px;
	width: auto;
	opacity: 0.9;
}

/* Desktop */
@media (min-width: 1024px) {
  .hearing-brands__logos .swiper-wrapper {
    display: flex;
    flex-direction: row;      /* ⭐ สำคัญ */
    flex-wrap: wrap;          /* ให้ขึ้นบรรทัดใหม่ */
    justify-content: center;
    gap: 24px;
  }

  .hearing-brands__logos .swiper-slide {
    width: auto !important;
  }
}


@media (max-width: 768px) {
	.hearing-brands {
		padding: 0 10px 20px 10px;
	}

	.hearing-brands__inner{
		text-align: left;
	}

	.hearing-brands__title {
		font-size: 20px;
		line-height: 28px;
	}

	.hearing-brands__desc {
		font-size: 16px;
		line-height: 28px;
	}

	.hearing-brands__btn {
		padding: 6px 18px;
		font-size: 14px;
		min-width: 202px;
	}

	.hearing-brands__btn i {
		font-size: 12px;
	}


}


/* ====================
EXPERIENCE
==================== */

.experience-slider {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}

.experience-slider .container {
	position: relative;
	z-index: 2;
}

.experience-swiper-wrap {
	margin-left: calc((100vw - 1200px) / 2);
}

@media (max-width: 1240px) {
	.experience-swiper-wrap {
		margin-left: 20px;
	}
}

.experience-slider h2 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
}

.experienceSwiper {
	overflow: visible;
}

.experienceSwiper .swiper-wrapper {
	align-items: stretch;
}

.experienceSwiper .swiper-slide {
	width: 260px;
	height: 260px;
}

.experience-card {
	position: relative;
	display: block;
	width: 260px;
	height: 260px;
	border-radius: 12px;
	overflow: hidden;
	background: #000;
}

.experience-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.experience-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px;
	color: #fff;
	background: linear-gradient(
		to top,
		rgba(0,0,0,.75),
		rgba(0,0,0,0) 60%
	);
}

.experience-card__overlay h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #ffffff;
}

.experience-card__overlay p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}

.experience-slider__header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.experience-nav {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 32px;
}

.experience-nav .swiper-button-next,
.experience-nav .swiper-button-prev {
	position: static;
	width: 34px;
	height: 34px;
	background: #F0EFF1;
	color: #282828;
	font-size: 12px;
	border-radius: 50%;
}

.experience-nav .swiper-button-next::after,
.experience-nav .swiper-button-prev::after {
	font-size: 12px;
	font-weight: bold;
}

@media (max-width: 768px) {

	.experience-slider {
		padding: 20px 0 0 5px;
	}

	.experience-slider .container{
		padding-top: 0;
	}

	.experience-card {
		width: 220px;
		height: 320px;
	}

	.experience-slider h2 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 0;
	}

	.experience-nav{
		margin-top: 50px;
		margin-right: 20px;
	}
}


/* ====================
ARTICLE
==================== */

.knowledge-section {
	padding: 20px 0;
	overflow: hidden;
}

/* ===== Header ===== */
.knowledge-title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 0;
}

/* ===== Full-bleed Swiper ===== */
.knowledge-swiper-wrap {
	margin-left: calc((100vw - 1200px) / 2);
}

@media (max-width: 1240px) {
	.knowledge-swiper-wrap {
		margin-left: 20px;
	}
}

.knowledgeSwiper {
	overflow: visible;
}

.knowledgeSwiper .swiper-wrapper {
	align-items: stretch;
}

.knowledgeSwiper .swiper-slide {
	width: 300px;
	height: auto;
}

/* ===== Card ===== */
.knowledge-card {
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}

.knowledge-card a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

/* ===== Image ===== */
.knowledge-image {
	height: 240px;
}

.knowledge-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ===== Content ===== */
.knowledge-content {
	padding: 24px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
	flex-grow: 1;
}

/* ===== Colors ===== */
.knowledge-card--pink .knowledge-content { background: #e0005a; }
.knowledge-card--blue .knowledge-content { background: #006aa6; }
.knowledge-card--navy .knowledge-content { background: #0f2f57; }
.knowledge-card--teal .knowledge-content { background: #6f8f96; }
.knowledge-card--magenta {
  background: #d81b60;
  color: #fff;
}

/* ===== Badge ===== */
.knowledge-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	background: #fff;
	color: #e0005a;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 12px;
	z-index: 2;
}

/* ===== Navigation ===== */
.knowledge-nav {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 32px;
}

.knowledge-nav .swiper-button-next,
.knowledge-nav .swiper-button-prev {
	position: static;
	width: 34px;
	height: 34px;
	background: #f0eff1;
	color: #282828;
	border-radius: 50%;
}

.knowledge-nav .swiper-button-next::after,
.knowledge-nav .swiper-button-prev::after {
	font-size: 12px;
	font-weight: bold;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
	.knowledge-section {
		padding: 0 0 0 5px;
	}

	.knowledge-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 0;
	}

	.knowledgeSwiper .swiper-slide {
		width: 260px;
	}
}


/* ====================
VIDEO SECTION
==================== */

.video-section {
	padding: 50px 0 0 0;
	overflow: hidden;
}

.video-section.article_video {
	padding: 20px 0 30px 0;
}


.video-section .container{
	text-align:center;
}

.video-title {
	font-size: 30px;
	font-weight: 500;
}

.video-swiper-wrap {
	margin-left: calc((100vw - 1200px) / 2);
}

.pillar_video .video-swiper-wrap {
	margin-left: 0;
}

.article_video .video-swiper-wrap {
	margin-left: 0;
}

@media (max-width: 1240px) {
	.video-swiper-wrap {
		margin-left: 20px;
	}
}

.videoSwiper {
	overflow: visible;
}

.videoSwiper .swiper-slide {
	width: 330px;
}

.pillar_video .videoSwiper .swiper-slide {
	width: auto;
}

.article_video .videoSwiper .swiper-slide {
	width: auto;
}

.video-card {
	text-decoration: none;
	color: #000;
}

.video-card:hover{
	text-decoration: none;
	cursor: pointer;
}

.video-thumb {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	min-height: 187px;
}

.video-thumb img {
	width: 100%;
	height: 187px;
	object-fit: cover;
}

/* video badge */
.video-label {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #fff;
	color: #e0005a;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 12px;
	z-index: 2;
}

/* play button */
.video-play {
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 44px;
	height: 44px;
	background: #e0005a;
	border-radius: 50%;
	transition: transform .25s ease, box-shadow .25s ease;
}

.video-play::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 52%;
	transform: translate(-50%, -50%);
	border-left: 10px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

/* hover */
.video-card:hover .video-play {
	transform: scale(1.12);
	box-shadow: 0 8px 24px rgba(224,0,90,.45);
}

/* title */
.video-card h3 {
	margin-top: 12px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.video-nav {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 32px;
}

.video-nav .swiper-button-next,
.video-nav .swiper-button-prev {
	position: static;
	width: 34px;
	height: 34px;
	background: #f0eff1;
	color: #282828;
	border-radius: 50%;
}

.video-nav .swiper-button-next::after,
.video-nav .swiper-button-prev::after {
	font-size: 12px;
	font-weight: bold;
}


@media (max-width: 768px) {
	.video-section {
		padding: 0 0 0 5px;
	}

	.video-title {
		font-size: 20px;
		line-height: 28px;
	}

	.video-section .container{
		text-align: left;
	}

}

/* ====================
VIDEO SECTION MODAL
==================== */

.video-modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 9999;

	align-items: center;           
	justify-content: center;
}

.video-modal.is-open {
	display: flex;
}

.video-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.75);
}

.video-modal__content {
	position: relative;
	max-width: 960px;
	width: 90%;
	margin: 5vh auto;
	background: #000;
	border-radius: 12px;
	overflow: hidden;
}

.video-modal__player {
	position: relative;
	padding-top: 56.25%; /* 16:9 */
}

.video-modal__player iframe,
.video-modal__player video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.video-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	background: rgba(0,0,0,.6);
	color: #fff;
	border: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
}



/* ====================
PILLAR HERO
==================== */

.pillar-hero {
	width: 100%;
	color: #fff;
}

.pillar-overview .pillar-hero {
	margin-bottom: 30px;
}

.pillar-hero__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 435px;
}

.pillar-hero__content {
	padding: 60px 150px 60px calc((100vw - 1200px) / 2);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pillar-hero__title {
	font-size: 36px;
	line-height: 44px;
	font-weight: 500;
	margin-bottom: 16px;
	color: #fff;
}

.pillar-hero__subtitle {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 24px;
	color: #fff;
}

.pillar-hero__text {
	font-size: 18px;
	line-height: 30px;
	max-width: 445px;
}

.pillar-hero__image {
	position: relative;
	overflow: hidden;
	height: 435px;
}

.pillar-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Responsive */
@media (max-width: 1024px) {
	.pillar-hero__inner {
		grid-template-columns: 1fr;
	}

	.pillar-hero__content {
		padding: 60px 24px;
	}

	.pillar-hero__image {
		height: 260px;
	}
}


@media (max-width: 768px) {
	.pillar-hero {
		background: #fff!important;
		color: #282828;
	}
	
	.pillar-overview .pillar-hero {
		background: #fff!important;
		color: #282828;
		margin-bottom: 0;
	}

	.pillar-hero__inner {
		min-height: 380px;
	}

	.pillar-hero__content {
		padding: 0 15px;
	}
	
	.pillar-hero__title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px;
		color: #282828;
	}

	.pillar-hero__subtitle {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
		color: #282828;
	}

	.pillar-hero__text {
		display: none;
	}

	.pillar-hero__image {
		height: 215px;
		padding: 0 15px;
		margin-top: 10px;
	}

	.pillar-hero__image img {
		border-radius: 8px;
	}
}


/* ====================
PILLAR SUPPORT OVERVIEW
==================== */

.support-overview {
	padding: 45px 0;
}

.support-overview__title {
	text-align: center;
}

.support-overview__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.support-overview__card {
	background: #E5F1F2;
	border-radius: 12px;
	padding: 30px;
}

.support-overview__card-title {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0px;
}

.support-overview__card-subtitle {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 20px;
}

.support-overview__list {
	list-style: disc;
	padding: 0 0 0 20px;
	margin: 0;
}

.support-overview__list li {
	margin-bottom: 12px;
}

.support-overview__list li:hover,
.support-overview__list li:hover a{
	color: #dc004d;
}

.support-overview__list a {
	font-size: 18px;
    line-height: 26px;
    color: #282828;
    text-decoration: underline;
}

.support-overview__list a:hover {

}

.supportSwiper {
	overflow: visible;
}

.supportSwiper .swiper-slide {
	width: 330px;
}

.support-nav {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 32px;
}

.support-nav .swiper-button-next,
.support-nav .swiper-button-prev {
	position: static;
	width: 34px;
	height: 34px;
	background: #f0eff1;
	color: #282828;
	border-radius: 50%;
}

.support-nav .swiper-button-next::after,
.support-nav .swiper-button-prev::after {
	font-size: 12px;
	font-weight: bold;
}

/* Responsive */
@media (max-width: 1024px) {
	.support-overview__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.support-overview {
		padding: 0;
	}

	.support-overview .container {
		padding-top: 0;
	}

	.support-overview__card {
		padding: 20px;
	}
	
	.support-overview__card-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 5px;
		text-align: left;
	}

	.support-overview__card-subtitle {
		font-size: 16px;
		line-height: 24px;
	}
	
	.support-overview__list {
		font-size: 14px;		
	}

	.support-overview__list a {
		font-size: 14px;
		line-height: 20px;
	}
}


/* ====================
PILLAR INTRO
==================== */

.editorial-intro {
	padding: 30px 0;
}

.editorial-intro__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 24px 0 0;

	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 48px;
	align-items: start;
}

.editorial-intro__inner .editorial-intro__content{
	padding-right: 60px;
}

.editorial-intro__content h2 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 10px;
}

.editorial-intro__content p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 16px;
}

.editorial-intro__image {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.editorial-intro__image img {
    width: 100%;
    height: 292px;
    border-radius: 8px;
    object-fit: contain;
}

/* Responsive */
@media (max-width: 768px) {

	.editorial-intro {
		padding: 0;
	}

	.editorial-intro__inner {
		grid-template-columns: 1fr;
		padding-left: 20px;
	}

	.editorial-intro__inner .editorial-intro__content {
		padding-right: 0;
	}

	
	.editorial-intro__content h2 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.editorial-intro__content p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	
	.editorial-intro__image {
		display: none;
	}
	
	
}


/* ====================
PILLAR SHORTCUT TILES
==================== */

.pillar-page .support-links {
	padding: 20px 20px 50px 20px; 
}

.pillar-page .support-links__title{
	text-align: center;
}

.pillar-page .support-links__grid {
    grid-template-columns: 1fr;
}

.pillar-page .support-links__cards {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
    .pillar-page .support-links__cards {
        grid-template-columns: 1fr!important;
    }
}

@media (max-width: 768px){
	.pillar-page .support-links {
		padding: 0px 20px 20px 20px;
	}
}


/* ====================
PILLAR TEXT CARD
==================== */
.text-card-section  {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.text-card-section .section-title {
	margin-bottom: 8px;
}

.textCardSwiper {
	overflow: visible;
}

.text-card-swiper-wrap {
	margin-left: calc((100vw - 1200px) / 2);
}

.textCardSwiper .swiper-wrapper {
	align-items: stretch;
}

.textCardSwiper .swiper-slide {
    width: 332px;
    height: 170px;
	border-radius: 12px;
	padding: 30px;
	font-size: 18px;
	line-height: 24px;
	color: #282828;
}

.textCardSwiper .swiper-slide:hover {
	text-decoration: none;
}

.textCardSwiper .text-card {
  background-color: var(--card-bg);
  color: var(--card-text) ;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.textCardSwiper .text-card:hover {
  background-color: var(--card-bg-hover, var(--card-bg));
}


@media (max-width: 1240px) {
	.text-card-swiper-wrap {
		margin-left: 20px;
	}
}


/* ====================
PILLAR MORE ARTICLE
==================== */

.more-articles {
	padding: 30px 0;
	background: #F3F8F9;
}

.more-articles__title {
	text-align: center;
}

.more-articles__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

.more-articles__column {
	background: #E5F1F2;
	border-radius: 12px;
}

.article-row {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	text-decoration: none;
	color: #282828;

	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.more-articles__column .article-row.last-row {
	border-bottom: none;
}

.article-row.is-highlight {
	background: #D0E4E5;
	border-radius: 12px;
	border-bottom: none;
}

.article-row img {
	width: 86px;
	height: 60px;
	border-radius: 6px;
	object-fit: cover;
	flex-shrink: 0;
}

.article-row span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-left: 15px;
    max-width: 252px;
	
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more-articles__cta {
	text-align: center;
	margin-top: 40px;
}

.btn-load-more {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 20px;
	border-radius: 40px;
	background: #fff;
	text-decoration: none;
	color: #282828;
	font-weight: 700;
	width: 180px;
	height: 42px;
	    border: none;
}

.btn-load-more:hover {
	color: #282828;
	text-decoration: none;
}

/* Responsive */
@media (max-width: 1024px) {
	.more-articles__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.more-articles {
		padding: 0 0 20px 0;

		background: #fff;
	}

	.more-articles__title {
		text-align: left;
	}

	.more-articles__column {
		padding-bottom: 30px;
	}

	.more-articles .more-articles__grid .more-articles__column:nth-child(2) {
		display: none;
	}

	.article-row span {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		font-size: 16px;
		line-height: 24px;
		margin-left: 5px;
	}

	.btn-load-more {
		font-size: 14px;
		width: 152px;
		height: 36px;
	}

	.more-articles__cta {
		margin-top: 15px;
	}
}



/* Article */

.article-hero {
  background: #E8F5F6;
  padding: 40px 0;
}

.article-hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.article-hero__title {
	font-size: 36px;
	font-weight: 500;
	line-height: 44px;
	margin-bottom: 12px;
}

.article-hero__subtitle {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 12px;
}

.article-hero__author {
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
	margin-bottom: 35px;
}

.article-hero__author .author-text a{
	color: #282828;
}

.article-hero__lead {
	font-size: 18px;
	line-height: 30px;
	max-width: 520px;
	font-weight: 400;
}

.article-hero__media img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
	.article-hero__inner {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-top: 15px;
	}

	.article-hero {
		padding: 0;
		background: #fff;
	}
	
	.article-hero__title {
		font-size: 24px;
		line-height: 30px;
		max-width: 340px;
	}
	
	.article-hero__subtitle {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 7px;
	}

	.article-hero__author {
		font-size: 14px;
		line-height: 20px;
		font-style: italic;
		margin-bottom: 15px;
	}

	.article-hero__lead {
		font-size: 14px;
		line-height: 24px;
		max-width: 100%;
	}

	.article-hero__media img { 
		border-radius: 0;
	}
}


/* ================================
   Article Summary – Key Takeaways
================================ */

.article-summary {
  padding: 60px 0 0 0;
}

.article-summary__inner {
	max-width: 680px;
	margin: 0 auto;
	padding: 32px 45px 10px 45px;
	background-color: #E5F1F2;
	border-radius: 8px;
}

.article-summary__title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 5px;
}

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

.article-summary__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
}

.article-summary__item:not(:last-child) {
  border-bottom: 0.6px solid #d2dcdc;
}

.article-summary__icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 4px;
	border-radius: 50%;
	background-color: #DC004E;
	position: relative;
}

.article-summary__icon::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.article-summary__text,
.article-summary__text a{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.article-summary__text strong,
.article-summary__text a{
  color: #DC004D !important;
  
}


@media (max-width: 768px) {
	.article-summary {
		padding: 0px 15px;
	}

	.article-summary__inner {
		padding: 24px 24px 5px 24px;
	}
	
	.article-summary__item {
		gap: 10px;
	}

	.article-summary__title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 0;
	}

	.article-summary__text,
	.article-summary__text a{
		font-size: 14px;
		line-height: 24px;
	}
	
	.article-summary__text a{
		text-decoration: underline !important;
	}

	.article-summary__icon {
		flex: 0 0 16px;
		width: 16px;
		height: 16px;
		margin-top: 6px;
	}

	.article-summary__icon::after {
		left: 6px;
		top: 3px;
		width: 4px;
		height: 8px;}
}


/* Article Body */
.article-body{
	max-width: 680px;
	padding-left: 0;
	padding-right: 0;
}

.article-footer{
	max-width: 680px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 80px;
	margin-top: -55px;
}


.article-body table{
	border: 1px solid #DADADA;
}

.article-body table thead th {
	background-color: #ffffff;
    color: #282828;
    border-bottom: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.article-body table tbody {
	font-size: 14px;
	line-height: 20px;
	color: #282828;
}

.article-body tbody tr:nth-child(odd) td {
  background-color: #F8F9F7;
}


@media (max-width: 768px) {
	.article-body {
		padding-left: 15px;
		padding-right: 15px;
	}

	.article-footer{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 55px;
		margin-top: -80px;
	}
}

/* TOC */

.lwptoc .lwptoc_i {
    background-color: #F0EFF1;
    max-width: 680px;
	border-radius: 8px;
	padding: 32px 45px 30px 40px;
}

.lwptoc_title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
}

.lwptoc_toggle,
.lwptoc_toggle_label {
	display: none !important;
}

.lwptoc_items {
	display: block !important;
}

.lwptoc_item{
	margin-top: 10px!important;
}

.lwptoc_item a {
	text-decoration: underline;
	font-size: 18px;
    line-height: 30px;
    color: #282828;
}


/* Key Highlight */

.vc_row.article-key-highlight.vc_row-has-fill {
	background-color: #E5F1F2 !important;
	border-radius: 8px;
	margin: 0;
	visibility: hidden;
}

.vc_row.article-key-highlight.vc_row-has-fill .vc_column-inner {
	padding-top: 20px;
}

.vc_row.article-key-highlight.vc_row-has-fill .vc_column-inner .wpb_wrapper .wpb_text_column:first-child{
	margin-bottom: 15px;
}

.vc_row.article-key-highlight.vc_row-has-fill .vc_column-inner .wpb_wrapper .wpb_text_column{
	margin-bottom: 25px;
}

.vc_row.article-key-highlight.vc_row-has-fill p{
	font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.vc_row.article-key-highlight.vc_row-has-fill p a{
	text-decoration: underline;
}

.article-key-highlight__title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}

.article-key-highlight__icon {
	margin-top: 2px;
	flex-shrink: 0;
}

.article-key-highlight__text {
  line-height: 1.4;
}




/* FAQ */
.article-faq {
  margin: 10px 0 60px 0;
}

.faq-item {
  border-bottom: 0.4px solid #BBB9B9;
}

/* Question */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question:focus {
  outline: none;
}

/* Icon */
.faq-icon {
  font-size: 22px;
  font-weight: 300;
  transition: transform 0.3s ease;
}

/* Answer (animated) */
.faq-answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    height 0.35s ease,
    opacity 0.25s ease;
}

.faq-answer p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 16px;
}


.faq-item.is-open .faq-answer {
  opacity: 1;
}

@media (max-width: 768px) {
	.article-faq {
		margin: 10px 0 30px 0;
	}

	.faq-question {
		font-size: 14px;
		line-height: 20px;
	}

	.faq-answer p {
		font-size: 14px;
		line-height: 24px;
	}
}


/* Sources */
.article-sources {
	margin-top: 60px;
}

.sources-toggle {
	width: 100%;
	background: none;
	border: none;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	margin-bottom: 0;
}

.sources-toggle:focus {
  outline: none;
}

.sources-icon {
	font-size: 20px;
	line-height: 1;
	transition: opacity 0.2s ease;
}

.sources-content {
	max-height: 0;
	 border-bottom: 0.4px solid #BBB9B9;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.article-sources.is-open .sources-content {
	margin-bottom: 24px;
}

.sources-list {
	padding-left: 0;
	list-style: none;
}

.sources-list li {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 30px;
	color: #282828;
}

.sources-list li a{

	color: #282828;
}


.sources-list a {
	word-break: break-all;
}

.source-access-date {
	color: #666;
	font-size: 13px;
}

@media (max-width: 768px) {
	.article-sources {
		margin-top: 35px;
	}
	
	.sources-list li,
	.sources-list a{
		font-size: 14px;
		line-height: 20px;
	}
	
	
}



