/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
	/* Brand Colors extracted from Logo */
	--color-primary: #0060A9;
	/* Original Blue */

	/* Premium Palette */
	--color-premium-red: #D30000;
	--color-premium-blue: #009FE3;
	/* Light Blue for specific elements */

	--color-secondary: #E30613;
	/* Old Red - keeping for compat */

	--color-dark: #333333;
	--color-light: #ffffff;
	--color-text: #404040;
	--color-border: #e5e5e5;

	/* Typography */
	--font-body: 'Roboto', sans-serif;
	--font-heading: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* =========================================================================
   MAKROKLIMA â Visual Design System
   ========================================================================= */

/* --- CSS Variables --- */
:root {
	--color-primary: #0060A9;
	--color-primary-dark: #004a85;
	--color-secondary: #E30613;
	--color-dark: #1a1a2e;
	--color-dark-lighter: #2d2d44;
	--color-text: #333333;
	--color-text-light: #666666;
	--color-bg: #f4f6f9;
	--color-white: #ffffff;
	--color-border: #e2e8f0;
	--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
	--shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
	--shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.12);
	--radius: 8px;
	--radius-lg: 14px;
	--transition: 0.25s ease;
}

/* --- Global --- */
body {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: var(--color-text);
	background: var(--color-bg);
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-dark);
	line-height: 1.3;
	font-weight: 700;
}

a {
	color: var(--color-primary);
	transition: color var(--transition);
}

a:hover {
	color: var(--color-secondary);
}

img {
	max-width: 100%;
	height: auto;
}

svg {
	max-width: 100%;
	height: auto;
}

.feature-icon svg {
	width: 64px !important;
	height: 64px !important;
	display: inline-block;
}

/* --- Container --- */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}

/* --- Top Bar (Contact strip) --- */
.top-bar {
	background: var(--color-dark);
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.85rem;
	padding: 6px 0;
}

.top-bar-inner {
	display: flex;
	justify-content: flex-end;
	gap: 1.5rem;
	align-items: center;
}

.top-bar-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

.top-bar-item svg {
	width: 16px;
	height: 16px;
	fill: rgba(255, 255, 255, 0.7);
	flex-shrink: 0;
}

.top-bar-item a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-weight: 500;
}

.top-bar-item a:hover {
	color: #fff;
}

/* --- Header --- */
.site-header {
	background: var(--color-white);
	box-shadow: var(--shadow-md);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.site-branding {
	padding: 12px 0;
	flex-shrink: 0;
}

.site-branding .custom-logo {
	max-height: 55px;
	width: auto;
}

.site-title-link {
	text-decoration: none;
}

.site-title {
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--color-primary);
	letter-spacing: -0.02em;
}

.site-description {
	display: none;
}

/* --- Navigation --- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: var(--color-text);
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	padding: 1.2rem 1rem;
	transition: all var(--transition);
	border-bottom: 3px solid transparent;
}

.main-navigation a:hover,
.main-navigation .current-menu-item>a {
	color: var(--color-primary);
	border-bottom-color: var(--color-primary);
	background: rgba(0, 96, 169, 0.04);
}

/* Dropdown */
.main-navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: var(--color-white);
	box-shadow: var(--shadow-lg);
	z-index: 999;
	min-width: 260px;
	flex-direction: column;
	border-radius: 0 0 var(--radius) var(--radius);
	border-top: 3px solid var(--color-primary);
}

.main-navigation ul ul li {
	border-bottom: 1px solid var(--color-border);
}

.main-navigation ul ul li:last-child {
	border-bottom: 0;
}

.main-navigation ul ul a {
	padding: 10px 18px;
	text-transform: none;
	font-size: 0.85rem;
	border-bottom: none;
}

.main-navigation li:hover>ul {
	display: flex;
}

.menu-toggle {
	display: none;
	background: none;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	padding: 6px 10px;
	cursor: pointer;
}

/* --- Page Content Area --- */
.site-main {
	width: 100%;
	max-width: 1200px;
	/* ENFORCED BOXED LAYOUT */
	margin: 0 auto;
	padding: 0 20px;
}

.site-main article {
	/* Removed card styles to allow full-width sections */
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
}

.entry-header {
	padding: 2.5rem 3rem 0;
}

