:root {
	--ccdev-blue: #0564f6;
	--ccdev-blue-2: #0b86ff;
	--ccdev-cyan: #17c7bd;
	--ccdev-orange: #ff941a;
	--ccdev-ink: #12213b;
	--ccdev-text: #52617a;
	--ccdev-muted: #8190a8;
	--ccdev-line: #dfe8f7;
	--ccdev-soft: #f4f8ff;
	--ccdev-card: #ffffff;
	--ccdev-footer: #0b2b4d;
	--ccdev-shadow: 0 18px 46px rgba(36, 92, 160, .12);
	--ccdev-radius: 8px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: linear-gradient(180deg, #f7fbff 0, #fff 28%, #f8fbff 100%);
	color: var(--ccdev-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select {
	font: inherit;
}

.screen-reader-text,
.ccdev-skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ccdev-skip-link:focus {
	z-index: 1000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 8px 14px;
	clip: auto;
	background: #fff;
	color: var(--ccdev-blue);
	border-radius: var(--ccdev-radius);
}

.ccdev-container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.ccdev-site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	background: linear-gradient(120deg, #0758e4 0%, #0677f8 58%, #079eea 100%);
	box-shadow: 0 6px 20px rgba(0, 65, 150, .16);
}

.ccdev-header-inner {
	display: flex;
	align-items: center;
	min-height: 68px;
	gap: 28px;
}

.ccdev-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 248px;
	color: #fff;
}

.ccdev-brand-mark {
	display: grid;
	grid-template-columns: repeat(3, 7px);
	align-items: end;
	gap: 4px;
	width: 42px;
	height: 42px;
	padding: 7px;
	border: 2px solid rgba(255, 255, 255, .7);
	border-radius: 8px;
}

.ccdev-brand-mark span {
	display: block;
	border-radius: 5px;
	background: #fff;
}

.ccdev-brand-mark span:nth-child(1) {
	height: 20px;
}

.ccdev-brand-mark span:nth-child(2) {
	height: 28px;
}

.ccdev-brand-mark span:nth-child(3) {
	height: 24px;
}

.ccdev-brand-text {
	display: grid;
	gap: 1px;
}

.ccdev-brand-text strong {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.ccdev-brand-text small {
	color: rgba(255, 255, 255, .86);
	font-size: 12px;
	line-height: 1.2;
}

.ccdev-primary-nav {
	flex: 1;
}

.ccdev-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ccdev-menu a {
	display: block;
	color: rgba(255, 255, 255, .92);
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.ccdev-menu a:hover,
.ccdev-menu .current-menu-item > a {
	color: #fff;
}

.ccdev-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 24px;
	border-radius: 6px;
	background: var(--ccdev-orange);
	color: #fff;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(255, 148, 26, .25);
	white-space: nowrap;
}

.ccdev-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 6px;
	background: rgba(255, 255, 255, .08);
}

.ccdev-menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: #fff;
}

.ccdev-icon {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

.ccdev-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 28px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-weight: 800;
	cursor: pointer;
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.ccdev-btn:hover {
	transform: translateY(-1px);
}

.ccdev-btn-primary {
	background: var(--ccdev-blue);
	color: #fff;
	box-shadow: 0 12px 24px rgba(5, 100, 246, .18);
}

.ccdev-btn-light {
	background: #fff;
	color: var(--ccdev-blue);
	border-color: #9ec1ff;
}

.ccdev-btn-outline {
	background: #fff;
	color: var(--ccdev-blue);
	border-color: #8bb7ff;
}

.ccdev-btn-orange {
	background: var(--ccdev-orange);
	color: #fff;
	box-shadow: 0 12px 24px rgba(255, 148, 26, .2);
}

.ccdev-hero {
	padding: 54px 0 26px;
	background:
		radial-gradient(circle at 12% 10%, rgba(5, 100, 246, .1), transparent 24%),
		linear-gradient(180deg, #eff7ff 0, #fff 100%);
}

.ccdev-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
	gap: 52px;
	align-items: center;
}

.ccdev-hero-copy h1 {
	margin: 0 0 26px;
	color: var(--ccdev-ink);
	font-size: clamp(36px, 4.3vw, 58px);
	line-height: 1.18;
	font-weight: 900;
}

.ccdev-hero-copy p {
	max-width: 560px;
	margin: 0;
	color: #62718b;
	font-size: 18px;
	font-weight: 600;
}

.ccdev-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.ccdev-hero-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 32px;
}

.ccdev-hero-points div {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.ccdev-hero-points svg {
	color: var(--ccdev-cyan);
}

.ccdev-hero-points strong,
.ccdev-hero-points small {
	display: block;
}

.ccdev-hero-points strong {
	color: var(--ccdev-ink);
	font-size: 14px;
}

.ccdev-hero-points small {
	color: var(--ccdev-muted);
	font-size: 12px;
	line-height: 1.35;
}

.ccdev-hero-visual {
	position: relative;
	min-height: 430px;
}

.ccdev-process-mini,
.ccdev-dashboard-wrap,
.ccdev-doc-card,
.ccdev-service-card,
.ccdev-system-card,
.ccdev-solution-card,
.ccdev-price-panel,
.ccdev-knowledge-panel,
.ccdev-faq-item,
.ccdev-search-bar,
.ccdev-filter-sidebar,
.ccdev-list-card,
.ccdev-detail-main-card,
.ccdev-price-box,
.ccdev-detail-panel,
.ccdev-side-panel,
.ccdev-lead-card {
	border: 1px solid var(--ccdev-line);
	border-radius: var(--ccdev-radius);
	background: rgba(255, 255, 255, .94);
	box-shadow: var(--ccdev-shadow);
}

.ccdev-process-mini {
	padding: 20px 28px;
}

.ccdev-process-mini strong {
	display: block;
	margin-bottom: 16px;
	color: var(--ccdev-ink);
	font-size: 16px;
}

.ccdev-process-mini > div {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px;
}

.ccdev-process-mini span {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 6px;
	color: var(--ccdev-blue);
	text-align: center;
}

.ccdev-process-mini small {
	color: #31425e;
	font-size: 12px;
	font-weight: 700;
}

.ccdev-dashboard-wrap {
	position: relative;
	display: grid;
	grid-template-columns: 170px 1fr;
	gap: 20px;
	align-items: end;
	margin-top: 18px;
	padding: 22px;
}

.ccdev-doc-card {
	z-index: 2;
	padding: 20px;
	box-shadow: 0 14px 30px rgba(58, 114, 178, .12);
}

.ccdev-doc-card strong {
	display: block;
	margin-bottom: 12px;
	color: var(--ccdev-ink);
}

.ccdev-doc-card ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.ccdev-doc-card li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
	border-bottom: 1px solid #e8eff9;
	color: #52617a;
	font-size: 13px;
	font-weight: 700;
}

.ccdev-doc-card li:last-child {
	border-bottom: 0;
}

.ccdev-doc-card svg {
	width: 18px;
	height: 18px;
	color: var(--ccdev-blue);
}

.ccdev-dashboard-img {
	width: 100%;
	min-height: 260px;
	object-fit: contain;
}

.ccdev-section {
	padding: 18px 0 28px;
}

.ccdev-section-heading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8px 0 22px;
	text-align: center;
}

