
.cc-home {
	--cc-navy: #10264f;
	--cc-green: #398f22;
	--cc-blue: #1689df;
	--cc-soft: #f5fbf4;
	--cc-line: #dbe8dd;
	--cc-text: #1d2b3f;
	max-width: 1320px;
	margin: 0 auto;
	padding: 1.5rem 1.25rem 3rem;
	color: var(--cc-text);
}
.cc-home * { box-sizing: border-box; }
.cc-hero {
	min-height: 500px;
	display: grid;
	grid-template-columns: minmax(340px, .85fr) minmax(520px, 1.45fr);
	overflow: hidden;
	border: 1px solid var(--cc-line);
	border-radius: 24px;
	background:
		linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 34%, rgba(255,255,255,.70) 52%, rgba(255,255,255,0) 72%),
		linear-gradient(180deg, #f5fbff, #eef9ef);
	box-shadow: 0 18px 55px rgba(29, 75, 67, .12);
}
.cc-hero-copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4rem 1rem 4rem 3rem;
}
.cc-kicker {
	margin: 0 0 .6rem;
	color: var(--cc-green);
	font-size: 1.55rem;
	font-style: italic;
}
.cc-hero h1 {
	margin: 0;
	color: var(--cc-navy);
	font-size: clamp(3.3rem, 6vw, 6.2rem);
	line-height: .93;
	letter-spacing: -.055em;
}
.cc-hero h1 span {
	display: block;
	margin-top: .3rem;
	color: var(--cc-green);
}
.cc-tagline {
	margin: 1.5rem 0 .75rem;
	color: var(--cc-navy);
	font-size: 1.45rem;
	font-weight: 700;
}
.cc-intro {
	max-width: 520px;
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.7;
}
.cc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
	margin-top: 1.75rem;
}
.cc-actions .button { min-width: 155px; }
.cc-hero-art {
	min-height: 500px;
	background:
		linear-gradient(90deg, rgba(255,255,255,.68), rgba(255,255,255,0) 30%),
		url("../img/crypto-city-home/hero.jpg") center / cover no-repeat;
}
.cc-pillars {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin: 1.25rem 0 2rem;
	border: 1px solid var(--cc-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(29, 75, 67, .07);
}
.cc-pillars article {
	display: flex;
	gap: .9rem;
	align-items: flex-start;
	padding: 1.35rem;
	border-right: 1px solid var(--cc-line);
}
.cc-pillars article:last-child { border-right: 0; }
.cc-icon, .cc-card-icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 45px;
	height: 45px;
	border-radius: 14px;
	color: var(--cc-green);
	background: var(--cc-soft);
}
.cc-icon svg, .cc-card-icon svg { width: 24px; height: 24px; }
.cc-pillars h2 {
	margin: 0 0 .35rem;
	color: var(--cc-green);
	font-size: 1rem;
}
.cc-pillars p { margin: 0; line-height: 1.45; }
.cc-section {
	padding: 1.75rem;
	border: 1px solid var(--cc-line);
	border-radius: 22px;
	background: rgba(255,255,255,.94);
}
.cc-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.2rem;
}
.cc-eyebrow {
	margin: 0 0 .3rem;
	color: var(--cc-green);
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.cc-section-heading h2, .cc-banner h2 { margin: 0; color: var(--cc-navy); }
.cc-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}
.cc-card {
	display: flex;
	gap: 1rem;
	min-height: 145px;
	padding: 1.35rem;
	border: 1px solid var(--cc-line);
	border-radius: 18px;
	color: var(--cc-text) !important;
	background: linear-gradient(145deg, #fff, #f7fbf7);
	transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
a.cc-card:hover {
	transform: translateY(-3px);
	border-color: #a8cfaa;
	box-shadow: 0 15px 30px rgba(42, 110, 69, .12);
}
.cc-card-featured {
	border-color: #a7d9ad;
	background: linear-gradient(145deg, #f4fff3, #f5fbff);
}
.cc-card h3 {
	margin: .15rem 0 .4rem;
	color: var(--cc-navy);
	font-size: 1.15rem;
}
.cc-card p { margin: 0; line-height: 1.55; }
.cc-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-top: 1.5rem;
	padding: 2rem 2.25rem;
	border-radius: 22px;
	background:
		linear-gradient(90deg, rgba(245,252,242,.98), rgba(235,248,255,.93)),
		url("../img/crypto-city-home/hero.jpg") center 72% / cover no-repeat;
	border: 1px solid var(--cc-line);
}
.cc-banner h2 { max-width: 760px; font-size: clamp(1.5rem, 3vw, 2.35rem); }
@media (max-width: 1000px) {
	.cc-hero { grid-template-columns: 1fr; }
	.cc-hero-copy { padding: 3rem 2rem 2rem; }
	.cc-hero-art { min-height: 330px; }
	.cc-pillars { grid-template-columns: repeat(2, 1fr); }
	.cc-pillars article:nth-child(2) { border-right: 0; }
	.cc-pillars article:nth-child(-n+2) { border-bottom: 1px solid var(--cc-line); }
	.cc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 650px) {
	.cc-home { padding: .75rem .65rem 2rem; }
	.cc-hero { min-height: auto; border-radius: 18px; }
	.cc-hero-copy { padding: 2.2rem 1.35rem 1.5rem; }
	.cc-hero h1 { font-size: 3.4rem; }
	.cc-hero-art { min-height: 250px; }
	.cc-pillars, .cc-grid { grid-template-columns: 1fr; }
	.cc-pillars article { border-right: 0; border-bottom: 1px solid var(--cc-line); }
	.cc-pillars article:last-child { border-bottom: 0; }
	.cc-section { padding: 1.1rem; }
	.cc-section-heading, .cc-banner { align-items: flex-start; flex-direction: column; }
	.cc-card { min-height: 0; }
}