.entry-title {
	font-size: 2rem;
	color: var(--color-primary);
	margin-bottom: 0.5rem;
	border-bottom: 3px solid var(--color-secondary);
	padding-bottom: 0.75rem;
}

.entry-content {
	padding: 0;
	font-size: 1.05rem;
	line-height: 1.8;
}

.entry-content h2 {
	color: var(--color-primary);
	font-size: 1.5rem;
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	padding-bottom: 0.4rem;
	border-bottom: 2px solid var(--color-border);
}

.entry-content h3 {
	color: var(--color-dark);
	font-size: 1.2rem;
	margin-top: 1.5rem;
}

.entry-content p {
	margin-bottom: 1.2rem;
}

.entry-content img {
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	margin: 1rem 0;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
}

.entry-content ul li,
.entry-content ol li {
	margin-bottom: 0.5rem;
	line-height: 1.7;
}

.entry-content a {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.entry-content a:hover {
	color: var(--color-secondary);
}

/* Featured Image */
.post-thumbnail img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

/* --- Gutenberg Block Overrides --- */
.wp-block-cover {
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
	min-height: 280px !important;
}

.wp-block-group.has-background {
	padding: 2.5rem 2rem;
	border-radius: var(--radius);
	margin: 2rem 0;
}

.wp-block-media-text {
	margin: 2rem 0;
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
}

.wp-block-button__link {
	border-radius: 50px;
	padding: 14px 32px;
	font-weight: 600;
	font-size: 1.05rem;
	transition: all var(--transition);
}

.wp-block-button__link:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
}

.wp-block-separator {
	border: none;
	border-top: 2px solid var(--color-border);
	margin: 2rem 0;
}

/* --- Footer --- */
.site-footer {
	background: var(--color-dark);
	color: rgba(255, 255, 255, 0.85);
	padding: 3.5rem 0 0;
	margin-top: 3rem;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
}

.footer-title {
	color: var(--color-white);
	font-size: 1.15rem;
	margin-bottom: 1.2rem;
	padding-bottom: 0.6rem;
	border-bottom: 2px solid var(--color-primary);
	display: inline-block;
}

.footer-col p {
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.7;
	font-size: 0.92rem;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 0.4rem;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 0.92rem;
	transition: all var(--transition);
}

.footer-links a:hover {
	color: var(--color-white);
	padding-left: 4px;
}

.footer-contact p {
	margin-bottom: 0.75rem;
}

.footer-contact a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-weight: 500;
}

.footer-contact a:hover {
	color: var(--color-secondary);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 1.2rem 0;
	margin-top: 2.5rem;
	text-align: center;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.5);
}

/* --- Front Page Specifics --- */
.makroklima-hero-slider {
	position: relative;
	overflow: hidden;
}

.features-grid,
.offer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

.feature-item,
.offer-card {
	background: var(--color-white);
	padding: 2rem;
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	text-align: center;
	transition: all var(--transition);
}

.feature-item:hover,
.offer-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-lg);
}

.section-padding {
	padding: 4rem 0;
}