.ccdev-section-heading h2 {
	position: relative;
	margin: 0;
	color: var(--ccdev-ink);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
}

.ccdev-section-heading h2::before,
.ccdev-section-heading h2::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 64px;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--ccdev-blue), var(--ccdev-cyan));
}

.ccdev-section-heading h2::before {
	right: calc(100% + 24px);
}

.ccdev-section-heading h2::after {
	left: calc(100% + 24px);
	transform: rotate(180deg);
}

.ccdev-section-heading-left {
	display: block;
	text-align: left;
}

.ccdev-section-heading-left h2::before,
.ccdev-section-heading-left h2::after {
	display: none;
}

.ccdev-section-heading p {
	margin: 8px 0 0;
	color: var(--ccdev-muted);
}

.ccdev-service-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
}

.ccdev-service-card {
	min-height: 206px;
	padding: 22px 16px 16px;
	text-align: center;
}

.ccdev-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-bottom: 12px;
	border-radius: 7px;
	background: linear-gradient(135deg, var(--ccdev-blue), var(--ccdev-blue-2));
	color: #fff;
}

.ccdev-service-card:nth-child(2n) .ccdev-card-icon,
.ccdev-system-card:nth-child(2n) svg:first-child {
	background: linear-gradient(135deg, #14b8a6, #0d9488);
}

.ccdev-service-card h3,
.ccdev-system-card h3,
.ccdev-solution-card h3 {
	margin: 0 0 8px;
	color: var(--ccdev-ink);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.35;
}

.ccdev-service-card p {
	min-height: 40px;
	margin: 0 0 8px;
	color: #65748c;
	font-size: 12px;
	font-weight: 700;
}

.ccdev-service-card ul,
.ccdev-solution-card ul {
	padding-left: 18px;
	margin: 0 0 12px;
	text-align: left;
	color: #5c6d86;
	font-size: 12px;
}

.ccdev-service-card a,
.ccdev-system-card a,
.ccdev-solution-card a,
.ccdev-inline-link,
.ccdev-panel-title a {
	color: var(--ccdev-blue);
	font-size: 13px;
	font-weight: 900;
}

.ccdev-process-section {
	padding-top: 0;
}

.ccdev-process-line {
	position: relative;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0;
	padding: 16px 14px;
	border: 1px solid var(--ccdev-line);
	border-radius: var(--ccdev-radius);
	background: #fff;
}

.ccdev-process-line::before {
	content: "";
	position: absolute;
	top: 28px;
	right: 40px;
	left: 40px;
	height: 1px;
	border-top: 1px dashed #9ed7e1;
}

.ccdev-process-line article {
	position: relative;
	text-align: center;
}

.ccdev-process-line span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: var(--ccdev-cyan);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.ccdev-process-line h3 {
	margin: 8px 0 4px;
	color: var(--ccdev-ink);
	font-size: 15px;
	font-weight: 900;
}

.ccdev-process-line p {
	margin: 0 auto;
	max-width: 120px;
	color: #728097;
	font-size: 12px;
	line-height: 1.45;
}

.ccdev-system-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 10px;
}

