:root {
	--cnc-black: #050505;
	--cnc-white: #ffffff;
	--cnc-purple: #7b3df0;
	--cnc-purple-deep: #6e34ed;
	--cnc-purple-soft: #d8d8ff;
	--cnc-lime: #c8ff08;
	--cnc-lime-deep: #b6f400;
	--cnc-lime-soft: #eff9a8;
	--cnc-text: #111111;
	--cnc-muted: rgba(17, 17, 17, 0.72);
	--cnc-border: rgba(17, 17, 17, 0.12);
	--cnc-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

html {
	scroll-behavior: smooth;
}
html, :root {
    scroll-behavior: auto !important;
    scroll-padding-top: 82px !important;
}

html.lenis {
	height: auto;
}


.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

body.cnc-page {
	margin: 0;
	font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Poppins", Arial, sans-serif;
	color: var(--cnc-text);
	background: #fff;
}

a,
a:hover {
	text-decoration: none;
}



/* ==========================================================
   Hero Section
   ========================================================== */
.cnc-hero {
	position: relative;
	min-height: 920px;
	height: calc(100vh - 84px);
	background: linear-gradient(180deg, #7947ee 0%, #5d34ed 100%);
	overflow: hidden;
}

.cnc-hero__bg {
	position: absolute;
	inset: 0;
	/*background:url(../img/global-herobg.svg) center center no-repeat;
  background-size:70%;*/
	opacity: 0.6;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cnc-hero__bg svg {
	width: auto;
	height: 90%;
}

.cnc-hero__inner {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	align-items: center;
	background: linear-gradient(180deg, #7947ee 0%, #5d34ed 100%);
	justify-content: space-between;
}

.cnc-hero__content {
	max-width: 1080px;
	color: var(--cnc-white);
	z-index: 200;
	position: relative;
}

.cnc-hero__eyebrow {
	margin: 0 0 24px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.01em;
}

.cnc-hero__title {
	margin: 0;
	font-size: clamp(56px, 5.2vw, 64px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.04em;
}

.cnc-hero__desc {
	margin: 42px 0 0;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: -0.01em;
}

.cnc-hero__button {
	margin-top: 78px;
	display: inline-flex;
	align-items: center;
	height: 50px;
	background: var(--cnc-lime);
	color: #111;
	font-size: 17px;
	font-weight: 700;
	padding-left: 22px;
	overflow: hidden;
	clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%, 0 18px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.cnc-hero__button span:first-child {
	padding-right: 36px;
}

.cnc-hero__button:hover {
	color: #000;
}

.cnc-hero__button-icon {
	width: 54px;
	height: 49px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: 700;
}


.cnc-hero__map path {
	transition: fill 0.22s ease, opacity 0.22s ease, filter 0.22s ease;
}

.cnc-hero__map-highlight {
	fill: #B5F90E !important;
	opacity: 0.96 !important;
	filter: drop-shadow(0 0 4px rgba(181, 249, 14, 0.72));
	will-change: opacity, filter;
}

.cnc-hero__map-spark {
	fill: #B5F90E !important;
	opacity: 1 !important;
	filter: drop-shadow(0 0 8px rgba(181, 249, 14, 0.95));
}

.cnc-hero__social {
	position: absolute;
	right: 210px;
	bottom: 80px;
	display: flex;
	align-items: center;
	gap: 14px;
	height: 62px;
	padding: 0 28px;
	border: 1px solid rgba(232, 236, 130, 0.65);
	border-radius: 8px;
	color: var(--cnc-white);
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(1px);
	z-index:1000;
}

.cnc-hero__social-label {
	font-size: 16px;
	font-weight: 500;
	margin-right: 8px;
}

.cnc-hero__social-dot {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--cnc-lime);
	color: #101010;
	font-size: 14px;
	font-weight: 700;
}



/* ==========================================================
   About Us Section
   ========================================================== */
.cnc-intro {
	position: relative;
	overflow: hidden;
	min-height: 860px;
	background: #c3fb00;
}

.cnc-intro__inner {
	position: relative;
	z-index: 1;
	padding-top: 120px;
	padding-bottom: 120px;
	min-height: 860px;
}

.cnc-intro__title {
	margin: 0;
	max-width: 760px;
	font-size: clamp(42px, 3.2vw, 56px);
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -0.05em;
	color: #111;
}

.cnc-intro__text {
	margin: 8px 0 0;
	max-width: 720px;
	margin-left: auto;
	font-size: 26px;
	line-height: 1.72;
	color: rgba(17, 17, 17, 1);
	letter-spacing: -0.02em;
}

.cnc-intro__cta-wrap {
	margin-top: 300px;
}

.cnc-intro__cta {
	display: inline-flex;
	align-items: stretch;
	height: 56px;
	box-shadow: var(--cnc-shadow);
}

.cnc-intro__cta-arrow {
	width: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0b0b0b;
	color: var(--cnc-white);
	font-size: 26px;
	font-weight: 700;
	clip-path: polygon(25% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 25%);
}

.cnc-intro__cta-text {
	min-width: 240px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.96);
	color: #111;
	font-size: 21px;
	font-weight: 500;
}

.cnc-intro__decor {
	position: absolute;
	right: 0px;
	bottom: 30px;
	width: 420px;
	height: 650px;
	pointer-events: none;
}

.cnc-intro__decor span {
	position: absolute;
	border: 18px solid rgba(255, 255, 255, 0.45);
	border-left-width: 0;
	border-radius: 42px;
	transform: rotate(32deg);
}

.cnc-intro__decor span:nth-child(1) {
	width: 188px;
	height: 506px;
	right: 38px;
	top: 14px;
}

.cnc-intro__decor span:nth-child(2) {
	width: 188px;
	height: 506px;
	right: 138px;
	top: 22px;
}

.cnc-intro__decor span:nth-child(3) {
	width: 188px;
	height: 506px;
	right: 0;
	top: 198px;
}

.cnc-intro__decor span:nth-child(4) {
	width: 188px;
	height: 506px;
	right: 118px;
	top: 206px;
}

.cnc-section-head {
	padding-top: 120px;
	padding-bottom: 60px;
}

.cnc-section-head__title {
	margin: 0;
	font-size: clamp(38px, 3vw, 56px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.04em;
	margin-bottom: 20px;
}

.cnc-section-head__subtitle {
	margin: 10px 0 0;
	font-size: clamp(21px, 1.8vw, 32px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
}



/* ==========================================================
   Core Engine Section
   ========================================================== */
.cnc-engine {
	background: #fff;
	padding-bottom: 100px;
}

.cnc-engine__cards {
	padding-top: 20px;
}

.cnc-engine-card {
	position: relative;
	min-height: 620px;
	padding: 40px 40px 40px;
	border-radius: 14px;
	overflow: hidden;
}

.cnc-engine-card--purple {
	background: #7640ef;
	color: #fff;
}

.cnc-engine-card--lime {
	background: #baf600;
	color: #111;
}

.cnc-engine-card--lavender {
	background: #d7daf7;
	color: #111;
}

.cnc-engine-card__eyebrow {
	margin: 0 0 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}

.cnc-engine-card__title {
	margin: 0 0 34px;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.28;
}

.cnc-engine-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cnc-engine-card__list li {
	display: flex;
	gap: 10px;
	margin-bottom: 26px;
	font-size: 16px;
	line-height: 1.5;
}

.cnc-engine-card__list li span {
	flex: 0 0 auto;
	margin-top: 1px;
	font-size: 16px;
}

.cnc-engine-card__list li strong {
	font-weight: 700;
}

.cnc-engine-card__rings {
	position: absolute;
	right: 48px;
	bottom: 36px;
	width: 180px;
	height: 160px;
}

.cnc-engine-card__rings span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 106px;
	height: 36px;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.84);
}

.cnc-engine-card--purple .cnc-engine-card__rings span:nth-child(1) {
	border-color: var(--cnc-lime);
	border-width: 5px;
	width: 130px;
	height: 50px;
	top: -10px;
	z-index: 20;
}

.cnc-engine-card--purple .cnc-engine-card__rings span:nth-child(2) {
	top: 30px;
	width: 110px;
	height: 55px;
	z-index: 10;
}

.cnc-engine-card--purple .cnc-engine-card__rings span:nth-child(3) {
	top: 72px;
	width: 130px;
	height: 48px;
	border-color: var(--cnc-lime);
	background: var(--cnc-lime);
	z-index: 5;
}

.cnc-engine-card--lime .cnc-engine-card__rings span:nth-child(1) {
	top: 0;
	width: 110px;
	height: 58px;
	width: 130px;
	height: 50px;
	border-width: 5px;
	border-color: #7640ef;
	z-index: 10;
}

.cnc-engine-card--lime .cnc-engine-card__rings span:nth-child(2) {
	top: 36px;
	width: 100px;
	height: 45px;
	background: #7640ef;
	border-color: #7640ef;
	z-index: 20;
}

.cnc-engine-card--lime .cnc-engine-card__rings span:nth-child(3) {
	border-color: #111;
	top: 72px;
	width: 130px;
	height: 48px;
	border-width: 2px;
	z-index: 6;
}

.cnc-engine-card--lavender .cnc-engine-card__rings span:nth-child(1) {
	top: 0;
	border-width: 5px;
	width: 130px;
	height: 50px;
	background: var(--cnc-lime);
	border-color: var(--cnc-lime);
	z-index: 20;
}

.cnc-engine-card--lavender .cnc-engine-card__rings span:nth-child(2) {
	top: 36px;
	opacity: 0.85;
	width: 100px;
	height: 45px;
	z-index: 10;
}

.cnc-engine-card--lavender .cnc-engine-card__rings span:nth-child(3) {
	top: 72px;
	width: 130px;
	height: 48px;
	border-color: #7640ef;
	z-index: 5;
}

@keyframes cncRingOrbit {

	0%,
	100% {
		transform: translateX(-50%) translateY(0) scale(1);
		opacity: 1;
	}

	50% {
		transform: translateX(-50%) translateY(-6px) scale(1.04);
		opacity: 0.85;
	}
}

.cnc-engine-card__rings span {
	animation: cncRingOrbit 4s ease-in-out infinite;
	will-change: transform, opacity;
}

.cnc-engine-card__rings span:nth-child(1) {
	animation-duration: 5s;
	animation-delay: 0s;
}

.cnc-engine-card__rings span:nth-child(2) {
	animation-duration: 6s;
	animation-delay: 0.8s;
}

.cnc-engine-card__rings span:nth-child(3) {
	animation-duration: 4.5s;
	animation-delay: 1.5s;
}


/* =========================================
   CNC Vision 模块
   ========================================= */
.cnc-vision {
	background: #ffffff;
	padding: 100px 0 120px;
}

.cnc-vision__head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 64px;
}

.cnc-vision__title {
	margin: 0;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #111;
}

.cnc-vision__text {
	margin: 0;
	max-width: 640px;
	font-size: 24px;
	line-height: 1.6;
	color: rgba(17, 17, 17, 0.75);
}

.cnc-vision__text strong {
	font-weight: 800;
	color: #111;
}

.cnc-vision__grid {
	display: flex;
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: #fff;
}

.cnc-vision-card {
	flex: 1;
	padding: 60px 48px;
	border-right: 1px solid rgba(17, 17, 17, 0.12);
	display: flex;
	flex-direction: column;
}

.cnc-vision-card:last-child {
	border-right: none;
}

.cnc-vision-card__icon-wrap {
	width: 88px;
	height: 88px;
	background: var(--cnc-lime);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	clip-path: polygon(25% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 25%);
	border-radius: 6px;
}

.cnc-vision-card__icon-wrap img {
	width: 45px;
	height: 45px;
}

.cnc-vision-card__title {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.4;
	margin: 0 0 16px;
	color: #111;
}

.cnc-vision-card__desc {
	font-size: 18px;
	line-height: 1.6;
	color: rgba(17, 17, 17, 0.8);
	margin: 0;
}


/* ==========================================================
   CNC Vision Section
   ========================================================== */
.cnc-mission__top {
	position: relative;
	background: #6e40ea url(../img/missionbg.png) center center;
	padding: 100px 0 100px;
	color: #fff;
	overflow: hidden;
}

.cnc-mission__top::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px);
	background-size: 9px 9px;
	opacity: 0.32;
	pointer-events: none;
}

.cnc-mission__eyebrow {
	margin: 0 0 24px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.cnc-mission__title {
	margin: 0;
	font-size: clamp(42px, 4vw, 56px);
	font-weight: 800;
	line-height: 1.12;
	color: var(--cnc-lime);
}

.cnc-mission__text {
	margin: 30px 0 0;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.cnc-mission__graphic {
	position: relative;
	height: 360px;
	text-align: right;
}

.cnc-mission__triangle {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 152px solid transparent;
	border-right: 152px solid transparent;
}

.cnc-mission__triangle--outer {
	top: 28px;
	border-bottom: 210px solid var(--cnc-lime);
}

.cnc-mission__triangle--inner {
	top: 120px;
	border-left-width: 128px;
	border-right-width: 128px;
	border-bottom: 122px solid #fff;
}

.cnc-mission__bottom {
	background-color: #ffffff;
	background-image: radial-gradient(rgba(17, 17, 17, 0.06) 1.5px, transparent 1.5px);
	background-size: 24px 24px;
	padding: 80px 0 100px;
}

.cnc-mission__bottom-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 80px;
}

.cnc-mission__brandline {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.cnc-mission__brandmark {
	width: 26px;
	height: 26px;
	background: var(--cnc-lime);
	color: #111;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cnc-mission__brandtext {
	font-size: 18px;
	color: rgba(17, 17, 17, 0.8);
}

.cnc-mission__headline {
	margin: 0;
	font-size: clamp(36px, 3.5vw, 48px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.cnc-mission__pin {
	margin-bottom: 40px;
}

.cnc-mission__pin-box {
	width: 68px;
	height: 68px;
	background: var(--cnc-lime);
	color: #111;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
	cursor: pointer;
}

.cnc-mission__pin-box:hover {
	transform: scale(1.05);
}


.cnc-mission__graphic svg {
	will-change: transform;
	overflow: visible;
}

.cnc-mission__graphic svg path:nth-child(1) {
	animation: cncAdvancedFloat 6s cubic-bezier(0.45, 0, 0.55, 1) infinite;
	will-change: transform;
	transform-origin: center;
}

.cnc-mission__graphic svg path:nth-child(2) {
	animation: cncAdvancedFloat 6s cubic-bezier(0.45, 0, 0.55, 1) infinite;
	animation-delay: 0.7s;
	will-change: transform;
	transform-origin: center;
}

@keyframes cncAdvancedFloat {

	0%,
	100% {
		transform: translateY(0) scale(1);
		opacity: 0.95;
	}

	50% {
		transform: translateY(-20px) scale(1.02);
		opacity: 1;
	}
}


.cnc-timeline-card {
	position: relative;
	min-height: 430px;
	padding: 60px 30px 30px;
	background: #fff;
	border: 1px solid var(--cnc-border);
	border-radius: 16px;
	box-shadow: none;
}


.cnc-timeline-card--step-1 {
	margin-top: 120px;
}

.cnc-timeline-card--step-2 {
	margin-top: 60px;
}

.cnc-timeline-card--step-3 {
	margin-top: 0;
}

.cnc-timeline-card--raised {
	margin-top: -60px;
}

.cnc-timeline-card--raised-more {
	margin-top: -100px;
}

.cnc-timeline-card__content {
	margin-top: 80px;
}

.cnc-timeline-card__year {
	font-size: 54px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
	margin-bottom: 80px;
}

.cnc-timeline-card__icon {
	position: absolute;
	top: 40px;
	right: 30px;
	width: 48px;
	height: 48px;
	font-size: 42px;
	line-height: 1;
}

.cnc-timeline-card__title {
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.03em;
}

.cnc-timeline-card__desc {
	margin: 0;
	max-width: 450px;
	color: rgba(17, 17, 17, 0.8);
	font-size: 16px;
	line-height: 1.6;
}


/* ==========================================================
   CNC Scenarios Section
   ========================================================== */

.cnc-scenarios {
	background: #ffffff;
	padding: 100px 0 100px;
}

.cnc-scenarios__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.cnc-scenarios__title {
	margin: 0;
	font-size: clamp(36px, 3.2vw, 45px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #111;
}

.cnc-scenarios__grid {
	row-gap: 12px;
}

.cnc-scenarios__grid .col-sm-6 {
	padding: 0px 10px;
}

.cnc-scenarios__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 24px;
	height: 48px;
	background: #7640ef;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 500;
	font-size: 16px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.cnc-scenarios__cta:hover {
	transform: translateY(-2px);
	opacity: 0.92;
	color: #fff;
}

.cnc-scenario-card {
	position: relative;
	background: #ffffff;
	border: 1px solid rgba(17, 17, 17, 0.2);
	border-radius: 12px;
	padding: 56px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 270px;
	transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.cnc-scenario-card:hover {
	border-color: rgba(118, 64, 239, 0.15);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.04);
	transform: translateY(-4px);
}

.cnc-scenario-card__icon-wrap {
	width: 88px;
	height: 88px;
	background: #7640ef;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 34px;
	color: #ffffff;
}

.cnc-scenario-card__icon-wrap img {
	width: 64px;
	height: 64px;
}

.cnc-scenario-card__title {
	margin: 0;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.4;
	color: #000;
}



/**/
.cnc-loop {
	background: #000000;
	color: #fff;
	padding: 100px 0 120px;
	overflow: hidden;
}

.cnc-loop__head {
	margin-bottom: 40px;
}

.cnc-loop__title {
	margin: 0;
	font-size: clamp(42px, 3.2vw, 48px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.05em;
	color: #B5F90E;
}

.cnc-loop__highlight {
	color: #b8ff13;
}

.cnc-loop__desc {
	margin: 0;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.9);
}

.cnc-loop__diagram-wrapper {
	position: relative;
	width: 100%;
	overflow-x: auto;
	padding: 20px 0;
	text-align: center;
	scrollbar-width: none;
}

.cnc-loop__diagram-wrapper img {
	width: 100%;
}

.cnc-loop__diagram-wrapper::-webkit-scrollbar {
	display: none;
}

.cnc-loop__diagram {
	position: relative;
	width: 1500px;
	height: 750px;
	margin: 0 auto;
}

.cnc-loop__svg-lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.cnc-loop-card {
	position: absolute;
	background: #0a0a0a;
	border: 1px solid rgba(184, 255, 19, 0.15);
	border-radius: 12px;
	display: flex;
	box-sizing: border-box;
	box-shadow: inset 0 0 12px rgba(184, 255, 19, 0.03);
	z-index: 2;
}

.cnc-loop-card--horz {
	flex-direction: row;
	align-items: center;
	padding: 16px 20px;
	gap: 16px;
}

.cnc-loop-card--vert {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 16px;
	text-align: center;
	gap: 12px;
}

.cnc-loop-card--crypto {
	left: 630px;
	top: 80px;
	width: 240px;
	height: 70px;
}

.cnc-loop-card--liquidity {
	left: 630px;
	top: 200px;
	width: 240px;
	height: 70px;
}

.cnc-loop-card--rwa {
	left: 325px;
	top: 410px;
	width: 210px;
	height: 80px;
}

.cnc-loop-card--infra {
	left: 325px;
	top: 550px;
	width: 210px;
	height: 80px;
}

.cnc-loop-card--tradfi {
	left: 100px;
	top: 400px;
	width: 160px;
	height: 100px;
}

.cnc-loop-card--investors {
	left: 950px;
	top: 400px;
	width: 140px;
	height: 100px;
}

.cnc-loop-card--fund {
	left: 1145px;
	top: 400px;
	width: 130px;
	height: 100px;
}

.cnc-loop-card--projects {
	left: 1330px;
	top: 400px;
	width: 140px;
	height: 100px;
}

.cnc-loop-card--center {
	left: 630px;
	top: 320px;
	width: 240px;
	height: 260px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(184, 255, 19, 0.25);
	box-shadow: 0 0 60px rgba(184, 255, 19, 0.06), inset 0 0 20px rgba(184, 255, 19, 0.04);
}

.cnc-loop-card__icon-wrap {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid rgba(184, 255, 19, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b8ff13;
	flex-shrink: 0;
	background: rgba(0, 0, 0, 0.5);
}

.cnc-loop-card--vert .cnc-loop-card__icon-wrap {
	width: 34px;
	height: 34px;
}

.cnc-loop-card__title {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	line-height: 1.35;
}

.cnc-loop-card__sub {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	margin: 4px 0 0;
	white-space: nowrap;
}

.cnc-loop-card__center-logo {
	margin-bottom: 12px;
}

.cnc-loop-card__center-title {
	margin: 0;
	font-size: 32px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1;
}

.cnc-loop-card__center-sub {
	margin: 8px 0 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
}

.cnc-loop__label {
	position: absolute;
	font-size: 12px;
	color: #b8ff13;
	z-index: 3;
	white-space: nowrap;
}

.cnc-loop__label--bridge {
	left: 765px;
	top: 168px;
}

.cnc-loop__label--liq {
	left: 765px;
	top: 288px;
}

.cnc-loop__label--rwa-bridge {
	left: 290px;
	top: 462px;
	transform: translateX(-50%);
}

.cnc-loop__label--issue {
	left: 580px;
	top: 432px;
	transform: translateX(-50%);
}

.cnc-loop__label--tech {
	left: 442px;
	top: 515px;
}
.cnc-loop__label--newprod {
	left: 1145px;
	top: 330px;
	background: #000000;
	padding: 0 10px;
	transform: translate(-50%, -50%);
}

.cnc-loop__label--profit {
	left: 1145px;
	top: 570px;
	background: #000000;
	padding: 0 10px;
	transform: translate(-50%, -50%);
}

.cnc-loop__label--growth {
	left: 465px;
	top: 680px;
	background: #000000;
	padding: 0 10px;
	transform: translate(-50%, -50%);
}




/**/
.cnc-participation {
	position: relative;
	background: linear-gradient(180deg, #7947ee 0%, #dcd2ff 100%);
	padding: 96px 0 108px;
}

.cnc-participation::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 170px;
	background-image: radial-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px);
	background-size: 10px 10px;
	opacity: 0.18;
}

.cnc-participation__top {
	margin-bottom: 46px;
}

.cnc-participation__title {
	margin: 0;
	color: #fff;
	font-size: clamp(36px, 3.2vw, 48px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.cnc-participation__panel {
	position: relative;
	z-index: 1;
}

.cnc-participation-card {
	min-height: 344px;
	padding: 42px 34px 34px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(17, 17, 17, 0.08);
}

.cnc-participation-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 120px;
}

.cnc-participation-card__title {
	margin: 0;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: -0.04em;
}

.cnc-participation-card__icon {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #111;
	font-size: 40px;
	line-height: 1;
}

.cnc-participation-card__desc {
	margin: 0;
	font-size: 18px;
	line-height: 1.55;
	color: #111;
	letter-spacing: -0.01em;
}

/**/
.cnc-core {
	background: #fff;
	padding: 80px 0 92px;
}

.cnc-core__head {
	margin-top: 160px;
	margin-bottom: 58px;
}

.cnc-core__title {
	margin: 0;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.15;
}

.cnc-core__subtitle {
	margin: 16px 0 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.18;
}

.cnc-core__desc {
	margin: 0;
	max-width: 640px;
	margin-left: auto;
	font-size: 21px;
	line-height: 1.52;
	color: rgba(17, 17, 17, 0.8);
}

.cnc-core__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 480px;
	border-left: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
}

.cnc-core-card {
	position: relative;
	padding: 42px 46px 38px;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	background: #fff;
	opacity:1!important;
}


.cnc-core__grid .cnc-core-card:nth-child(1){
	transform: inherit!important;
}


.cnc-core-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.cnc-core-card__num {
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
}

.cnc-core-card__icon {
	position: relative;
	width: 98px;
	height: 98px;
}

.cnc-core-card__icon--rings span,
.cnc-core-card__icon--cluster span,
.cnc-core-card__icon--stack span,
.cnc-core-card__icon--chain span {
	position: absolute;
	display: block;
}

.cnc-core-card__icon--rings span:nth-child(1) {
	left: 4px;
	top: 20px;
	width: 34px;
	height: 34px;
	border: 4px solid #111;
	border-radius: 50%;
}

.cnc-core-card__icon--rings span:nth-child(2) {
	left: 26px;
	top: 12px;
	width: 34px;
	height: 34px;
	border: 4px solid #111;
	border-radius: 50%;
}

.cnc-core-card__icon--rings span:nth-child(3) {
	left: 24px;
	top: 34px;
	width: 34px;
	height: 34px;
	border: 4px solid #111;
	border-radius: 50%;
}

.cnc-core-card__icon--cluster span:nth-child(1),
.cnc-core-card__icon--cluster span:nth-child(2),
.cnc-core-card__icon--cluster span:nth-child(3) {
	width: 34px;
	height: 34px;
	border: 4px solid #12204e;
	border-radius: 50%;
}

.cnc-core-card__icon--cluster span:nth-child(1) {
	left: 14px;
	top: 16px;
}

.cnc-core-card__icon--cluster span:nth-child(2) {
	left: 34px;
	top: 16px;
}

.cnc-core-card__icon--cluster span:nth-child(3) {
	left: 24px;
	top: 36px;
}

.cnc-core-card__icon--hex {
	width: 56px;
	height: 62px;
	margin-top: 6px;
	border: 4px solid #111;
	clip-path: polygon(25% 2%, 75% 2%, 98% 50%, 75% 98%, 25% 98%, 2% 50%);
}

.cnc-core-card__icon--hex::before {
	content: "";
	position: absolute;
	inset: 12px;
	border: 4px solid #111;
	clip-path: polygon(25% 2%, 75% 2%, 98% 50%, 75% 98%, 25% 98%, 2% 50%);
}

.cnc-core-card__icon--stack span:nth-child(1) {
	left: 16px;
	top: 8px;
	width: 58px;
	height: 18px;
	border: 4px solid #111;
	border-radius: 50%;
}

.cnc-core-card__icon--stack span:nth-child(2) {
	left: 12px;
	top: 24px;
	width: 66px;
	height: 18px;
	border: 4px solid #111;
	border-radius: 50%;
}

.cnc-core-card__icon--stack span:nth-child(3) {
	left: 16px;
	top: 40px;
	width: 58px;
	height: 18px;
	border: 4px solid #111;
	border-radius: 50%;
}

.cnc-core-card__icon--chain {
	width: 66px;
	height: 64px;
	margin-top: 6px;
	border: 4px solid #111;
	clip-path: polygon(22% 4%, 78% 4%, 98% 28%, 98% 72%, 78% 96%, 22% 96%, 2% 72%, 2% 28%);
}

.cnc-core-card__icon--chain::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 18px;
	width: 24px;
	height: 24px;
	border: 4px solid #111;
	border-radius: 7px;
}

.cnc-core-card__title {
	margin: 78px 0 32px;
	color: #000;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.15;
}

.cnc-core-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.6;
	color: #111;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.cnc-core-card__list li {
	display: flex;
	gap: 8px;
	font-size: 16px;
	align-items: flex-start;
	margin-bottom: 2px;
}

.cnc-core-card__list li span {
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 1.7;
}


.cnc-core-card--graphic {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.cnc-core-card__pentagon {
	position: relative;
	width: 340px;
	height: 340px;
}

.cnc-core-card__pentagon-segment {
	position: absolute;
	display: block;
	width: 110px;
	height: 16px;
	border-radius: 999px;
	transform-origin: left center;
}

.cnc-core-card__pentagon-segment--one {
	left: 78px;
	top: 56px;
	background: #b8ff13;
	transform: rotate(141deg);
}

.cnc-core-card__pentagon-segment--two {
	left: 177px;
	top: 56px;
	background: #7541ee;
	transform: rotate(39deg);
}

.cnc-core-card__pentagon-segment--three {
	left: 222px;
	top: 168px;
	background: #b8ff13;
	transform: rotate(107deg);
}

.cnc-core-card__pentagon-segment--four {
	left: 118px;
	top: 252px;
	background: #7541ee;
	transform: rotate(180deg);
}

.cnc-core-card__pentagon-segment--five {
	left: 54px;
	top: 168px;
	background: #b8ff13;
	transform: rotate(73deg);
}


/**/
.cnc-growth {
	position: relative;
	background: #ffffff url(../img/growth_setion_bg.svg) center bottom no-repeat;
	background-size: cover;
	padding: 120px 0 140px;
	overflow: hidden;
}


.cnc-growth__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 64px;
}

.cnc-growth__title {
	margin: 0;
	font-size: clamp(36px, 3vw, 42px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #111;
}


.cnc-growth__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 24px;
	height: 48px;
	background: var(--cnc-lime);
	color: #111;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	transition: transform 0.2s ease, background 0.2s ease;
}

.cnc-growth__cta:hover {
	transform: translateY(-2px);
	color: #111;
	background: var(--cnc-lime-deep);
}

.cnc-growth__grid {
	row-gap: 24px;
	/* column-gap: 24px; */
}

.cnc-growth-card {
	position: relative;
	background: #fafaf7;
	border: none;
	border-radius: 4px;
	padding: 48px 40px;
	min-height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}

.cnc-growth-card__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

.cnc-growth-card__title {
	margin: 0;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	color: #111;
}

.cnc-growth-card__icon {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
}

.cnc-growth-card__icon img {
	height: 100%;
}

.cnc-growth-card__desc {
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	color: #000;
	max-width: 70%;
}


/**/
.cnc-participation {
	position: relative;
	background: url(../img/missionbg.png), linear-gradient(180deg, #743BF9 0%, #FFFFFF 100%);
	padding: 120px 0 140px;

	overflow: hidden;
}

.cnc-participation__top {
	position: relative;
	z-index: 1;
	margin-bottom: 72px;
}


.cnc-participation__panel {
	position: relative;
	z-index: 1;
	background: #ffffff url(../img/cardbg.png);
	box-shadow: 0 40px 80px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.cnc-participation__col {
	border-right: 1px solid rgba(17, 17, 17, 0.2);
}

.cnc-participation__col:last-child {
	border-right: none;
}

.cnc-participation-card {
	padding: 56px 40px 48px;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	background: transparent;
	border: none;
	box-shadow: none;
}

.cnc-participation-card__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0;
}

.cnc-participation-card__title {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.4;
	color: #111;
	margin: 0;
}

.cnc-participation-card__icon {
	width: 58px;
	height: 58px;
}

.cnc-participation-card__icon img {
	height: 100%;
}

.cnc-participation-card__desc {
	font-size: 18px;
	line-height: 1.6;
	color: rgba(17, 17, 17, 0.75);
	margin: 0;
}



/* ==========================================================
   CNC Nine Free Section
   ========================================================== */
.cnc-free {
	background: #ffffff;
	padding: 100px 0 100px;
	overflow: hidden;
}

.cnc-free__head {
	text-align: center;
	margin-bottom: 72px;
}

.cnc-free__title {
	margin: 0;
	font-size: clamp(36px, 3.6vw, 48px);
	font-weight: 800;
	line-height: 1.15;
	color: #111111;
	letter-spacing: -0.01em;
}

.cnc-free__subtitle {
	margin: 16px 0 0;
	font-size: 21px;
	color: #111111;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.cnc-free__slider-container {
	padding-left: clamp(72px, 8vw, 168px);
}

.cnc-free__swiper {
	width: 100%;
	overflow: visible;
}

.cnc-free-card {
	width: 390px;
	height: 580px;
	border-radius: 20px;
	padding: 30px 30px 40px;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease;
	box-sizing: border-box;
}

.cnc-free-card:hover {
	transform: translateY(-8px);
}

.cnc-free-card__media {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.cnc-free-card__img {
	width: 260px;
	height: 260px;
	object-fit: contain;
}

.cnc-free-card__media--text {
	align-items: flex-start;
	justify-content: center;
}

.cnc-free-card__large-title {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
	color: #111;
	margin: 0;
}

.cnc-free-card__media--pills {
	align-items: flex-start;
	gap: 16px;
	justify-content: center;
}

.cnc-free-card__pill {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #ffffff;
	padding: 10px 24px 10px 10px;
	border-radius: 50px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.cnc-free-card__pill-icon {
	width: 32px;
	height: 32px;
	background: var(--cnc-lime);
	color: #111;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
}

.cnc-free-card__pill-icon--dark {
	background: #111;
	color: #fff;
}

.cnc-free-card__pill-text {
	font-size: 15px;
	font-weight: 600;
	color: #111;
}

.cnc-free-card__content {
	flex: 0 0 auto;
}

.cnc-free-card__title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 16px;
	line-height: 1.4;
}

.cnc-free-card__desc {
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

.cnc-free-card--light {
	background: #f8f8f5;
	color: #111;
}

.cnc-free-card--light .cnc-free-card__desc {
	color: rgba(17, 17, 17, 0.75);
}

.cnc-free-card--purple {
	background: #7640ef;
	color: #ffffff;
}

.cnc-free-card--purple .cnc-free-card__desc {
	color: rgba(255, 255, 255, 0.85);
}


.cnc-free__controls {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 64px;
	padding: 0 clamp(72px, 8vw, 168px);
}

.cnc-free__pagination {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.cnc-free__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #d8d8d8;
	opacity: 1;
	margin: 0 !important;
	border-radius: 50%;
	transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	cursor: pointer;
}

.cnc-free__pagination .swiper-pagination-bullet-active {
	width: 32px;
	height: 8px;
	background: #111111;
	border-radius: 4px;
}

.cnc-free__nav {
	position: absolute;
	right: clamp(72px, 8vw, 168px);
	display: flex;
	gap: 12px;
}

.cnc-free__button-prev,
.cnc-free__button-next {
	width: 48px;
	height: 48px;
	border: 1px solid #111111;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: transparent;
	color: #111111;
	transition: all 0.3s ease;
}

.cnc-free__button-prev:hover,
.cnc-free__button-next:hover {
	background: #111111;
	color: #ffffff;
	transform: scale(1.05);
}

.cnc-free__button-prev.swiper-button-disabled,
.cnc-free__button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: not-allowed;
	background: transparent;
	color: #111111;
}



/* =========================================
   CNC Empower Section
   ========================================= */

.cnc-empower {
	background: #ffffff;
	padding: 100px 0 140px;
}

.cnc-empower__header {
	margin-bottom: 64px;
}

.cnc-empower__divider {
	position: relative;
	width: 100%;
	height: 1px;
	background: rgba(17, 17, 17, 0.1);
	margin-bottom: 80px;
}

.cnc-empower__divider::before {
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	width: 10px;
	height: 9px;
	background: #111111;
}

.cnc-empower__brandline {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.cnc-empower__brandmark {
	width: 26px;
	height: 26px;
	background: var(--cnc-lime);
	color: #111;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cnc-empower__brandtext {
	font-size: 18px;
	color: rgba(17, 17, 17, 0.6);
	font-weight: 500;
}

.cnc-empower__title {
	margin: 0;
	font-size: clamp(36px, 3.2vw, 48px);
	font-weight: 800;
	line-height: 1.15;
	color: #111111;
	letter-spacing: -0.02em;
}


.cnc-empower-card {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 520px;
}

.cnc-empower-card__content {
	padding: 50px 40px 40px;
	flex: 0 0 ato;
}

.cnc-empower-card__title {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 18px;
}

.cnc-empower-card__desc {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.cnc-empower-card__media {
	flex: 1 1 auto;
	position: relative;
	min-height: 240px;
	background: #f0f0f0;
}

.cnc-empower-card__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.cnc-empower-card--lime {
	background: #b8ff13;
}

.cnc-empower-card--lime .cnc-empower-card__title,
.cnc-empower-card--lime .cnc-empower-card__desc {
	color: #111111;
}

.cnc-empower-card--dark {
	background: #19202c;
}

.cnc-empower-card--dark .cnc-empower-card__title {
	color: #ffffff;
}

.cnc-empower-card--dark .cnc-empower-card__desc {
	color: rgba(255, 255, 255, 0.85);
}

.cnc-empower-card--purple {
	background: #7640ef;
}

.cnc-empower-card--purple .cnc-empower-card__title {
	color: #ffffff;
}

.cnc-empower-card--purple .cnc-empower-card__desc {
	color: rgba(255, 255, 255, 0.9);
}




/* =========================================
   CNC News Section
   ========================================= */

.cnc-news {
	background: #ffffff;
	padding: 100px 0 140px;
}

.cnc-news__header {
	margin-bottom: 48px;
}

.cnc-news__title {
	margin: 0 0 12px;
	font-size: clamp(36px, 3.2vw, 48px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #111;
}

.cnc-news__subtitle {
	margin: 0;
	font-size: 16px;
	color: rgba(17, 17, 17, 0.6);
	line-height: 1.6;
}

.cnc-news__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 24px;
	border: 1px solid rgba(17, 17, 17, 0.8);
	border-radius: 4px;
	color: #111;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.cnc-news__btn:hover {
	background: #111;
	color: #fff;
	border-color: #111;
}

.cnc-news-card {
	background: #f8f9fa;
	border-radius: 16px;
	padding: 40px 40px 60px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cnc-news-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.cnc-news-card__img-wrap {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #eaeaea;
}

.cnc-news-card__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.cnc-news-card:hover .cnc-news-card__img-wrap img {
	transform: scale(1.05);
}

.cnc-news-card__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.cnc-news-card__tag {
	background: #111;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 4px;
}

.cnc-news-card__date {
	font-size: 15px;
	color: rgba(17, 17, 17, 0.4);
	font-weight: 500;
}

.cnc-news-card__title {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.4;
	height: 68px;
	color: #111;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cnc-news-card__desc {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(17, 17, 17, 0.6);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


/* ==========================================================
   ========================================================== */
@media (max-width: 1920px) {
	

	.cnc-intro__title {
		max-width: 540px;
	}


	.cnc-hero__title {
		margin: 0;
		font-size: clamp(48px, 4.2vw, 72px);
	}

	.cnc-hero__desc {
		font-size: 24px;
	}

	.cnc-intro__title {
		font-size: clamp(42px, 3vw, 72px);
		line-height: 1.2;
	}

	.cnc-intro__text {
		font-size: 21px;
		line-height: 1.6;
	}

	.cnc-intro__text br {
		display: none;
	}
	

	.cnc-engine-card__title {
		font-size: 24px;
		line-height: 1.2;
	}

	.cnc-engine-card__list li {
		margin-bottom: 20px;
		font-size: 16px;
	}
	
	.cnc-section-head__subtitle {
		font-size: clamp(18px, 1.5vw, 32px);
	}
	
	.cnc-engine-card__title {
		font-size: 26px;
		font-weight: 600;
	}
	.cnc-engine-card__title {
		font-size: 26px;
	}
	
	.cnc-engine-card__list li {
		font-size: 16px;
	}
	
	
	
	.cnc-core__desc {
		font-size: 18px;
	}
	
	.cnc-core-card__title {
		margin: 60px 0 30px;
		font-size: 24px;
	}

	.cnc-core__subtitle {
		font-size: 24px;
	}

	.cnc-core-card__list li {
		font-size: 15px;
	}


	.cnc-scenario-card__title {
		font-size: 21px;
	}

	.cnc-scenario-card__title {
		font-size: 21px;
	}



	.cnc-mission__title {
		font-size: clamp(36px, 3.2vw, 48px);
	}

	.cnc-mission__headline {
		font-size: clamp(32px, 2.5vw, 48px);
	}

	.cnc-mission__text {
		font-size: 21px;
	}

	.cnc-mission__text br {
		display: none;
	}


	.cnc-vision__text {
		max-width: 720px;
		font-size: 21px;
		line-height: 1.5;
	}

	.cnc-vision__text br {
		display: none;
	}


	.cnc-loop__title {
		font-size: clamp(36px, 18vw, 56px);
	}

	.cnc-loop__desc {
		font-size: 18px;
	}

	.cnc-loop__desc br {
		display: none;
	}

	.cnc-participation-card__title {
		font-size: 24px;
	}

	.cnc-participation-card__desc {
		font-size: 16px;
		line-height: 1.5;
	}

	.cnc-participation-card__desc br {
		display: none
	}
	

	.cnc-empower-card__desc {
		font-size: 15px;
	}

	.cnc-empower__title,
	.cnc-scenarios__title,
	.cnc-participation__title {
		font-size: clamp(32px, 2.4vw, 48px);
	}

	.cnc-growth-card__desc {
		font-size: 16px;
		max-width: 80%;
		line-height: 1.5;
	}
	
	
	.cnc-free__subtitle {
		font-size: 21px;
	}
	
}


@media (max-width: 1399.98px) {

	.cnc-hero {
		min-height: 820px;
	}

	.cnc-hero__inner {
		min-height: 820px;
	}
	.cnc-hero__eyebrow {
        font-size:18px;
    }

	.cnc-hero__title {
		font-size: clamp(45px, 4vw, 64px);
		width:90%;
	}

	.cnc-hero__desc {
		font-size: 21px;
	}

	.cnc-hero__desc br {
		display: none;
	}
	
	.cnc-intro__title {
        font-size: clamp(36px, 2vw, 56px);
    }

	.cnc-intro__text,
	.cnc-vision__text,
	.cnc-mission__text {
		font-size: 21px;
	}
	.cnc-vision-card__desc {
        font-size: 16px;
    }
	
	.cnc-core__head {
		margin-top: 60px;
		margin-bottom: 40px;
	}
	
	.cnc-core__title {
		font-size: 40px;
	}

	.cnc-core__subtitle {
		font-size: 21px;
	}

	.cnc-core__grid {
		grid-auto-rows: minmax(440px, auto);
	}

	.cnc-core-card__title {
		font-size: 28px;
	}
	
	.cnc-loop__title {
        font-size: clamp(32px, 14vw, 42px);
    }
    .cnc-timeline-card__title {
        font-size: 21px;
    }
    
    .cnc-growth-card__desc {
        font-size: 15px;
    }
    
    .cnc-growth__title {
        font-size: clamp(32px, 2.4vw, 36px);
    }
    
    .cnc-growth-card__desc {
        font-size: 14px;
    }
    
    .cnc-scenario-card__title {
        font-size: 16px;
    }
    .cnc-core-card__list li {
        font-size: 13px;
    }
    
    .cnc-engine-card__list li {
        font-size: 14px;
    }
    
    .cnc-engine-card__eyebrow {
        font-size: 14px;
    }
    
    .cnc-engine-card__title{
        font-size:24px;
        line-height: 1.3;
    }
    
    .cnc-engine-card__title br{
        display:none;
    }
    
    .cnc-core__desc {
        font-size: 16px;
    }
    
    .cnc-free__subtitle {
        font-size: 18px;
    }
    
    
	.cnc-free__title {
        font-size: clamp(32px, 2.8vw, 42px);
    }
    
	
	.cnc-empower-card {
		min-height: 360px;
		margin-bottom:0px;
	}
	.cnc-empower-card__media {
		min-height: 240px;
	}

	.cnc-free__slider-container,
	.cnc-free__controls {
		padding-left: clamp(40px, 5vw, 120px);
		padding-right: clamp(40px, 5vw, 120px);
	}

    .cnc-engine-card__rings{
            width: 100px;
            height: 100px;
    }
    
    .cnc-empower-card__desc {
        font-size: 14px;
    }
    
    .cnc-news-card__title {
        font-size: 18px;
        height: 72px;
    }
    .cnc-news-card {
        padding: 30px 30px 40px;
    }
    
    .cnc-footer-cta__title {
        font-size: clamp(32px, 3.8vw, 48px);
        line-height: 1.2;
    }
    
    .cnc-footer-cta__desc {
        font-size: 18px;
    }
    
    .cnc-footer-cta__eyebrow {
        font-size: 21px;
    }
    .cnc-free-card__desc {
        font-size: 14px;
    }

}



@media (max-width: 1199.98px) {
    .cnc-engine-card__rings{
        display: none;
    }
	.cnc-hero__social {
		right: 60px;
	}
	.cnc-intro {
		min-height: 680px;
	}

	.cnc-intro__inner {
		padding-top: 80px;
		padding-bottom: 80px;
		min-height: 680px;
	}
	
	.cnc-intro__title {
		max-width: 84%;
	}
	
	.cnc-intro__text {
		max-width: 90%;
		margin-left: inherit;
		line-height: 1.5;
		margin-top:30px;
	}
	.cnc-intro__title {
        font-size: clamp(36px, 3.4vw, 56px);
    }
	
	.cnc-loop__title {
		font-size: 36px;
	}
	
	.cnc-engine {
		padding-bottom: 0px;
	}
	.cnc-engine-card {
		position: relative;
		min-height: 480px;
		padding: 30px 30px 40px;
		margin-bottom:40px;
	}
	.cnc-engine-card__rings {
		right: 40px;
		bottom: 30px;
		width: 160px;
		height: 120px;
	}
	
	.cnc-loop .offset-lg-1{
		margin-left:0px!important;
	}
	
	.cnc-loop__desc{
		margin-top:20px;
	}
	
	.cnc-vision__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}
	.cnc-vision-card {
		padding: 40px 30px;
	}
	
	
	.cnc-core__head {
		margin-top: 80px;
		margin-bottom: 40px;
	}
	.cnc-core__desc {
		max-width: 90%;
		margin-top:20px;
		margin-left: inherit;
	}
	
	.cnc-core__grid {
		grid-auto-rows: minmax(480px, auto);
		grid-template-columns: repeat(2, 1fr);
	}
	.cnc-core-card {
		padding: 40px 40px 30px;
	}
	
	.cnc-participation__col {
		border-bottom: 1px solid rgba(17, 17, 17, 0.06);
	}

	.cnc-participation__col:nth-child(even) {
		border-right: none;
	}

	.cnc-participation__col:nth-child(3),
	.cnc-participation__col:nth-child(4) {
		border-bottom: none;
	}

	.cnc-participation-card {
		min-height: 340px;
	}
	
	.cnc-mission__top {
		padding: 80px 0 80px;
	}
	.cnc-mission__graphic {
		height: 240px;
		text-align:left;
		margin-top:40px;
		display:none!important;
	}
	.cnc-mission__graphic svg {
		width: 240px;
		height: 240px;
	}
	
	.cnc-timeline-card--step-1 {
		margin-top: 180px;
	}
	
	
	.cnc-growth__cta{
		display:none;
	}
	
	.cnc-growth-card {
		padding: 40px 40px;
	}
	
	.cnc-participation {
		padding: 80px 0 100px;
	}
	
	.cnc-scenarios__cta{
		display:none;
	}
	.cnc-scenarios__title{
		font-size:36px;
	}
	
	
	.cnc-empower {
		padding: 60px 0 0px;
	}
	.cnc-empower-card__media {
		min-height: 400px;
	}
	.cnc-empower-card {
		height: auto;
		margin-bottom: 60px;
	}
	
	.cnc-news-card {
		padding: 40px 30px 60px;
	}
	
	.cnc-free-card__desc {
        font-size: 13px;
    }
	
	
	
	
}



@media (max-width: 991.98px) {
	

	.cnc-hero {
		height: 60vh;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	
	.cnc-hero .container-fluid.px-4.px-xxl-5 {
    	    flex-direction: column;
    align-items: flex-start;
    }


	.cnc-hero__title {
		font-size: clamp(42px, 6vw, 56px);
	}

	.cnc-hero__button {
		margin-top: 40px;
	}

	.cnc-section-head {
		padding-top: 100px;
		padding-bottom: 40px;
	}

	.cnc-section-head__title,
	.cnc-vision__title,
	.cnc-mission__headline,
	.cnc-core__title {
		font-size: 36px;
	}

	.cnc-section-head__subtitle,
	.cnc-core__subtitle {
		font-size: 18px;
	}
	

	.cnc-hero,
	.cnc-hero__inner,
	.cnc-intro,
	.cnc-intro__inner {
		min-height: auto;
	}

	.cnc-hero__inner,
	.cnc-intro__inner {
		padding-top: 72px;
		padding-bottom: 84px;
	}

	.cnc-hero__social {
		position: static;
		margin-top: 56px;
		width: fit-content;
	}

	.cnc-intro__text {
		margin-left: 0;
		margin-top: 30px;
	}

	.cnc-intro__decor {
		opacity: 0.22;
		transform: scale(0.75);
		transform-origin: top right;
	}
	
	.cnc-empower-card__media{
		    min-height: 240px;
	}
	
	/**/
	.cnc-engine-card {
		min-height: auto;
	}

	.cnc-core__grid {
		grid-auto-rows: auto;
		grid-template-columns: repeat(2, 1fr);
	}

	.cnc-core-card--graphic {
		grid-column: 1 / -1;
		min-height: 360px;
	}
	
	.cnc-core__grid .cnc-core-card:last-child {
		display: none;
	}
	
	/**/
	.cnc-empower__grid {
		gap: 40px 0px;
	}

	.cnc-empower-card {
		min-height: 480px;
		margin-bottom:0px!important;
	}

	.cnc-empower-card__content {
		padding: 40px 32px 32px;
	}
	
	/**/
	.cnc-mission__bottom-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 32px;
		margin-bottom: 30px;
	}

	.cnc-mission__graphic {
		height: 260px;
	}

	.cnc-mission__triangle {
		border-left-width: 100px;
		border-right-width: 100px;
	}

	.cnc-mission__triangle--outer {
		border-bottom-width: 160px;
	}

	.cnc-mission__triangle--inner {
		top: 102px;
		border-left-width: 84px;
		border-right-width: 84px;
		border-bottom-width: 92px;
	}
	
	.cnc-engine-card,
	.cnc-timeline-card {
		min-height: auto;
	}

	.cnc-timeline-card--step-1,
	.cnc-timeline-card--step-2,
	.cnc-timeline-card--step-3 {
		margin-top: 0;
		min-height: auto;
	}
	
	.cnc-timeline-card--raised,
	.cnc-timeline-card--raised-more {
		margin-top: 0;
	}
	
	
	/**/
	.cnc-vision__grid {
		flex-direction: column;
	}

	.cnc-vision-card {
		border-right: none;
		padding: 30px 40px;
		border-bottom: 1px solid rgba(17, 17, 17, 0.12);
	}

	.cnc-vision-card:last-child {
		border-bottom: none;
	}

	.cnc-vision-card__icon-wrap {
		width: 64px;
		height: 64px;
		margin-bottom: 20px;
	}

	.cnc-vision__head {
		margin-bottom: 40px;
	}

	.cnc-vision-card {
		padding: 30px 30px;
	}

	.cnc-vision-card__icon-wrap img {
		width: 40px;
		height: 40px;
	}
	
	/**/
	.cnc-free__slider-container,
	.cnc-free__controls {
		padding-left: 32px;
		padding-right: 32px;
	}
	
	.cnc-free-card {
		width: 320px;
		height: 480px;
		padding: 32px 24px;
	}

	.cnc-free-card__img {
		width: 200px;
		height: 200px;
	}

	.cnc-free__controls {
		flex-direction: column;
		gap: 32px;
		padding: 0 24px;
	}

	.cnc-free__nav {
		position: static;
	}
	
}



@media (max-width: 767.98px) {
	

	.cnc-hero .container-fluid.px-4.px-xxl-5 {
		flex-direction: column;
		align-items: flex-start;
	}


	.cnc-hero__bg {
		background-size: 90%;
	}


	.cnc-hero__title {
		font-size: 30px;
		line-height: 1.2;
	}

	.cnc-hero__desc {
		font-size: 16px;
		margin-top: 24px;
	}

	
	.cnc-hero__button {
		width: 100%;
		justify-content: center;
	}
	.cnc-hero__social {
		position: relative;
		right: 0;
		bottom: 0;
		margin-top: 40px;
		width: 100%;
		justify-content: center;
		padding:12px;
	}
	
	.cnc-hero__eyebrow {
		font-size: 15px;
	}
	

	.cnc-intro__title {
		font-size: 28px;
		line-height: 1.4;
	}

	.cnc-intro__cta-text {
		min-width: 200px;
		font-size: 16px;
	}

	.cnc-intro__text,
	.cnc-vision__text,
	.cnc-mission__text,
	.cnc-loop__desc,
	.cnc-core__desc {
		font-size: 18px;
		line-height: 1.6;
	}

	.cnc-mission__brandtext {
		font-size: 15px;
	}

	.cnc-section-head__title,
	.cnc-vision__title,
	.cnc-mission__headline,
	.cnc-loop__title,
	.cnc-growth__title,
	.cnc-participation__title,
	.cnc-scenarios__title,
	.cnc-core__title,
	.cnc-free__title,
	.cnc-empower__title,
	.cnc-footer-cta__title,
	.cnc-mission__title {
		font-size: 28px;
		line-height: 1.2;
		width: 100%;
	}

	.cnc-loop__title {
		width: 100%;
		margin-bottom: 20px;
	}
	
	
	.cnc-intro .container-fluid.px-4.px-xxl-5 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.cnc-intro__cta-wrap {
		margin-top: 120px;
	}
	
	.cnc-intro__text {
		line-height: 1.8;
		font-size: 16px;
	}

	.cnc-intro__text br {
		display: none;
	}
	

	.cnc-section-head {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	.cnc-section-head__title {
		margin-bottom: 16px;
	}


	.cnc-scenario-card__title {
		font-size: 16px;
	}

	.cnc-core__head {
		margin-top: 120px;
		margin-bottom: 30px;
	}

	.cnc-vision {
		padding: 80px 0 80px;
	}
	
	.cnc-vision__text {
		font-size: 16px;
	}
	
	.cnc-vision-card__title {
		font-size: 21px;
	}
	.cnc-vision-card__desc {
		font-size: 15px;
		line-height: 1.5;
	}
	
	.cnc-empower__divider{
		display:none;
	}

	/**/
	.cnc-mission__graphic {
		height: auto;
		overflow: hidden;
		margin-top: 30px;
		text-align: center;
		display:none!important;
	}

	.cnc-mission__graphic svg {
		max-width: 60%;
		height: auto;
		width: 300px;
		margin-top: 40px;
	}
	
	.cnc-mission__headline {
		width: 100%;
	}

	.cnc-mission__pin-box {
		width: 56px;
		height: 56px;
	}

	.cnc-timeline-card {
		min-height: 360px;
		margin-bottom: 20px;
		padding: 40px 30px;
	}

	.cnc-timeline-card__desc {
		max-width: 100%;
	}
	
	.cnc-timeline-card__year {
		font-size: 42px;
		margin-bottom: 40px;
	}
	.cnc-timeline-card--raised,
	.cnc-timeline-card--raised-more {
		margin-top: 0;
	}
	


	/**/
	.cnc-participation__panel {
		background: #fff;
	}

	.cnc-growth__title {
		font-size: 32px;
	}

	.cnc-engine-card {
		padding: 40px 30px 40px;
		margin-bottom:0px;
	}

	/**/
	.cnc-core__grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.cnc-core-card {
		padding: 32px 24px;
	}
	

	/**/
	.cnc-engine__cards {
		gap: 30px 0px;
	}
	.cnc-engine-card__rings,
	.cnc-intro__decor {
		display: none;
	}

	.cnc-engine-card__title {
		font-size: 21px;
		line-height: 1.5;
	}

	.cnc-engine-card__title br {
		display: none;
	}

	.cnc-engine-card__list li {
		font-size: 15px;
	}


	.cnc-scenarios__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		margin-bottom: 40px;
	}

	.cnc-scenario-card {
		min-height: auto;
		padding: 42px 20px;
	}
	

	/**/
	.cnc-growth {
		padding: 80px 0 100px;
	}
	.cnc-growth-card__desc {
		margin: 0;
		max-width: 80%;
		font-size: 16px;
	}
	
	.cnc-growth-card__icon {
		width: 42px;
		height: 42px;
	}

	.cnc-growth-card__title {
		font-size: 26px;
	}
	
	.cnc-growth__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		margin-bottom: 40px;
	}
	.cnc-growth-card {
		min-height: auto;
		padding: 36px 28px;
		gap: 40px;
	}

	/**/
	.cnc-participation {
		padding: 80px 0 100px;
	}

	.cnc-participation__top {
		margin-bottom: 40px;
	}
	.cnc-participation-card__title {
		font-size: 24px;
	}

	.cnc-participation-card__title br {
		display: none;
	}

	.cnc-participation-card__desc {
		font-size: 16px;
	}
	
	.cnc-participation__col {
		border-right: none !important;
		border-bottom: 1px solid rgba(17, 17, 17, 0.06);
	}

	.cnc-participation__col:last-child {
		border-bottom: none;
	}

	.cnc-participation-card {
		min-height: 240px;
		padding: 40px 24px;
	}
	
	

	/**/
	.cnc-scenarios {
		background: #ffffff;
		padding: 60px 0 80px;
	}
	.cnc-scenarios__cta {
		display: none;
	}

	.cnc-scenario-card {
		min-height: auto;
		padding: 30px 16px;
	}

	.cnc-scenario-card__icon-wrap {
		width: 72px;
		height: 72px;
		margin-bottom: 20px;
	}

	.cnc-scenarios__grid .col-sm-6 {
		width: 50%;
	}

	.cnc-scenario-card__icon-wrap img {
		width: 45px;
		height: 45px;
	}
	

	/**/	
	.cnc-core {
		padding: 60px 0 80px;
	}

	.cnc-core__subtitle {
		margin-bottom: 16px;
	}

	.cnc-core__desc {
		font-size: 16px;
	}

	.cnc-core-card__title {
		font-size: 24px;
		margin: 40px 0px 20px;
	}

	.cnc-core-card__list li {
		font-size: 14px;
	}

	.cnc-core-card__list li img {
		width: 16px;
		margin-top: -2px;
	}

	.cnc-core-card__pentagon {
		display: none;
	}

	.cnc-core__grid .cnc-core-card:last-child {
		display: none;
	}

	.cnc-core-card__icon {
		width: 64px;
		height: 64px;
	}

	.cnc-core-card__icon img {
		width: 100%;
		height: auto;
	}

	/**/		
	.cnc-free {
		padding: 80px 0 80px;
	}
	
	.cnc-free-card {
		width: 85vw;
		height: auto;
		min-height: 400px;
	}

	.cnc-free__nav {
		display: none;
	}
	
	.cnc-free__slider-container,
	.cnc-free__controls {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cnc-free__subtitle {
		font-size: 18px;
		margin: 20px auto;
		width: 80%;
	}
	
	
	/**/	
	.cnc-empower {
		background: #ffffff;
		padding: 80px 0 80px;
	}

	.cnc-empower__grid .col-lg-4 {
		margin-bottom: 0px;
	}

	.cnc-empower__brandtext {
		font-size: 15px;
	}

	.cnc-loop__diagram-wrapper {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		position: relative;
	}

	.cnc-loop__diagram-wrapper::-webkit-scrollbar {
		display: none;
	}

	.cnc-loop__diagram-wrapper img {
		width: 800px;
		max-width: none !important;
		display: block;
	}

	.cnc-loop__swipe-hint {
		position: absolute;
		bottom: -60px;
		left: 50%;
		background: rgba(15, 15, 15, 0.7);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		padding: 8px 16px;
		border-radius: 40px;
		display: flex;
		align-items: center;
		gap: 8px;
		color: rgba(255, 255, 255, 0.9);
		font-size: 13px;
		letter-spacing: 0.5px;
		pointer-events: none;
		z-index: 10;
		animation: swipeHintFloat 2.5s ease-in-out infinite;
	}

	.cnc-loop__swipe-hint svg {
		opacity: 0.7;
	}

	@keyframes swipeHintFloat {

		0%,
		100% {
			transform: translate(-50%, 0);
		}

		50% {
			transform: translate(calc(-50% - 6px), 0);
		}
	}
	
	
	/**/
	.cnc-news {
		padding:40px 0px 80px 0;
	}

	.cnc-news__title {
		font-size: 32px;
	}

	.cnc-news__subtitle {
		font-size: 14px;
	}

	.cnc-news-card__title {
		font-size: 18px;
		height: 78px;
	}

	.cnc-news-card__desc {
		font-size: 14px;
	}
	
	
}



/* =========================================
   CNC Pagination
   ========================================= */
.cnc-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 64px;
	list-style: none;
	padding: 0;
}

.cnc-page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 6px;
	background: #f8f9fa;
	color: #111;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid rgba(17, 17, 17, 0.08);
	transition: all 0.3s ease;
	text-decoration: none;
}

.cnc-page-link:hover,
.cnc-page-item.active .cnc-page-link {
	background: #111;
	color: #fff;
	border-color: #111;
}

.cnc-page-item.disabled .cnc-page-link {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}

.cnc-page-dots {
	color: rgba(17, 17, 17, 0.5);
	font-weight: 600;
	padding: 0 4px;
}


/* =========================================
   CNC News Article Detail
   ========================================= */
.cnc-article {
	padding: 120px 0 120px;
	background: #ffffff;
}

.cnc-article__inner {
	max-width: 900px;
	margin: 0 auto;
}

.cnc-article__header {
	text-align: center;
	margin-bottom: 48px;
}

.cnc-article__meta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 24px;
}

.cnc-article__tag {
	background: var(--cnc-lime);
	color: #111;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 14px;
	border-radius: 4px;
}

.cnc-article__date {
	font-size: 16px;
	color: rgba(17, 17, 17, 0.5);
	font-weight: 500;
}

.cnc-article__title {
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.25;
	color: #111;
	margin: 0;
	letter-spacing: -0.02em;
}

.cnc-article__hero {
	margin: 0 0 56px;
}

.cnc-article__hero-img {
	width: 100%;
	aspect-ratio: 21 / 9;
	background: #f0f0f0; /* Replace with actual image via inline style or <img> */
	border-radius: 12px;
	overflow: hidden;
}

.cnc-article__content {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(17, 17, 17, 0.85);
}

.cnc-article__content p {
	margin-bottom: 28px;
}

.cnc-article__content h2 {
	font-size: 32px;
	font-weight: 800;
	color: #111;
	margin: 56px 0 24px;
	line-height: 1.3;
}

.cnc-article__content h3 {
	font-size: 24px;
	font-weight: 700;
	color: #111;
	margin: 40px 0 20px;
	line-height: 1.3;
}

.cnc-article__footer {
	margin-top: 80px;
	padding-top: 40px;
	border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.cnc-article__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 600;
	color: #111;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.cnc-article__back:hover {
	opacity: 0.6;
}



/* 详情页响应式适配 */
@media (max-width: 991.98px) {
	.cnc-article {
		padding: 120px 0 80px;
	}
	.cnc-article__hero-img {
		aspect-ratio: 16 / 9;
	}
	.cnc-article__content {
		font-size: 16px;
	}
	.cnc-article__content h2 {
		font-size: 26px;
	}
}