/*
Theme Name: e-Strats Consulting
Theme URI: https://estratsconsulting.com/
Author: e-Strats Consulting
Author URI: https://estratsconsulting.com/
Description: A clean, white, flat block theme for e-Strats Consulting. AI and digital transformation, end to end.
Version: 1.1.0
Requires at least: 6.1
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: estrats
*/

/* ============================================================
   Shared brand elements
   ============================================================ */

.estrats-eyebrow {
	font-family: "IBM Plex Mono", monospace !important;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 13px !important;
	font-weight: 500;
	color: #1F8A44 !important;
	margin-bottom: 10px !important;
}

.estrats-card {
	border: 1px solid #E6E6E6;
	border-top: 3px solid #22AE4B;
	padding: 24px;
	height: 100%;
	background: #FFFFFF;
}
.estrats-card h3 { margin-top: 0; }

.estrats-num {
	font-family: "IBM Plex Mono", monospace !important;
	color: #22AE4B !important;
	font-size: 14px !important;
	letter-spacing: 1px;
}

.wp-block-navigation .wp-block-navigation-item__content {
	font-family: "IBM Plex Mono", monospace;
	font-size: 14px;
}

.wp-block-button__link { box-shadow: none !important; }

.estrats-footer, .estrats-footer a { color: #555555; font-size: 14px; }
.estrats-footer a:hover { color: #1F8A44; }

/* ============================================================
   Inner page content (Services, AI, Industries, etc.)
   Scoped to post content so the homepage is untouched.
   ============================================================ */

.wp-block-post-title {
	font-size: 46px !important;
	line-height: 1.12;
	font-weight: 600;
	color: #030304;
	max-width: 880px;
	margin-bottom: 6px;
}
.wp-block-post-title::after {
	content: "";
	display: block;
	width: 64px;
	height: 4px;
	background: #22AE4B;
	margin-top: 20px;
}

.wp-block-post-content {
	max-width: 880px;
	font-size: 17px;
}

.wp-block-post-content > .estrats-eyebrow + p {
	font-size: 19px;
	color: #555555;
	line-height: 1.6;
}

.wp-block-post-content h2 {
	font-size: 28px !important;
	line-height: 1.25;
	font-weight: 600;
	color: #030304;
	margin-top: 56px;
	padding-top: 30px;
	border-top: 1px solid #E6E6E6;
}

.wp-block-post-content h3 {
	font-size: 19px !important;
	line-height: 1.3;
	font-weight: 600;
	color: #030304;
	margin-top: 30px;
}

.wp-block-post-content p { line-height: 1.7; }

.wp-block-post-content ul {
	list-style: none;
	margin-top: 16px;
	padding-left: 0;
}
.wp-block-post-content ul li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 14px;
	line-height: 1.6;
}
.wp-block-post-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	background: #22AE4B;
	border-radius: 2px;
}

.wp-block-post-content ul li strong { color: #1F8A44; }

.estrats-card ul, .wp-block-column .wp-block-social-links { list-style: none; }

@media (max-width: 600px) {
	.wp-block-post-title { font-size: 34px !important; }
	.wp-block-post-content h2 { font-size: 24px !important; margin-top: 44px; }
}