.ccdev-system-card {
	padding: 18px 12px;
	text-align: center;
	background: #f4f8ff;
	box-shadow: none;
}

.ccdev-system-card > svg {
	display: inline-flex;
	width: 34px;
	height: 34px;
	margin-bottom: 10px;
	padding: 6px;
	border-radius: 7px;
	background: #e7f0ff;
	color: var(--ccdev-blue);
}

.ccdev-system-card p {
	min-height: 34px;
	margin: 0 0 8px;
	color: #687891;
	font-size: 12px;
	line-height: 1.45;
}

.ccdev-solution-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.ccdev-solution-card {
	display: grid;
	grid-template-columns: 1fr 46%;
	gap: 10px;
	min-height: 170px;
	padding: 14px;
	overflow: hidden;
}

.ccdev-solution-card img {
	width: 100%;
	height: 142px;
	border-radius: 6px;
	object-fit: cover;
}

.ccdev-solution-copy {
	min-width: 0;
}

.ccdev-solution-card ul {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 1.55;
}

.ccdev-info-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: 22px;
	align-items: start;
}

.ccdev-price-panel,
.ccdev-knowledge-panel {
	padding: 20px;
}

.ccdev-factor-table {
	display: grid;
	border: 1px solid #e7eef8;
	border-radius: 7px;
	overflow: hidden;
}

.ccdev-factor-row {
	display: grid;
	grid-template-columns: 160px 1fr 190px;
	align-items: center;
	min-height: 46px;
	border-bottom: 1px solid #e7eef8;
}

.ccdev-factor-row:last-child {
	border-bottom: 0;
}

.ccdev-factor-row span {
	padding: 10px 14px;
	color: #55667f;
	font-size: 13px;
	font-weight: 700;
}

.ccdev-factor-head {
	background: #edf4ff;
}

.ccdev-factor-head span {
	color: #243757;
	font-weight: 900;
}

.ccdev-stars {
	display: inline-flex;
	gap: 2px;
	color: #c9d3e5;
	letter-spacing: 0;
}

.ccdev-stars .is-on {
	color: var(--ccdev-orange);
}

.ccdev-factor-note {
	margin: 12px 0 0;
	color: var(--ccdev-orange);
	font-size: 12px;
	font-weight: 700;
}

.ccdev-panel-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.ccdev-panel-title h2 {
	margin: 0;
	color: var(--ccdev-ink);
	font-size: 22px;
}

.ccdev-knowledge-list {
	display: grid;
	gap: 11px;
}

