body {
	font-family: Inter, "Segoe UI", sans-serif;
	margin: 0;
	color: #1c355e;
	background: #f4f7fc;
}

.container,
.wp-block-group.container {
	max-width: 1160px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.site-main {
	overflow: hidden;
}

.site-header {
	background: #ffffff;
	border-bottom: 1px solid #e6eaf1;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.logo img,
.custom-logo {
	max-height: 56px;
	width: auto;
}

.menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu a {
	text-decoration: none;
	font-weight: 500;
	color: #253e66;
}

.menu a:hover {
	color: #1d63d9;
}

.ic-hero {
	background: linear-gradient(135deg, #f8fbff 0%, #e8effa 100%);
	padding: 56px 0;
}

.ic-hero-grid {
	gap: 30px;
}

.ic-hero-title {
	margin: 0 0 18px;
	font-size: clamp(2rem, 3vw, 3.3rem);
	line-height: 1.1;
	color: #163c74;
}

.ic-hero-text {
	margin: 0 0 24px;
	color: #425b80;
	font-size: 1.15rem;
	line-height: 1.6;
}

.ic-hero-buttons {
	gap: 12px;
}

.wp-block-button.is-style-fill .wp-block-button__link {
	background: #1f65dc;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	border: 1px solid #1f65dc;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: #fff;
	color: #1f65dc;
	border-radius: 8px;
	border: 1px solid #1f65dc;
	font-weight: 600;
}

.ic-hero-image img {
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 24px 40px rgba(24, 67, 130, 0.17);
}

.ic-section {
	padding: 54px 0;
}

.ic-pain-points,
.ic-solutions {
	background: #eff3f9;
}

.ic-card-grid {
	margin-top: 24px;
	gap: 16px;
}

.ic-card {
	background: #fff;
	border: 1px solid #dbe4f1;
	border-radius: 10px;
	padding: 20px 14px;
	min-height: 168px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.ic-card-reveal {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.ic-card-reveal .ic-card-curtain {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	background: linear-gradient(180deg, rgba(20, 74, 167, 0.95) 0%, rgba(18, 64, 143, 0.96) 100%);
	transform: translateY(102%);
	opacity: 0;
	transition: transform 320ms ease, opacity 260ms ease;
	z-index: 2;
}

.ic-card-reveal .ic-card-curtain p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: #fff;
	font-weight: 500;
}

.ic-card-reveal:hover .ic-card-curtain,
.ic-card-reveal:focus-within .ic-card-curtain {
	transform: translateY(0);
	opacity: 1;
}

.ic-card .ic-card-icon {
	margin: 0;
}

.ic-card .ic-card-icon img {
	width: 74px;
	height: 74px;
	object-fit: contain;
}

.ic-card h4,
.ic-card p {
	margin: 0;
	color: #1e3f72;
	font-weight: 600;
}

.ic-table {
	margin-top: 28px;
}

.ic-table table {
	border: 1px solid #cfdcf0;
	border-radius: 10px;
	overflow: hidden;
}

.ic-table thead {
	background: linear-gradient(90deg, #1c5cc7 0%, #2e78f0 100%);
	color: #fff;
}

.ic-table th,
.ic-table td {
	border: 1px solid #d9e4f5;
	padding: 13px 14px;
}

.ic-table tbody tr:nth-child(even) {
	background: #f8fbff;
}

.ic-table-check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ic-table-problem {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ic-table-problem picture {
	display: inline-flex;
}

.ic-table-problem img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.ic-table-check picture {
	display: inline-flex;
}

.ic-table-check img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.ic-cta-band {
	background: linear-gradient(120deg, #0f3b82 0%, #1d67dc 100%);
	color: #fff;
	padding: 50px 0;
}

.ic-cta-band h2 {
	color: #fff;
	margin-bottom: 20px;
}

.ic-cta-band .wp-block-button.is-style-outline .wp-block-button__link {
	background: rgba(255, 255, 255, 0.95);
	color: #124cae;
	border-color: rgba(255, 255, 255, 0.95);
}

.site-footer {
	border-top: 1px solid #dbe4f1;
	background: #fff;
	color: #466187;
	padding: 26px 0;
}

.site-footer p {
	margin: 0;
}

.content-entry {
	background: #fff;
	border: 1px solid #dbe4f1;
	border-radius: 12px;
	padding: 24px;
	margin: 24px 0;
}

.entry-title {
	margin-top: 0;
}

.entry-title a {
	text-decoration: none;
	color: #163c74;
}

@media (max-width: 960px) {
	.header-container {
		flex-direction: column;
		align-items: flex-start;
	}

	.menu {
		gap: 14px;
	}

	.ic-card {
		min-height: 150px;
	}

	.ic-card .ic-card-icon img {
		width: 60px;
		height: 60px;
	}

	.ic-card-reveal .ic-card-curtain p {
		font-size: 0.84rem;
	}

	.ic-section,
	.ic-hero,
	.ic-cta-band {
		padding: 40px 0;
	}
}

@media (hover: none) and (pointer: coarse) {
	.ic-card-reveal {
		min-height: 220px;
	}

	.ic-card-reveal .ic-card-curtain {
		position: static;
		transform: none;
		opacity: 1;
		margin-top: 4px;
		border-radius: 8px;
		padding: 10px;
	}
}