/* --- Responsive --- */
@media screen and (max-width: 960px) {
	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.entry-header {
		padding: 2rem 1.5rem 0;
	}

	.entry-content {
		padding: 0;
	}

	.entry-title {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 768px) {
	.menu-toggle {
		display: block;
	}

	.main-navigation ul {
		display: none;
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: var(--color-white);
		box-shadow: var(--shadow-lg);
		z-index: 999;
	}

	.main-navigation.toggled ul {
		display: flex;
	}

	.main-navigation a {
		padding: 12px 20px;
		border-bottom: 1px solid var(--color-border);
	}

	.header-inner {
		padding: 0 10px;
	}

	.top-bar-inner {
		justify-content: center;
		gap: 1rem;
		font-size: 0.8rem;
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.site-main {
		margin: 0;
	}

	.entry-header {
		padding: 1.5rem 1.2rem 0;
	}

	.entry-content {
		padding: 1rem 1.2rem 1.5rem;
	}

	.entry-title {
		font-size: 1.4rem;
	}
}

/* --- Sticky Header & Mobile Bar Overrides --- */

/* Wrapper for sticky TopBar + Header */
.sticky-header-container {
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
}

/* Reset .site-header sticky (it's now handled by the wrapper) */
.site-header {
	position: relative;
	/* was sticky */
	top: auto;
	z-index: auto;
}

/* Fix for smooth scrolling with sticky header */
html {
	scroll-padding-top: 100px;
}

/* --- Mobile Sticky Bar --- */
.mobile-sticky-bar {
	display: none;
	/* Hidden on desktop */
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: var(--color-white);
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1100;
	padding: 10px;
	gap: 10px;
}

.mobile-btn {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	border-radius: var(--radius);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	transition: background 0.2s;
	color: var(--color-white);
}

.btn-call {
	background-color: var(--color-primary);
}

.btn-email {
	background-color: var(--color-secondary);
}

.mobile-btn:hover {
	opacity: 0.9;
	color: var(--color-white);
}

/* Show only on mobile/tablet */
@media screen and (max-width: 768px) {
	.mobile-sticky-bar {
		display: flex;
	}

	/* Add padding to body so content isn't covered by the bar */
	body {
		padding-bottom: 70px;
	}
}

/* ==========================================================================
   PREMIUM THEME STYLES (Makroklima 2026) - OVERHAUL
   ========================================================================== */

:root {
	--color-premium-red: #D30000;
	--color-premium-blue: #009FE3;
	--color-dark: #1a1a2e;
	--color-text: #4a4a4a;
	--color-bg-light: #f4f6f8;
	--shadow-card: 0 10px 30px rgba(0, 0, 0, 0.08);
	--shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.12);
	--radius-card: 16px;
}

body {
	font-family: 'Roboto', sans-serif;
	color: var(--color-text);
	line-height: 1.7;
}

/* --- 1. PREMIUM HEADER --- */
/* --- 1. PREMIUM HEADER (Mockup V2) --- */

/* MAIN HEADER */
.site-header.premium-header {
	background: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 1000;
	height: 85px;
	display: flex;
	align-items: center;
}

.site-header.premium-header .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

/* Logo Area */
.site-branding {
	flex: 0 0 auto;
	margin-right: 3rem;
	display: flex;
	align-items: center;
}

.custom-logo {
	max-height: 50px;
	width: auto;
}

/* Navigation Area (Center) */
.main-navigation {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
}

.main-navigation ul {
	display: flex;
	gap: 2.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
}

.main-navigation a {
	color: #333 !important;
	font-weight: 500;
	font-size: 1rem;
	padding: 0 !important;
	border: none !important;
	position: relative;
	text-decoration: none;
	transition: color 0.2s;
}

.main-navigation a::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 3px;
	background: #009FE3;
	/* Blue underline from mockup */
	transition: width 0.3s ease;
	border-radius: 2px;
}

.main-navigation a:hover {
	color: #000 !important;
}

.main-navigation a:hover::after,
.main-navigation .current-menu-item>a::after {
	width: 100%;
}

/* CTA Area (Right) - Red Pill Button */
.header-cta {
	flex: 0 0 auto;
	margin-left: 2rem;
}

.btn-red-pill {
	display: inline-block;
	background-color: #D30000;
	/* Red bg */
	color: #fff !important;
	padding: 12px 32px;
	border-radius: 50px;
	/* Pill shape */
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: 0 4px 15px rgba(211, 0, 0, 0.25);
}

.btn-red-pill:hover {
	background-color: #b00000;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(211, 0, 0, 0.35);
	color: #fff !important;
}

/* Mobile Toggle */
.menu-toggle {
	display: none;
	background: none;
	border: none;
	font-size: 1.5rem;
	color: #333;
	cursor: pointer;
}

@media (max-width: 992px) {
	.site-header.premium-header {
		height: 70px;
	}

	.menu-toggle {
		display: block;
	}

	.main-navigation ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		flex-direction: column;
		padding: 1.5rem;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
		border-top: 1px solid #eee;
	}

	.main-navigation.toggled ul {
		display: flex;
	}

	.header-cta.desktop-only {
		display: none;
	}
}






/* --- 3. SERVICES (CARDS LAYOUT) --- */
/* Target the columns inside the gray section */
.has-light-gray-background-color .wp-block-columns {
	gap: 2rem !important;
}

.has-light-gray-background-color .wp-block-column {
	background: #fff;
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-card);
	padding: 0 0 2rem 0;
	/* Image takes top, padding bottom */
	overflow: hidden;
	transition: all 0.4s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.has-light-gray-background-color .wp-block-column:hover {
	transform: translateY(-8px);
	box-shadow: var(--shadow-hover);
}