.ccdev-knowledge-list article {
	display: grid;
	grid-template-columns: 54px 1fr 96px;
	gap: 12px;
	align-items: center;
	min-height: 58px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eef3fb;
}

.ccdev-knowledge-list article:last-child {
	border-bottom: 0;
}

.ccdev-knowledge-list img {
	width: 54px;
	height: 44px;
	border-radius: 6px;
	object-fit: cover;
}

.ccdev-knowledge-list a {
	color: #263955;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.45;
}

.ccdev-knowledge-list time {
	color: #8b99ae;
	font-size: 12px;
	text-align: right;
}

.ccdev-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 22px;
}

.ccdev-faq-item {
	padding: 0;
	box-shadow: none;
}

.ccdev-faq-item summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 50px;
	padding: 0 44px 0 48px;
	color: #263955;
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

.ccdev-faq-item summary::-webkit-details-marker {
	display: none;
}

.ccdev-faq-item summary::before {
	content: "Q";
	position: absolute;
	left: 18px;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: var(--ccdev-blue);
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}

.ccdev-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 18px;
	color: #6f8099;
	font-size: 22px;
	font-weight: 500;
}

.ccdev-faq-item[open] summary::after {
	content: "-";
}

.ccdev-faq-item > div {
	padding: 0 20px 18px 48px;
	color: #66748a;
	font-size: 14px;
}

.ccdev-lead-section {
	padding: 18px 0 0;
}

.ccdev-lead-card {
	display: grid;
	grid-template-columns: 1fr 230px;
	gap: 28px;
	padding: 24px 28px;
	background: linear-gradient(135deg, #eef6ff, #fff);
}

.ccdev-lead-form {
	margin-top: 16px;
}

.ccdev-form-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.ccdev-form-grid label {
	display: grid;
	gap: 5px;
}

.ccdev-form-grid span {
	color: #263955;
	font-size: 13px;
	font-weight: 900;
}

.ccdev-form-grid input,
.ccdev-form-grid select,
.ccdev-search-bar input,
.ccdev-search-bar select {
	width: 100%;
	height: 42px;
	padding: 0 14px;
	border: 1px solid #d8e4f5;
	border-radius: 6px;
	background: #fff;
	color: #31425e;
	outline: none;
}

.ccdev-form-grid input:focus,
.ccdev-form-grid select:focus,
.ccdev-search-bar input:focus,
.ccdev-search-bar select:focus {
	border-color: var(--ccdev-blue);
	box-shadow: 0 0 0 3px rgba(5, 100, 246, .1);
}

.ccdev-form-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 16px;
}

.ccdev-form-actions p {
	margin: 0;
	color: #75849a;
	font-size: 12px;
}

.ccdev-form-notice {
	margin-top: 12px;
	padding: 10px 14px;
	border: 1px solid rgba(20, 184, 166, .35);
	border-radius: 6px;
	background: rgba(20, 184, 166, .08);
	color: #0f766e;
	font-weight: 800;
}

