/*
Theme Name: CallerConnect
Theme URI: https://callerconnect.eu
Description: Custom block theme for CallerConnect - Identity-driven provisioning platform
Author: CallerConnect
Author URI: https://callerconnect.eu
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.0
License: proprietary
Text Domain: callerconnect
*/

/* Match Divi base styles */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Orange underline for stats */
.stat-underline {
	width: 40px;
	height: 3px;
	background: #E75419;
	margin: 10px auto 0;
	border-radius: 2px;
}

/* Pricing button colors */
.pricing-btn-orange .wp-block-button__link {
	background-color: #E75419 !important;
	border-color: #E75419 !important;
	color: #fff !important;
}
.pricing-btn-blue .wp-block-button__link {
	background-color: #1481BA !important;
	border-color: #1481BA !important;
	color: #fff !important;
}
.pricing-btn-teal .wp-block-button__link {
	background-color: #0c6481 !important;
	border-color: #0c6481 !important;
	color: #fff !important;
}

/* Pricing card hover effect */
.pricing-card {
	transition: transform 0.3s, box-shadow 0.3s;
	position: relative;
	overflow: hidden;
}
.pricing-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Footer gradient background */
.footer-gradient {
	background: linear-gradient(180deg, #c5d5d9 0%, #15243D 15%) !important;
}

/* Hero curved bottom */
.hero-curve {
	position: relative;
}
.hero-curve::after {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 100px;
	background: #f3f3f3;
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
	z-index: 1;
}

/* No bullets for footer lists */
.is-style-no-bullets {
	list-style: none;
	padding-left: 0;
}
.is-style-no-bullets li {
	padding-left: 0;
}

/* Image hover zoom like production */
.wp-block-image img {
	transition: transform 0.5s;
}

/* Section title italic serif accent */
.serif-accent {
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	font-weight: 700;
}