/* Image inside card */
.has-light-gray-background-color .wp-block-column figure {
	margin: 0 0 1.5rem 0;
	width: 100%;
}

.has-light-gray-background-color .wp-block-column figure img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.has-light-gray-background-color .wp-block-column:hover figure img {
	transform: scale(1.05);
}

/* Content inside card */
.has-light-gray-background-color .wp-block-column h4 {
	padding: 0 2rem;
	font-size: 1.3rem;
	color: var(--color-dark);
	margin-bottom: 1rem;
	font-weight: 700;
}

.has-light-gray-background-color .wp-block-column p {
	padding: 0 2rem;
	color: var(--color-text);
	font-size: 0.95rem;
	flex-grow: 1;
	/* Push button down */
	margin-bottom: 2rem;
}

.has-light-gray-background-color .wp-block-column .wp-block-button {
	padding: 0 2rem;
	margin-top: auto;
}

.has-light-gray-background-color .wp-block-column .wp-block-button__link {
	width: 100%;
	justify-content: center;
	border-radius: 8px !important;
	border: 1px solid var(--color-premium-blue) !important;
	color: var(--color-premium-blue) !important;
	font-weight: 600;
	padding: 10px 20px !important;
}

.has-light-gray-background-color .wp-block-column .wp-block-button__link:hover {
	background: var(--color-premium-blue) !important;
	color: #fff !important;
}


/* --- 4. SEO CONTENT & LISTS --- */
.wp-block-heading {
	font-weight: 800;
	letter-spacing: -0.5px;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}

/* Custom Checkmark List */
.entry-content ul,
.wp-block-list {
	list-style: none !important;
	padding-left: 0;
}

.entry-content ul li,
.wp-block-list li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.8rem;
	font-weight: 500;
	color: var(--color-dark);
}

.entry-content ul li::before,
.wp-block-list li::before {
	content: 'â';
	position: absolute;
	left: 0;
	color: var(--color-premium-red);
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.5;
}


/* --- MOBILE OVERRIDES --- */
@media (max-width: 992px) {
	.site-header.premium-header {
		height: 70px;
	}

	.menu-toggle {
		display: block;
		color: var(--color-dark);
		background: none;
		border: none;
		padding: 0.5rem;
	}

	.main-navigation ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		flex-direction: column;
		padding: 2rem;
		gap: 1.5rem;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
		border-top: 1px solid #eee;
	}

	.main-navigation.toggled ul {
		display: flex;
	}

	.header-cta.desktop-only {
		display: none;
	}

	/* --- MOBILE OVERRIDES (Continued) --- */
	.hero-overlay-animation h1 {
		font-size: 2.5rem !important;
	}

	/* Footer Mobile */
	.footer-cta-buttons {
		flex-direction: column;
		width: 100%;
	}

	.footer-trust-badges {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		/* 1 col on mobile */
		gap: 3rem;
	}

	.footer-bottom-inner {
		flex-direction: column;
		text-align: center;
		gap: 1rem;
	}
}


/* =========================================================================
   FOOTER V2 STYLES (Premium Mockup) 
   ========================================================================= */

/* --- 1. CTA SECTION (Blue Wave) --- */
.footer-cta-section {
	position: relative;
	background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
	/* Light Blue Gradient */
	padding: 80px 0;
	text-align: center;
	overflow: hidden;
	z-index: 10;
}

/* Optional: Add a subtle wave pattern overlay if available, 
   otherwise the gradient serves as the base. */
.footer-cta-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: radial-gradient(circle at 60% 50%, rgba(255, 255, 255, 0.4) 0%, transparent 60%);
	pointer-events: none;
}

.footer-cta-content {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
}