.ccdev-lead-illustration {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ccdev-lead-illustration img {
	max-height: 185px;
}

.ccdev-site-footer {
	margin-top: 0;
	background:
		radial-gradient(circle at 18% 10%, rgba(5, 100, 246, .18), transparent 26%),
		linear-gradient(135deg, #0b2948, #0c375f);
	color: rgba(255, 255, 255, .78);
}

.ccdev-footer-grid {
	display: grid;
	grid-template-columns: 1.55fr repeat(4, 1fr);
	gap: 42px;
	padding: 42px 0 26px;
}

.ccdev-brand-footer {
	min-width: 0;
}

.ccdev-footer-brand p {
	max-width: 280px;
	margin: 14px 0;
	font-size: 14px;
}

.ccdev-footer-phone {
	color: #fff;
	font-weight: 900;
}

.ccdev-footer-qr {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
}

.ccdev-footer-qr img,
.ccdev-qr-placeholder {
	width: 86px;
	height: 86px;
	border: 6px solid #fff;
	border-radius: 4px;
	background:
		linear-gradient(90deg, #111 10%, transparent 10% 20%, #111 20% 30%, transparent 30% 40%, #111 40% 50%, transparent 50% 60%, #111 60% 70%, transparent 70% 80%, #111 80% 90%, transparent 90%),
		linear-gradient(#fff, #fff);
	background-size: 24px 24px, auto;
}

.ccdev-footer-col h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 17px;
}

.ccdev-footer-links,
.ccdev-footer-contact {
	padding: 0;
	margin: 0;
	list-style: none;
}

.ccdev-footer-links a,
.ccdev-footer-contact li {
	display: block;
	padding: 3px 0;
	color: rgba(255, 255, 255, .76);
	font-size: 14px;
}

.ccdev-footer-links a:hover {
	color: #fff;
}

.ccdev-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.ccdev-footer-bottom .ccdev-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	padding: 16px 0;
	font-size: 13px;
}

.ccdev-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 28px;
	color: #75849a;
	font-weight: 800;
}

.ccdev-breadcrumb a {
	color: #53637c;
}

.ccdev-sub-hero {
	padding: 50px 0 34px;
	background: linear-gradient(180deg, #f1f8ff, #fff);
}

.ccdev-sub-hero-grid {
	display: grid;
	grid-template-columns: 1fr 390px;
	gap: 70px;
	align-items: center;
}

.ccdev-sub-hero h1,
.ccdev-detail-heading h1 {
	margin: 0 0 16px;
	color: var(--ccdev-ink);
	font-size: 42px;
	line-height: 1.18;
	font-weight: 900;
}

.ccdev-sub-hero p {
	max-width: 650px;
	margin: 0;
	color: #586984;
	font-weight: 700;
}

.ccdev-archive-section {
	padding: 30px 0 34px;
}

.ccdev-search-bar {
	display: grid;
	grid-template-columns: 180px 1fr 92px auto;
	gap: 12px;
	align-items: center;
	padding: 20px;
	margin-bottom: 28px;
}

.ccdev-hot-keywords {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #718198;
	font-size: 13px;
}

.ccdev-hot-keywords a {
	color: var(--ccdev-blue);
	font-weight: 800;
}

.ccdev-archive-layout {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	gap: 32px;
}

.ccdev-filter-sidebar {
	padding: 0;
	box-shadow: none;
	overflow: hidden;
}

.ccdev-filter-block {
	padding: 20px 18px;
	border-bottom: 1px solid #e9f0fa;
}

.ccdev-filter-block:last-child {
	border-bottom: 0;
}

.ccdev-filter-block h2 {
	margin: 0 0 12px;
	color: var(--ccdev-ink);
	font-size: 16px;
}

.ccdev-filter-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.ccdev-filter-menu a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 34px;
	padding: 0 10px;
	border-radius: 6px;
	color: #5a6b84;
	font-size: 14px;
	font-weight: 800;
}

.ccdev-filter-menu a.is-active,
.ccdev-filter-menu a:hover {
	background: #eef5ff;
	color: var(--ccdev-blue);
}

.ccdev-filter-menu svg {
	width: 17px;
	height: 17px;
}

.ccdev-check-filter {
	display: grid;
	grid-template-columns: 18px 1fr auto;
	align-items: center;
	gap: 8px;
	min-height: 28px;
	color: #66758c;
	font-size: 13px;
}

.ccdev-check-filter input {
	accent-color: var(--ccdev-blue);
}

.ccdev-check-filter a {
	color: inherit;
}

.ccdev-check-filter small {
	color: #9aa8ba;
}

.ccdev-results-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.ccdev-results-toolbar strong {
	color: var(--ccdev-ink);
	font-size: 17px;
}

.ccdev-results-toolbar div {
	display: flex;
	gap: 8px;
}

.ccdev-results-toolbar button {
	height: 34px;
	padding: 0 12px;
	border: 1px solid #d9e5f6;
	border-radius: 5px;
	background: #fff;
	color: #60708a;
}

.ccdev-list-stack {
	display: grid;
	gap: 14px;
}

.ccdev-list-card {
	display: grid;
	grid-template-columns: 96px 1fr 150px;
	gap: 24px;
	align-items: center;
	padding: 28px;
	box-shadow: 0 12px 34px rgba(36, 92, 160, .08);
}

.ccdev-list-icon,
.ccdev-detail-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--ccdev-blue), #0b7dff);
	color: #fff;
}

.ccdev-list-icon svg,
.ccdev-detail-icon svg {
	width: 44px;
	height: 44px;
}

.ccdev-list-content h2 {
	margin: 0 0 8px;
	color: var(--ccdev-ink);
	font-size: 23px;
	line-height: 1.3;
}

.ccdev-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 8px 0 12px;
}

.ccdev-tag-row span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 9px;
	border-radius: 5px;
	background: #eaf3ff;
	color: var(--ccdev-blue);
	font-size: 12px;
	font-weight: 800;
}

.ccdev-list-content p {
	margin: 0 0 14px;
	color: #586984;
	font-size: 14px;
	font-weight: 700;
}

.ccdev-list-meta,
.ccdev-detail-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	color: #728097;
	font-size: 13px;
	font-weight: 800;
}

.ccdev-list-meta span,
.ccdev-detail-meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.ccdev-list-meta svg,
.ccdev-detail-meta svg {
	width: 17px;
	height: 17px;
}

.ccdev-list-action {
	display: grid;
	justify-items: stretch;
	gap: 12px;
	text-align: right;
}

.ccdev-list-price strong,
.ccdev-detail-price strong {
	color: #f07b19;
	font-size: 22px;
	font-weight: 900;
}

.ccdev-list-price span,
.ccdev-detail-price span {
	color: #f07b19;
	font-size: 13px;
	font-weight: 800;
}

.ccdev-fav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: 0;
	background: transparent;
	color: #7d8ba1;
	font-size: 13px;
	cursor: pointer;
}

.ccdev-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 30px 0 0;
}

.ccdev-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid #dce7f6;
	border-radius: 6px;
	background: #fff;
	color: #52617a;
	font-weight: 800;
}

.ccdev-pagination .current {
	background: var(--ccdev-blue);
	color: #fff;
	border-color: var(--ccdev-blue);
}

.ccdev-empty-state {
	padding: 50px;
	border: 1px dashed #cbdaf0;
	border-radius: var(--ccdev-radius);
	background: #fff;
	text-align: center;
}

.ccdev-empty-state h2 {
	margin: 0 0 8px;
	color: var(--ccdev-ink);
}

.ccdev-advantages {
	padding: 0 0 36px;
}

.ccdev-advantages-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	padding: 28px;
	border-radius: var(--ccdev-radius);
	background: #eef6ff;
}

.ccdev-advantages-grid div {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 4px 12px;
	align-items: center;
}

.ccdev-advantages-grid svg {
	grid-row: span 2;
	width: 36px;
	height: 36px;
	color: var(--ccdev-blue);
}

.ccdev-advantages-grid strong {
	color: var(--ccdev-ink);
	font-size: 18px;
}

.ccdev-advantages-grid span {
	color: #6a7890;
	font-size: 13px;
}

.ccdev-detail-hero {
	padding: 36px 0 0;
	background: linear-gradient(180deg, #f1f8ff, #fff);
}

.ccdev-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 28px;
	align-items: start;
}

.ccdev-detail-main-card {
	padding: 26px;
	box-shadow: 0 12px 32px rgba(36, 92, 160, .08);
}

.ccdev-detail-heading {
	display: grid;
	grid-template-columns: 118px 1fr;
	gap: 24px;
	align-items: center;
}

.ccdev-detail-heading p {
	max-width: 780px;
	margin: 0 0 20px;
	color: #586984;
	font-weight: 700;
}

.ccdev-price-box,
.ccdev-side-panel {
	padding: 24px;
}

.ccdev-detail-sidebar {
	display: grid;
	gap: 18px;
}

.ccdev-detail-price {
	display: grid;
	gap: 2px;
	margin-bottom: 18px;
}

.ccdev-detail-price strong {
	font-size: 27px;
}

.ccdev-detail-price small {
	color: #9ca8b8;
	font-weight: 800;
}

.ccdev-price-box .ccdev-btn {
	width: 100%;
	margin-bottom: 12px;
}

.ccdev-sidebar-list {
	display: grid;
	gap: 15px;
	padding: 18px 0 0;
	margin: 0;
	list-style: none;
}

.ccdev-sidebar-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #6a7890;
	font-size: 14px;
	font-weight: 800;
}

.ccdev-sidebar-list svg {
	width: 18px;
	height: 18px;
	color: var(--ccdev-blue);
}

.ccdev-detail-content {
	padding: 24px 0 36px;
}

.ccdev-detail-panel {
	overflow: hidden;
}

.ccdev-detail-tabs {
	position: sticky;
	top: 68px;
	z-index: 8;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border-bottom: 1px solid #e4edf8;
	background: #fff;
}