.footer-cta-title {
	font-size: 2.5rem;
	font-weight: 800;
	color: #0c4a6e;
	/* Dark Blue */
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

.entry-content,
.entry-summary {
	margin: 0;
	width: 100%;
}

.entry-footer {
	margin-top: 2rem;
}


.footer-cta-buttons {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	margin-bottom: 3rem;
}

.btn-cta-blue {
	background: #0369a1;
	/* Primary Blue */
	color: #fff;
	padding: 16px 32px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 4px 15px rgba(3, 105, 161, 0.3);
	transition: all 0.3s ease;
}

.btn-cta-blue:hover {
	background: #0c4a6e;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(3, 105, 161, 0.4);
	color: #fff;
}

.btn-cta-light {
	background: #fff;
	color: #0c4a6e;
	padding: 16px 32px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.btn-cta-light:hover {
	border-color: #0369a1;
	color: #0369a1;
	transform: translateY(-2px);
}

.footer-trust-badges {
	display: flex;
	justify-content: center;
	gap: 3rem;
	flex-wrap: wrap;
}

.footer-trust-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 500;
	color: #334155;
}

.icon-check-circle {
	color: #10b981;
	/* Green Check */
	font-size: 1.2rem;
}

/* --- 2. MAIN FOOTER (Dark Blue) --- */
.premium-footer {
	background-color: #0f172a;
	/* Slate 900 / Dark Navy */
	color: #cbd5e1;
	/* Slate 300 */
	position: relative;
	font-size: 0.95rem;
}

/* Texture Overlay */
.premium-footer .footer-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.1;
	background-image:
		radial-gradient(at 100% 0%, #1e293b 0px, transparent 50%),
		linear-gradient(to right, #0f172a, #1e293b);
	pointer-events: none;
}

.footer-container {
	position: relative;
	z-index: 2;
	padding-top: 80px;
	padding-bottom: 60px;
	max-width: 1200px;
	/* Constrain width */
	margin: 0 auto;
	/* Center */
	padding-left: 20px;
	padding-right: 20px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	/* 4 columns */
	gap: 4rem;
}

/* Column 1: Brand */
.footer-logo {
	margin-bottom: 1.5rem;
}

.footer-brand-text {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 800;
	margin: 0;
}

.footer-tagline {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.footer-desc {
	line-height: 1.6;
	color: #94a3b8;
	/* Slate 400 */
}

/* Columns 2,3,4 Headings */
.footer-heading {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

/* Links List */
.footer-list,
.contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-list li {
	margin-bottom: 0.8rem;
}

.footer-list a {
	color: #cbd5e1;
	text-decoration: none;
	transition: color 0.3s ease;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.footer-list a:hover {
	color: #38bdf8;
	/* Sky 400 */
	padding-left: 5px;
	/* Subtle shift */
}

.icon-arrow {
	font-size: 0.7rem;
	opacity: 0.6;
}

/* Contact List */
.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.2rem;
}

.contact-icon {
	font-size: 1.2rem;
}

.contact-text a {
	color: #fff;
	text-decoration: none;
}

.contact-text a:hover {
	text-decoration: underline;
	color: #38bdf8;
}

/* --- 3. BOTTOM BAR --- */
.footer-bottom-bar {
	background-color: #020617;
	/* Darker Navy/Black */
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	position: relative;
	z-index: 2;
}

.footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.85rem;
	color: #64748b;
	/* Slate 500 */
}

.footer-bottom-right {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.social-icons {
	display: flex;
	gap: 1rem;
}

.social-link {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 0.9rem;
	font-weight: bold;
}

.social-link:hover {
	background: #38bdf8;
	transform: translateY(-2px);
}

/* ==========================================================================
   MAKROKLIMA V2 VISUALS (mk- namespaced)
   ========================================================================== */

/* Prevent horizontal scrollbar */
body {
	overflow-x: hidden;
}

/* Design Tokens */
:root {
	--mk-blue-light: #e0f2ff;
	--mk-blue-main: #0060A9;
	--mk-blue-dark: #0a2d5e;
	--mk-red: #D30000;
	--mk-gradient-hero: linear-gradient(180deg, #f7fbff 0%, #e8f3fc 60%, #dbeafe 100%);
	--mk-shadow-soft: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
	--mk-radius-card: 16px;
	--mk-radius-pill: 9999px;
}

/* ==========================================================================
   PREMIUM HEADER / NAVBAR
   ========================================================================== */

.site-header.premium-header {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0.6rem 20px;
	gap: 2rem;
}

/* Logo */
.site-branding {
	flex-shrink: 0;
}

.site-branding img,
.site-branding .custom-logo {
	max-height: 48px;
	width: auto;
}

.site-title-link {
	text-decoration: none;
}

.site-title {
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--mk-blue-dark);
}

/* Navigation */
.main-navigation {
	flex: 1;
	display: flex;
	justify-content: center;
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0.25rem;
}

.main-navigation ul li a {
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	color: #333;
	font-size: 0.95rem;
	font-weight: 500;
	border-radius: 6px;
	transition: color 0.2s, background 0.2s;
	white-space: nowrap;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li a:hover {
	color: var(--mk-blue-main);
	background: rgba(0, 96, 169, 0.06);
}

/* Hamburger menu toggle – hidden on desktop */
.menu-toggle {
	display: none;
	background: none;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 0.4rem 0.7rem;
	font-size: 1.4rem;
	cursor: pointer;
	color: #333;
}

/* CTA Button in header */
.header-cta .btn-red-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.6rem 1.6rem;
	background-color: var(--mk-red);
	color: #fff !important;
	font-weight: 700;
	font-size: 0.9rem;
	border-radius: var(--mk-radius-pill);
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
	box-shadow: 0 3px 10px rgba(211, 0, 0, 0.25);
	white-space: nowrap;
}

.header-cta .btn-red-pill:hover {
	background-color: #b00;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(211, 0, 0, 0.35);
}

/* Hide entry-header title (via CSS fallback) */
.entry-header {
	display: none !important;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.mk-hero {
	background: var(--mk-gradient-hero);
	position: relative;
	overflow: visible;
	/* Allow feature bar overlap */
	padding-top: 3rem;
	padding-bottom: 4rem;
}

/* Background Curve/Wave Effect */
.mk-hero::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 65%;
	height: 100%;
	background: radial-gradient(ellipse at 100% 0%, #eef7ff 0%, #e0f2fe 50%, transparent 80%);
	z-index: 0;
	pointer-events: none;
}

.mk-hero::after {
	display: none;
}

.mk-hero__container {
	position: relative;
	z-index: 10;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* Decorative dots */
.mk-hero__dots {
	width: 60px;
	height: 60px;
	margin-bottom: 2rem;
	background-image: radial-gradient(circle, var(--mk-blue-main) 1.5px, transparent 1.5px);
	background-size: 8px 8px;
	opacity: 0.2;
}

/* Title */
.mk-hero__title {
	font-size: clamp(2.8rem, 5vw, 4.2rem);
	font-weight: 800;
	line-height: 1.05;
	color: var(--mk-blue-dark);
	margin-top: 0;
	margin-bottom: 1.5rem;
	letter-spacing: -0.02em;
}

.mk-hero__title br {
	display: block;
}

.mk-hero__title--light {
	display: block;
	font-weight: 300;
	color: #4b5563;
	font-size: 0.8em;
	margin-top: 0.2rem;
	font-style: normal;
}

/* Description */
.mk-hero__desc {
	font-size: 1.2rem;
	color: #555;
	max-width: 520px;
	margin-bottom: 2.5rem;
	line-height: 1.6;
	font-weight: 400;
}

/* Buttons */
.mk-hero__buttons {
	display: flex;
	gap: 1.2rem;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	align-items: center;
}

.mk-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2.5rem;
	background-color: var(--mk-blue-main);
	background: linear-gradient(135deg, var(--mk-blue-main) 0%, #005090 100%);
	color: white !important;
	border-radius: var(--mk-radius-pill);
	font-weight: 700;
	font-size: 1.05rem;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 10px 25px -5px rgba(0, 96, 169, 0.4);
}

.mk-btn-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 35px -5px rgba(0, 96, 169, 0.5);
	color: white !important;
}

.mk-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2.5rem;
	background-color: #fff;
	color: #333 !important;
	border: none;
	border-radius: var(--mk-radius-pill);
	font-weight: 600;
	font-size: 1.05rem;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.mk-btn-secondary:hover {
	background-color: #f8fafc;
	color: var(--mk-blue-main) !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Trust badges (below buttons) */
.mk-hero__trust {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.mk-trust-item {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 0.95rem;
	color: #64748b;
	font-weight: 500;
}

.mk-trust-icon {
	flex-shrink: 0;
	color: #10b981;
	/* Green checkmark color */
}

/* Hero image */
.mk-hero__image {
	position: relative;
	margin-right: -40px;
	/* Pull slightly to edge */
	z-index: 1;
	display: flex;
	justify-content: flex-end;
}

.mk-hero__image img {
	border-radius: 0;
	box-shadow: none;
	/* Mask to fade left edge if it's a full photo */
	mask-image: linear-gradient(to right, transparent 0%, black 15%, black 100%);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 100%);
	max-width: 115%;
	height: auto;
}

/* ==========================================================================
   FEATURE BAR (below hero)
   ========================================================================== */

.mk-feature-bar {
	display: flex;
	justify-content: center;
	gap: 4rem;
	background: white;
	border-radius: 12px;
	box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
	padding: 1.8rem 3rem;
	max-width: 1000px;
	margin: -2.5rem auto 2rem auto;
	/* Negative top margin to overlap hero */
	position: relative;
	z-index: 20;
}

.mk-feature-item {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	white-space: nowrap;
}

.mk-feature-icon {
	font-size: 1.4rem;
}

.mk-feature-text {
	font-size: 1rem;
	font-weight: 600;
	color: var(--mk-blue-dark);
}

/* ==========================================================================
   SERVICES GRID (scoped under mk-services)
   ========================================================================== */

.mk-services .mk-service-icon {
	margin-bottom: 1rem;
	text-align: center;
}

.mk-services .mk-service-icon .dashicons {
	font-size: 40px;
	color: var(--wp--preset--color--primary);
}

.mk-services .wp-block-column {
	background: white;
	padding: 2rem;
	border-radius: var(--mk-radius-card);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid rgba(0, 0, 0, 0.02);
}

.mk-services .wp-block-column:hover {
	transform: translateY(-5px);
	box-shadow: var(--mk-shadow-soft);
}

.mk-services .wp-block-heading {
	color: var(--mk-blue-dark);
	font-size: 1.25rem;
	margin-bottom: 1rem;
	margin-top: 0;
}

.mk-services .wp-block-button.is-style-outline .wp-block-button__link {
	border-radius: var(--mk-radius-pill);
	border-color: var(--mk-blue-main);
	color: var(--mk-blue-main);
}

.mk-services .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: var(--mk-blue-main);
	color: white;
}

/* ==========================================================================
   FOOTER OVERRIDES
   ========================================================================== */

.site-footer {
	background-color: #0f172a;
	color: #94a3b8;
	padding-top: 4rem;
	padding-bottom: 2rem;
}

.site-footer .site-info,
.site-footer .footer-widgets,
.site-footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.site-footer h2,
.site-footer h3,
.site-footer h4 {
	color: white;
}

.site-footer a {
	color: #cbd5e1;
	text-decoration: none;
}

.site-footer a:hover {
	color: white;
	text-decoration: underline;
}

/* ==========================================================================
   GENERIC CONTAINER WIDTH
   ========================================================================== */

.wp-block-group.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* ==========================================================================
   RESPONSIVE – MOBILE (≤992px)
   ========================================================================== */

@media (max-width: 992px) {

	/* Header mobile */
	.header-inner {
		flex-wrap: wrap;
		padding: 0.5rem 15px;
	}

	.menu-toggle {
		display: block;
	}

	.main-navigation ul {
		display: none;
		flex-direction: column;
		width: 100%;
		background: #fff;
		border-top: 1px solid #eee;
		padding: 0.5rem 0;
	}

	.main-navigation.toggled ul {
		display: flex;
	}

	.main-navigation ul li a {
		padding: 0.7rem 1rem;
	}

	.desktop-only {
		display: none;
	}

	/* Hero mobile */
	.mk-hero {
		text-align: center;
		padding-top: 1.5rem;
		padding-bottom: 0;
	}

	.mk-hero__dots {
		margin: 0 auto 1rem auto;
	}

	.mk-hero__title {
		font-size: 2.2rem;
	}

	.mk-hero__desc {
		margin: 0 auto 2rem auto;
	}

	.mk-hero__buttons {
		justify-content: center;
	}

	.mk-hero__trust {
		justify-content: center;
	}

	.mk-feature-bar {
		flex-direction: column;
		gap: 1rem;
		align-items: center;
		padding: 1.2rem;
		max-width: 95%;
		margin: 0 auto 2rem auto;
	}

	/* Services mobile */
	.mk-services .wp-block-columns {
		flex-direction: column;
	}
}