.ccdev-detail-tabs a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	color: #53637c;
	font-weight: 900;
}

.ccdev-detail-tabs a:first-child {
	color: var(--ccdev-blue);
	box-shadow: inset 0 -3px 0 var(--ccdev-blue);
}

.ccdev-detail-block {
	padding: 28px 28px 6px;
}

.ccdev-detail-block + .ccdev-detail-block {
	border-top: 1px solid #eef3fb;
}

.ccdev-detail-block h2,
.ccdev-side-panel h2 {
	margin: 0 0 18px;
	color: var(--ccdev-ink);
	font-size: 22px;
	font-weight: 900;
}

.ccdev-rich-text {
	color: #53637c;
	font-weight: 700;
}

.ccdev-module-icons {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
	margin: 24px 0 8px;
}

.ccdev-module-icons div {
	display: grid;
	justify-items: center;
	gap: 8px;
	color: var(--ccdev-ink);
	font-weight: 900;
	text-align: center;
}

.ccdev-module-icons svg {
	width: 38px;
	height: 38px;
	color: var(--ccdev-blue);
}

.ccdev-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px 34px;
}

.ccdev-feature-item {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 12px;
}

.ccdev-feature-item > svg {
	margin-top: 3px;
	color: var(--ccdev-blue);
}

.ccdev-feature-item h3 {
	margin: 0 0 6px;
	color: var(--ccdev-ink);
	font-size: 16px;
}

.ccdev-feature-item p {
	margin: 0;
	color: #66748a;
	font-size: 13px;
	line-height: 1.5;
}

.ccdev-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ccdev-gallery-grid figure {
	margin: 0;
}

.ccdev-gallery-grid img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 1px solid #dce7f6;
	border-radius: 6px;
	background: #eef6ff;
	object-fit: cover;
}

.ccdev-gallery-grid figcaption {
	margin-top: 6px;
	color: #7b8aa0;
	font-size: 12px;
	text-align: center;
}

.ccdev-case-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ccdev-case-grid article {
	padding: 18px;
	border: 1px solid #e4edf8;
	border-radius: 7px;
	background: #fff;
}

.ccdev-case-grid div {
	display: inline-flex;
	padding: 8px;
	border-radius: 7px;
	background: #e8fbf8;
	color: var(--ccdev-cyan);
}

.ccdev-case-grid h3 {
	margin: 10px 0 2px;
	color: var(--ccdev-ink);
	font-size: 16px;
}

.ccdev-case-grid span {
	color: var(--ccdev-blue);
	font-size: 12px;
	font-weight: 900;
}

.ccdev-case-grid p {
	margin: 10px 0 0;
	color: #687891;
	font-size: 13px;
	line-height: 1.55;
}

.ccdev-review-layout {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 28px;
}

.ccdev-review-score {
	display: grid;
	justify-items: center;
	align-content: center;
	min-height: 190px;
	border: 1px solid #e4edf8;
	border-radius: 7px;
}

.ccdev-review-score strong {
	color: var(--ccdev-orange);
	font-size: 42px;
	line-height: 1;
}

.ccdev-review-score small {
	color: #8795aa;
	font-size: 12px;
}

.ccdev-review-list {
	display: grid;
	gap: 16px;
}

.ccdev-review-list article {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 12px;
}

.ccdev-review-list img,
.ccdev-avatar {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: #d9e9ff;
	object-fit: cover;
}

.ccdev-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--ccdev-blue);
	font-weight: 900;
}

.ccdev-review-list h3 {
	margin: 0;
	color: var(--ccdev-ink);
	font-size: 15px;
}

.ccdev-review-list small {
	display: block;
	color: #8492a8;
}

.ccdev-review-list p {
	margin: 4px 0 0;
	color: #66748a;
	font-size: 13px;
}

.ccdev-process-line-detail {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	border: 0;
	padding: 0;
}

.ccdev-process-line-detail::before {
	display: none;
}

.ccdev-process-line-detail article {
	padding: 16px 12px;
	border: 1px solid #e4edf8;
	border-radius: 7px;
}

.ccdev-faq-grid-compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ccdev-detail-sidebar-lower {
	position: sticky;
	top: 92px;
}

.ccdev-related-list {
	display: grid;
	gap: 14px;
	margin-bottom: 18px;
}

.ccdev-related-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eef3fb;
	color: #263955;
	font-weight: 900;
}

.ccdev-related-list strong {
	color: var(--ccdev-orange);
	font-size: 13px;
	white-space: nowrap;
}

.ccdev-page-section {
	padding: 46px 0;
}

.ccdev-page-card {
	padding: 34px;
	border: 1px solid var(--ccdev-line);
	border-radius: var(--ccdev-radius);
	background: #fff;
	box-shadow: var(--ccdev-shadow);
}

@media (max-width: 1180px) {
	.ccdev-menu {
		gap: 16px;
	}

	.ccdev-service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ccdev-system-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ccdev-solution-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ccdev-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 960px) {
	.ccdev-container {
		width: min(100% - 32px, 1180px);
	}

	.ccdev-header-inner {
		gap: 14px;
	}

	.ccdev-menu-toggle {
		display: block;
		margin-left: auto;
	}

	.ccdev-primary-nav {
		position: absolute;
		top: 68px;
		right: 16px;
		left: 16px;
		display: none;
		padding: 14px;
		border-radius: 8px;
		background: #0758e4;
		box-shadow: 0 18px 40px rgba(0, 47, 120, .22);
	}

	.ccdev-primary-nav.is-open {
		display: block;
	}

	.ccdev-menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
	}

	.ccdev-menu a {
		padding: 12px;
	}

	.ccdev-header-cta {
		display: none;
	}

	.ccdev-hero-copy h1,
	.ccdev-sub-hero h1,
	.ccdev-detail-heading h1 {
		font-size: 34px;
	}

	.ccdev-dashboard-wrap,
	.ccdev-search-bar,
	.ccdev-archive-layout,
	.ccdev-detail-layout,
	.ccdev-info-grid,
	.ccdev-lead-card,
	.ccdev-sub-hero-grid,
	.ccdev-footer-grid {
		grid-template-columns: 1fr;
	}

	.ccdev-process-mini > div,
	.ccdev-process-line,
	.ccdev-process-line-detail,
	.ccdev-module-icons {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ccdev-process-line::before {
		display: none;
	}

	.ccdev-form-grid,
	.ccdev-feature-grid,
	.ccdev-gallery-grid,
	.ccdev-case-grid,
	.ccdev-advantages-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ccdev-list-card {
		grid-template-columns: 80px 1fr;
	}

	.ccdev-list-action {
		grid-column: 1 / -1;
		grid-template-columns: 1fr 150px 100px;
		align-items: center;
		text-align: left;
	}

	.ccdev-detail-tabs {
		position: static;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body {
		font-size: 15px;
	}

	.ccdev-brand {
		min-width: 0;
	}

	.ccdev-brand-text strong {
		font-size: 15px;
	}

	.ccdev-brand-text small {
		display: none;
	}

	.ccdev-hero {
		padding-top: 34px;
	}

	.ccdev-hero-points,
	.ccdev-service-grid,
	.ccdev-system-grid,
	.ccdev-solution-grid,
	.ccdev-faq-grid,
	.ccdev-form-grid,
	.ccdev-feature-grid,
	.ccdev-gallery-grid,
	.ccdev-case-grid,
	.ccdev-advantages-grid,
	.ccdev-review-layout,
	.ccdev-factor-row,
	.ccdev-knowledge-list article,
	.ccdev-list-card,
	.ccdev-list-action,
	.ccdev-detail-heading,
	.ccdev-module-icons,
	.ccdev-process-mini > div,
	.ccdev-process-line,
	.ccdev-process-line-detail {
		grid-template-columns: 1fr;
	}

	.ccdev-section-heading h2::before,
	.ccdev-section-heading h2::after {
		display: none;
	}

	.ccdev-dashboard-wrap,
	.ccdev-lead-card,
	.ccdev-list-card,
	.ccdev-detail-main-card,
	.ccdev-price-box,
	.ccdev-detail-block,
	.ccdev-price-panel,
	.ccdev-knowledge-panel {
		padding: 18px;
	}

	.ccdev-detail-icon,
	.ccdev-list-icon {
		width: 68px;
		height: 68px;
	}

	.ccdev-search-bar {
		gap: 10px;
	}

	.ccdev-results-toolbar,
	.ccdev-form-actions {
		display: grid;
		justify-items: stretch;
	}

	.ccdev-detail-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ccdev-footer-grid {
		gap: 24px;
	}
}

