/* Timon Consulting — Premium IT Consulting Styles */

:root {
	--timon-navy: #0b1f3a;
	--timon-navy-light: #132d52;
	--timon-accent: #00b4d8;
	--timon-accent-dark: #0096c7;
	--timon-gold: #f4a261;
	--timon-slate: #64748b;
	--timon-light: #f8fafc;
	--timon-radius: 12px;
	--timon-shadow: 0 4px 24px rgba(11, 31, 58, 0.08);
	--timon-shadow-lg: 0 20px 60px rgba(11, 31, 58, 0.12);
	--timon-scroll-progress: 0%;
	--timon-header-offset: 0px;
}

body {
	font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.site-title,
.kb-adv-heading,
.wp-block-heading {
	font-family: 'Instrument Sans', 'DM Sans', system-ui, sans-serif !important;
	letter-spacing: -0.02em;
}

/* Header */
.site-header {
	box-shadow: 0 1px 0 rgba(11, 31, 58, 0.06);
}

.site-header .header-navigation .menu > li > a {
	font-weight: 500;
	font-size: 0.95rem;
}

.site-header .header-button-wrap .button,
#main-header .header-button,
.transparent-header #main-header .header-button,
.mobile-transparent-header #main-header .header-button {
	background: var(--timon-accent) !important;
	border-color: var(--timon-accent) !important;
	color: #ffffff !important;
	border-radius: 8px !important;
	font-weight: 600 !important;
	padding: 0.65rem 1.5rem !important;
	transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
	box-shadow: 0 2px 12px rgba(0, 180, 216, 0.35) !important;
	-webkit-font-smoothing: antialiased;
}

.site-header .header-button-wrap .button:hover,
#main-header .header-button:hover,
.transparent-header #main-header .header-button:hover,
.mobile-transparent-header #main-header .header-button:hover {
	background: var(--timon-accent-dark) !important;
	border-color: var(--timon-accent-dark) !important;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(0, 180, 216, 0.45) !important;
}

/* Hero — true full-viewport bleed (break out of Kadence content container) */
.home {
	overflow-x: clip;
}

.home .entry-content > .timon-hero,
.home .entry-content > .wp-block-cover.timon-hero {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	padding: 0 !important;
	left: 0;
	right: 0;
}

.timon-hero {
	min-height: 88vh;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: none;
	border-radius: 0 !important;
	background: linear-gradient(135deg, #060f1f 0%, var(--timon-navy) 45%, #0a2540 100%);
}

.timon-hero .wp-block-cover__image-background {
	animation: timon-ken-burns 28s ease-in-out infinite alternate;
	transform-origin: center center;
	opacity: 0.22 !important;
	filter: saturate(0.6) blur(1px);
	mix-blend-mode: luminosity;
}

.timon-hero .wp-block-cover__background.has-background-dim {
	opacity: 0.55 !important;
	background: linear-gradient(
		115deg,
		rgba(6, 15, 31, 0.92) 0%,
		rgba(11, 31, 58, 0.75) 42%,
		rgba(11, 31, 58, 0.45) 100%
	) !important;
}

/* Mesh gradient orbs (injected by hero.js) */
.timon-hero-mesh {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
	overflow: hidden;
}

.timon-hero-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.55;
	will-change: transform;
	transform: translate(var(--px, 0), var(--py, 0));
	transition: transform 0.15s ease-out;
}

.timon-hero-orb--1 {
	width: min(520px, 55vw);
	height: min(520px, 55vw);
	top: -12%;
	right: -8%;
	background: radial-gradient(circle, rgba(0, 180, 216, 0.45) 0%, transparent 70%);
}

.timon-hero-orb--2 {
	width: min(400px, 45vw);
	height: min(400px, 45vw);
	bottom: 5%;
	left: 35%;
	background: radial-gradient(circle, rgba(0, 150, 199, 0.35) 0%, transparent 70%);
}

.timon-hero-orb--3 {
	width: min(280px, 30vw);
	height: min(280px, 30vw);
	top: 40%;
	left: -5%;
	background: radial-gradient(circle, rgba(244, 162, 97, 0.18) 0%, transparent 70%);
}

/* Subtle grid overlay */
.timon-hero-grid-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(ellipse 80% 70% at 60% 40%, #000 20%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse 80% 70% at 60% 40%, #000 20%, transparent 75%);
}

.timon-hero .wp-block-cover__image-background {
	z-index: 0 !important;
}

.timon-hero .wp-block-cover__background {
	z-index: 1 !important;
}

.timon-hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 4 !important;
	max-width: min(1320px, calc(100vw - 4rem));
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: clamp(6.5rem, 12vh, 8.5rem) clamp(2rem, 4vw, 3rem) clamp(4rem, 8vh, 5.5rem);
	text-align: left;
	isolation: isolate;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.timon-hero-grid {
	gap: clamp(2rem, 5vw, 4rem) !important;
	align-items: center !important;
	margin: 0 !important;
}

.timon-hero-content-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.timon-hero .wp-block-cover__inner-container h1,
.timon-hero .wp-block-cover__inner-container p,
.timon-hero .wp-block-cover__inner-container .wp-block-heading,
.timon-hero .wp-block-cover__inner-container a {
	color: #ffffff !important;
	text-shadow: none !important;
	opacity: 1 !important;
	filter: none !important;
}

.timon-hero-headline {
	font-size: clamp(2.5rem, 5.2vw, 4.5rem) !important;
	line-height: 1.05 !important;
	font-weight: 700 !important;
	letter-spacing: -0.035em;
	color: #ffffff !important;
	max-width: 14ch;
	margin-bottom: 1.5rem !important;
	text-align: left !important;
}

.timon-hero-headline-line {
	display: inline;
	color: #ffffff;
}

.timon-hero-headline-accent {
	display: inline;
	background: linear-gradient(135deg, #ffffff 0%, #7dd3fc 55%, var(--timon-accent) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.timon-hero-tagline {
	font-size: clamp(1.05rem, 1.9vw, 1.25rem) !important;
	line-height: 1.65 !important;
	font-weight: 400 !important;
	max-width: 52ch;
	margin-bottom: 2rem !important;
	color: rgba(255, 255, 255, 0.72) !important;
	text-align: left !important;
}

.timon-hero-actions {
	gap: 0.85rem !important;
	margin-bottom: 0 !important;
	flex-wrap: wrap;
}

.timon-hero-trust p {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.75rem;
	margin: 0 !important;
	font-size: 0.8rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5) !important;
	letter-spacing: 0.02em;
}

.timon-hero-trust p span {
	position: relative;
	padding-left: 1rem;
}

.timon-hero-trust p span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--timon-accent);
	opacity: 0.8;
}

/* Microsoft product logo cluster */
.timon-hero-visual-col {
	display: flex;
	align-items: center;
	justify-content: center;
}

.timon-hero-visual-col.wp-block-column {
	flex-shrink: 0;
}

.timon-hero-visual {
	position: relative;
	width: 100%;
	min-height: clamp(340px, 44vh, 500px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
}

.timon-hero-visual.wp-block-group,
.timon-hero-visual > .wp-block-group__inner-container {
	margin: 0;
	padding: 0;
	width: 100%;
}

/* Square orbit canvas — height always equals width */
.timon-hero-logos {
	position: relative;
	width: min(380px, 100%);
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	flex-shrink: 0;
	overflow: visible;
}

.timon-hero-logos__ring {
	position: absolute;
	top: 60%;
	left: 63%;
	width: 76%;
	height: 76%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	pointer-events: none;
}

.timon-hero-logos__ring--inner {
	width: 44%;
	height: 44%;
	border-color: rgba(255, 255, 255, 0.06);
}

.timon-hero-logo {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.timon-hero-logo__svg {
	display: block;
	width: 80px;
	height: 80px;
	min-width: 80px;
	min-height: 80px;
	flex-shrink: 0;
	overflow: visible;
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.08)) drop-shadow(0 12px 28px rgba(0, 0, 0, 0.2));
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
}

.timon-hero-logo__bg {
	fill: #ffffff;
}

.timon-hero-logo:hover .timon-hero-logo__svg {
	transform: scale(1.08);
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12)) drop-shadow(0 20px 40px rgba(0, 180, 216, 0.2));
}

.timon-hero-logo__name {
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: 1.3;
	max-width: 9rem;
	white-space: nowrap;
}

.timon-hero-logo:hover .timon-hero-logo__name {
	color: rgba(255, 255, 255, 0.85);
}

@keyframes timon-ken-burns {
	0%   { transform: scale(1) translate(0, 0); }
	100% { transform: scale(1.08) translate(-1%, -0.5%); }
}

@keyframes timon-fade-up {
	from {
		opacity: 0;
		transform: translateY(24px);
		filter: blur(4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		filter: blur(0);
	}
}

.timon-hero-animate {
	opacity: 0;
	animation: timon-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Bottom ticker band */
.timon-hero-ticker-band {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	overflow: hidden;
	padding: 1rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(6, 15, 31, 0.5);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.timon-hero-ticker-band .timon-hero-ticker__track {
	display: flex;
	gap: 3rem;
	width: max-content;
	animation: timon-ticker 40s linear infinite;
}

.timon-hero-ticker-band .timon-hero-ticker__track span {
	color: rgba(255, 255, 255, 0.35);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	white-space: nowrap;
}

@keyframes timon-ticker {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* Scroll cue */
.timon-hero-scroll {
	position: absolute;
	bottom: 4.5rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	opacity: 0.4;
	animation: timon-scroll-pulse 2.5s ease-in-out infinite;
}

.timon-hero-scroll__line {
	display: block;
	width: 1px;
	height: 32px;
	background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.6));
}

.timon-hero-scroll__text {
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

@keyframes timon-scroll-pulse {
	0%, 100% { opacity: 0.35; transform: translateX(-50%) translateY(0); }
	50%      { opacity: 0.6; transform: translateX(-50%) translateY(4px); }
}

@media (prefers-reduced-motion: reduce) {
	.timon-hero .wp-block-cover__image-background,
	.timon-hero-ticker-band .timon-hero-ticker__track,
	.timon-hero-scroll {
		animation: none !important;
	}

	.timon-hero-animate {
		opacity: 1 !important;
		animation: none !important;
		filter: none !important;
		transform: none !important;
	}

	.timon-process-step,
	.timon-process-track__fill {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		width: 100% !important;
		height: 100% !important;
	}

	.timon-process-step .timon-step-number {
		background: var(--timon-accent) !important;
	}
}

/* Shared balanced container for homepage sections */
.timon-section-inner {
	max-width: 1200px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: clamp(1.5rem, 5vw, 3rem);
	padding-right: clamp(1.5rem, 5vw, 3rem);
	width: 100%;
	box-sizing: border-box;
}

/* Homepage — strip wrapper spacing, keep hero flush */
.home .content-area,
.home .site-main {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.home .content-area,
.home .site-main,
.home .entry-content-wrap,
.home .entry-content,
.home .entry.single-entry {
	margin: 0;
	padding: 0;
	max-width: 100%;
	box-shadow: none;
}

.home .content-container.site-container,
.home .entry-content-wrap,
.home .entry.single-entry .entry-content-wrap {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.home .entry-hero {
	display: none !important;
}

/* Kadence caps alignfull cover inner width — hero text area */
.home .timon-hero.alignfull > .wp-block-cover__inner-container {
	max-width: min(1320px, calc(100vw - 4rem)) !important;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Seamless hero → stats (no white gap) */
.home .entry-content > .timon-hero,
.home .entry-content > .wp-block-cover.timon-hero {
	margin-bottom: 0 !important;
	margin-block-end: 0 !important;
}

.home .entry-content > .timon-stats,
.home .entry-content > .wp-block-group.timon-stats {
	margin-top: 0 !important;
	margin-block-start: 0 !important;
	padding-top: 0;
}

.home .timon-stats > .wp-block-group__inner-container {
	margin: 0;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

/* Stats bar — full width, flush against hero */
.home .entry-content > .timon-stats,
.home .entry-content > .wp-block-group.timon-stats {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

/* Hero sits flush at top; header floats over via Kadence transparent mode */
.home .timon-hero {
	margin-top: 0 !important;
}

/* Transparent header — white nav on hero */
.home.transparent-header .site-header,
.home.mobile-transparent-header .site-header {
	background: transparent;
	box-shadow: none;
}

.home.transparent-header .header-navigation .menu > li > a,
.home.mobile-transparent-header .header-navigation .menu > li > a {
	color: rgba(255, 255, 255, 0.92) !important;
}

.home.transparent-header .header-navigation .menu > li > a:hover,
.home.mobile-transparent-header .header-navigation .menu > li > a:hover {
	color: var(--timon-accent) !important;
}

.home.transparent-header .site-title,
.home.mobile-transparent-header .site-title {
	color: #fff !important;
}

/* Light logo on dark hero; Kadence swaps to dark sticky logo on scroll */
.home.transparent-header .site-branding .kadence-transparent-logo,
.home.mobile-transparent-header .mobile-site-branding .kadence-transparent-logo {
	filter: none;
}

.home.transparent-header .site-branding .custom-logo:not(.kadence-transparent-logo):not(.kadence-sticky-logo),
.home.mobile-transparent-header .mobile-site-branding .custom-logo:not(.kadence-transparent-logo):not(.kadence-sticky-logo) {
	display: none !important;
}

/* ── Sticky nav — site-wide glass bar + scroll progress ── */

/* Progress bar — fixed to viewport top (never set position on .kadence-sticky-header) */
.timon-header-stuck #masthead::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: var(--timon-scroll-progress);
	max-width: 100%;
	background: linear-gradient(
		90deg,
		var(--timon-accent) 0%,
		#5eead4 45%,
		var(--timon-gold) 100%
	);
	background-size: 200% 100%;
	z-index: 9999;
	pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
	.timon-header-stuck #masthead::before {
		animation: timon-progress-shimmer 4s ease-in-out infinite;
	}
}

@keyframes timon-progress-shimmer {
	0%,
	100% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
}

/* Frosted glass bar when pinned */
.kadence-sticky-header.item-is-fixed.item-is-stuck .site-header-row-container-inner,
#mobile-header .kadence-sticky-header.item-is-fixed.item-is-stuck .site-header-row-container-inner {
	background: rgba(255, 255, 255, 0.88) !important;
	backdrop-filter: blur(16px) saturate(1.3);
	-webkit-backdrop-filter: blur(16px) saturate(1.3);
	border-bottom: 1px solid rgba(0, 180, 216, 0.2);
	box-shadow:
		0 8px 32px rgba(11, 31, 58, 0.12),
		0 2px 8px rgba(0, 180, 216, 0.1) !important;
	transition:
		background 0.4s ease,
		box-shadow 0.4s ease,
		border-color 0.4s ease;
}

/* Compact padding when stuck */
.kadence-sticky-header.item-is-fixed.item-is-stuck .site-header-row-container-inner > .site-container {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
	transition: padding 0.4s ease;
}

.kadence-sticky-header.item-is-fixed.item-is-stuck .site-branding a.brand img {
	max-width: 170px !important;
	transition: max-width 0.4s ease;
}

/* Sticky CTA lift — all pages */
.timon-header-stuck #main-header .header-button,
.timon-header-stuck .mobile-header-button-wrap .mobile-header-button {
	box-shadow: 0 4px 18px rgba(0, 180, 216, 0.4) !important;
}

/* ── Homepage only: light/dark logo swap + nav color on transparent hero ── */
.home.timon-header-stuck .site-branding a.brand .kadence-transparent-logo,
.home.timon-header-stuck .mobile-site-branding a.brand .kadence-transparent-logo {
	display: none !important;
}

.home.timon-header-stuck .site-branding a.brand .kadence-sticky-logo,
.home.timon-header-stuck .mobile-site-branding a.brand .kadence-sticky-logo {
	display: block !important;
}

.home.timon-header-stuck.transparent-header .header-navigation .menu > li > a,
.home.timon-header-stuck.mobile-transparent-header .header-navigation .menu > li > a,
.home.timon-header-stuck .mobile-toggle-open-container .menu-toggle-open {
	color: var(--timon-navy-light) !important;
}

.home.timon-header-stuck.transparent-header .header-navigation .menu > li > a:hover,
.home.timon-header-stuck.mobile-transparent-header .header-navigation .menu > li > a:hover,
.home.timon-header-stuck .header-navigation .menu > li.current-menu-item > a,
.home.timon-header-stuck .mobile-toggle-open-container .menu-toggle-open:hover {
	color: var(--timon-accent) !important;
}

/* CTA section wrapper */
.home .timon-section-cta {
	padding-bottom: 5rem;
}

.home .timon-section-cta .timon-cta-banner {
	margin-top: 0;
}

/* Inner pages — centered content */
.page:not(.home):not(:has(.timon-page-hero)) .entry-content {
	max-width: min(1200px, calc(100% - 3rem));
	margin-left: auto;
	margin-right: auto;
}

.timon-hero .timon-hero-badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: rgba(255, 255, 255, 0.88) !important;
	padding: 0.5rem 1.15rem;
	border-radius: 100px;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 1.75rem;
	text-shadow: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.timon-hero .timon-btn-primary .wp-block-button__link {
	background: var(--timon-accent) !important;
	border-radius: 10px !important;
	padding: 0.9rem 2.1rem !important;
	font-weight: 600 !important;
	font-size: 0.95rem !important;
	border: none !important;
	box-shadow: 0 4px 20px rgba(0, 180, 216, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
	transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.timon-hero .timon-btn-primary .wp-block-button__link:hover {
	background: var(--timon-accent-dark) !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 32px rgba(0, 180, 216, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

.timon-hero .timon-btn-outline .wp-block-button__link {
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 10px !important;
	padding: 0.85rem 2.1rem !important;
	font-weight: 600 !important;
	font-size: 0.95rem !important;
	color: #fff !important;
	transition: all 0.3s ease !important;
}

.timon-hero .timon-btn-outline .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: rgba(255, 255, 255, 0.45) !important;
	transform: translateY(-2px);
}

.timon-btn-primary .wp-block-button__link {
	background: var(--timon-accent) !important;
	border-radius: 8px !important;
	padding: 0.85rem 2rem !important;
	font-weight: 600 !important;
	border: none !important;
	transition: all 0.25s ease !important;
}

.timon-btn-primary .wp-block-button__link:hover {
	background: var(--timon-accent-dark) !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 180, 216, 0.35);
}

.timon-btn-outline .wp-block-button__link {
	background: transparent !important;
	border: 2px solid rgba(255, 255, 255, 0.6) !important;
	border-radius: 8px !important;
	padding: 0.8rem 2rem !important;
	font-weight: 600 !important;
	color: #fff !important;
}

.timon-btn-outline .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: #fff !important;
}

/* Stats heading */
.timon-stats-heading {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 0.8rem !important;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 1.5rem !important;
}

/* Intro split */
.timon-intro h2 {
	color: var(--timon-navy) !important;
	margin-bottom: 1rem !important;
}

.timon-partner-badges {
	background: var(--timon-light);
	border-radius: var(--timon-radius);
	padding: 2rem;
	border: 1px solid rgba(11, 31, 58, 0.08);
	height: 100%;
}

.timon-partner-badges h4 {
	color: var(--timon-navy) !important;
	margin-bottom: 1rem !important;
}

.timon-check-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.timon-check-list li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.65rem;
	color: var(--timon-slate);
	line-height: 1.5;
}

.timon-check-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 8px;
	height: 8px;
	background: var(--timon-accent);
	border-radius: 50%;
}

/* Client spotlight */
.timon-spotlight-card {
	background: #fff;
	border-radius: var(--timon-radius);
	padding: 2.5rem;
	box-shadow: var(--timon-shadow);
	border: 1px solid rgba(11, 31, 58, 0.06);
}

.timon-spotlight-label {
	color: var(--timon-accent) !important;
	font-size: 0.8rem !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 0.5rem !important;
}

.timon-spotlight-metrics {
	background: var(--timon-navy);
	border-radius: var(--timon-radius);
	padding: 2rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.5rem;
}

.timon-spotlight-metric {
	color: rgba(255, 255, 255, 0.85) !important;
	font-size: 0.95rem !important;
	line-height: 1.4 !important;
	margin: 0 !important;
}

.timon-spotlight-metric strong {
	display: block;
	font-size: 2rem;
	color: var(--timon-accent);
	line-height: 1.1;
	margin-bottom: 0.25rem;
}

/* AI band */
.timon-ai-band {
	background: linear-gradient(135deg, #0b1f3a 0%, #132d52 100%);
	color: #fff;
}

.timon-ai-band h3 {
	color: #fff !important;
	margin-bottom: 1rem !important;
}

.timon-ai-band p,
.timon-ai-band li {
	color: rgba(255, 255, 255, 0.85);
}

.timon-ai-band .timon-check-list li::before {
	background: var(--timon-accent);
}

/* Delivery pillars */
.timon-pillar-card {
	background: #fff;
	border-radius: var(--timon-radius);
	padding: 1.75rem;
	border: 1px solid rgba(11, 31, 58, 0.08);
	height: 100%;
	transition: border-color 0.25s ease;
}

.timon-pillar-card:hover {
	border-color: rgba(0, 180, 216, 0.35);
}

.timon-pillar-card h4 {
	color: var(--timon-navy) !important;
	margin-bottom: 0.75rem !important;
}

.timon-pillar-card p {
	color: var(--timon-slate);
	line-height: 1.65;
	margin: 0;
}

/* Platform cards */
.timon-platform-card {
	background: #fff;
	border-radius: var(--timon-radius);
	padding: 1.75rem;
	box-shadow: var(--timon-shadow);
	border-top: 3px solid var(--timon-accent);
	height: 100%;
}

.timon-platform-card h4 {
	color: var(--timon-navy) !important;
	margin-bottom: 0.75rem !important;
}

.timon-platform-card p {
	color: var(--timon-slate);
	line-height: 1.65;
	margin: 0;
	font-size: 0.95rem;
}

/* Industry tags */
.timon-industry-grid .wp-block-column {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.timon-industry-tag {
	background: #fff;
	border: 1px solid rgba(11, 31, 58, 0.1);
	border-radius: 8px;
	padding: 0.85rem 1.25rem !important;
	text-align: center;
	font-weight: 600;
	color: var(--timon-navy) !important;
	margin: 0 !important;
	font-size: 0.95rem !important;
	transition: all 0.2s ease;
}

.timon-industry-tag:hover {
	border-color: var(--timon-accent);
	color: var(--timon-accent-dark) !important;
}

/* CTA outline on light bg */
.timon-btn-outline-dark .wp-block-button__link {
	background: transparent !important;
	border: 2px solid rgba(255, 255, 255, 0.5) !important;
	color: #fff !important;
	border-radius: 8px !important;
	padding: 0.8rem 2rem !important;
	font-weight: 600 !important;
}

.timon-btn-outline-dark .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: #fff !important;
}

/* Stats bar */
.timon-stats {
	background: var(--timon-navy);
	padding: 3rem 0;
	margin: 0;
}

.timon-stat-number {
	font-size: 2.75rem !important;
	font-weight: 700 !important;
	color: var(--timon-accent) !important;
	line-height: 1 !important;
	margin-bottom: 0.25rem !important;
}

.timon-stat-label {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 0.9rem !important;
}

/* Section styling */
.timon-section {
	padding: 5rem 0;
}

.timon-section-alt {
	background: var(--timon-light);
}

.timon-section-title {
	text-align: center;
	margin-bottom: 3.5rem;
}

.timon-section-title .wp-block-heading {
	font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
	color: var(--timon-navy) !important;
	margin-bottom: 0.75rem !important;
}

.timon-section-title p {
	color: var(--timon-slate);
	font-size: 1.1rem;
	max-width: 600px;
	margin: 0 auto;
}

/* Section eyebrow label */
.timon-eyebrow {
	color: var(--timon-accent) !important;
	font-size: 0.8rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 0.75rem !important;
}

/* What We Do — modern services grid */
.timon-services-section {
	background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 50%, #ffffff 100%);
}

.timon-services-grid {
	gap: 1.5rem;
}

.timon-services-grid-row2 {
	margin-top: 1.5rem !important;
}

/* Service cards — per-card accent colors */
.timon-service-card {
	--card-accent: var(--timon-accent);
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 16px;
	padding: 2rem 1.75rem 1.75rem;
	border: 1px solid rgba(11, 31, 58, 0.07);
	box-shadow: 0 1px 3px rgba(11, 31, 58, 0.04), 0 8px 24px rgba(11, 31, 58, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	height: 100%;
}

.timon-service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--card-accent);
	border-radius: 16px 16px 0 0;
}

.timon-service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(11, 31, 58, 0.1);
	border-color: color-mix(in srgb, var(--card-accent) 35%, transparent);
}

/* Watermark number — subtle, decorative */
.timon-service-num {
	position: absolute !important;
	top: 0.75rem;
	right: 1rem;
	font-size: 4rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	color: var(--card-accent) !important;
	opacity: 0.1;
	margin: 0 !important;
	pointer-events: none;
	user-select: none;
	letter-spacing: -0.04em;
}

/* Category pill */
.timon-service-label {
	display: inline-block !important;
	font-size: 0.68rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 0.35rem 0.85rem !important;
	border-radius: 100px;
	background: color-mix(in srgb, var(--card-accent) 14%, #fff) !important;
	color: var(--card-accent) !important;
	border: 1px solid color-mix(in srgb, var(--card-accent) 28%, transparent);
	margin: 0 0 1rem !important;
}

.timon-service-card--erp    { --card-accent: #00b4d8; }
.timon-service-card--crm    { --card-accent: #6366f1; }
.timon-service-card--custom { --card-accent: #8b5cf6; }
.timon-service-card--cloud  { --card-accent: #0ea5e9; }
.timon-service-card--support { --card-accent: #14b8a6; }
.timon-service-card--bi     { --card-accent: #f59e0b; }

.timon-service-card h3 {
	color: var(--timon-navy) !important;
	font-size: 1.2rem !important;
	margin-bottom: 0.75rem !important;
	padding-right: 2rem;
}

.timon-service-card > p:not(.timon-service-num):not(.timon-service-label):not(.timon-service-link) {
	color: var(--timon-slate);
	line-height: 1.7;
	margin-bottom: 1.25rem;
	font-size: 0.95rem;
}

.timon-service-link {
	margin: 0 !important;
	margin-top: auto !important;
}

.timon-service-link a {
	color: var(--card-accent) !important;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
	transition: gap 0.2s ease;
}

.timon-service-link a:hover {
	color: var(--timon-navy) !important;
}

/* Legacy icon class — hide if present elsewhere */
.timon-service-icon {
	display: none;
}

/* Services page — full-bleed layout */
.page:has(.timon-page-hero) .content-area,
.page:has(.timon-page-hero) .site-main {
	margin-top: 0 !important;
}

.page:has(.timon-page-hero) .content-container.site-container,
.page:has(.timon-page-hero) .entry-content-wrap,
.page:has(.timon-page-hero) .entry.single-entry .entry-content-wrap {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.page:has(.timon-page-hero) .entry-content {
	max-width: 100% !important;
	padding: 0;
	margin: 0;
}

.page:has(.timon-page-hero) .entry-hero {
	display: none !important;
}

/* Inner page hero */
.timon-page-hero {
	min-height: 52vh;
	margin: 0;
	padding: 0 !important;
	position: relative;
	width: 100%;
	border-radius: 0 !important;
	background: linear-gradient(135deg, #060f1f 0%, var(--timon-navy) 50%, #0a2540 100%);
}

.page:has(.timon-page-hero) .entry-content > .timon-page-hero,
.page:has(.timon-page-hero) .entry-content > .wp-block-cover.timon-page-hero {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

.timon-page-hero .wp-block-cover__image-background {
	opacity: 0.25 !important;
	filter: saturate(0.5);
}

.timon-page-hero .wp-block-cover__background.has-background-dim {
	background: linear-gradient(
		160deg,
		rgba(6, 15, 31, 0.94) 0%,
		rgba(11, 31, 58, 0.82) 50%,
		rgba(11, 31, 58, 0.7) 100%
	) !important;
}

.timon-page-hero .wp-block-cover__inner-container {
	max-width: min(800px, calc(100vw - 3rem));
	margin: 0 auto;
	padding: clamp(5rem, 10vh, 7rem) clamp(1.5rem, 4vw, 2rem) clamp(3.5rem, 7vh, 5rem);
	text-align: center;
}

.timon-page-hero h1 {
	font-size: clamp(2rem, 4.5vw, 3rem) !important;
	font-weight: 700 !important;
	color: #fff !important;
	line-height: 1.15 !important;
	margin-bottom: 1rem !important;
}

.timon-page-hero-tagline {
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: clamp(1rem, 2vw, 1.15rem) !important;
	line-height: 1.65 !important;
	max-width: 36rem;
	margin: 0 auto !important;
}

/* Sticky services nav */
.page:has(.timon-page-hero) .entry-content > .timon-services-nav-wrap {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

.timon-services-nav-wrap {
	background: #fff;
	border-bottom: 1px solid rgba(11, 31, 58, 0.08);
	position: sticky;
	top: var(--timon-header-offset, 0px);
	z-index: 90;
	box-shadow: 0 4px 20px rgba(11, 31, 58, 0.04);
	transition:
		top 0.35s ease,
		background 0.35s ease,
		box-shadow 0.35s ease,
		border-color 0.35s ease;
}

/* Sit below the pinned site header — match glass aesthetic */
.timon-header-stuck .timon-services-nav-wrap {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px) saturate(1.2);
	-webkit-backdrop-filter: blur(12px) saturate(1.2);
	border-bottom: 1px solid rgba(0, 180, 216, 0.14);
	box-shadow: 0 4px 16px rgba(11, 31, 58, 0.06);
}

.timon-services-nav {
	padding-top: 0.85rem !important;
	padding-bottom: 0.85rem !important;
}

.timon-services-nav p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin: 0 !important;
}

.timon-services-nav a {
	display: inline-block;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--timon-slate) !important;
	text-decoration: none;
	padding: 0.45rem 1rem;
	border-radius: 100px;
	border: 1px solid rgba(11, 31, 58, 0.1);
	background: var(--timon-light);
	transition: all 0.2s ease;
}

.timon-services-nav a:hover {
	color: var(--timon-navy) !important;
	border-color: var(--timon-accent);
	background: color-mix(in srgb, var(--timon-accent) 10%, #fff);
}

/* Service detail sections */
.page:has(.timon-page-hero) .entry-content > .alignfull.timon-service-detail,
.page:has(.timon-page-hero) .entry-content > .alignfull.timon-section-cta {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

.timon-service-detail {
	--detail-accent: var(--timon-accent);
	position: relative;
	background: linear-gradient(
		165deg,
		color-mix(in srgb, var(--detail-accent) 7%, #ffffff) 0%,
		#ffffff 55%
	);
}

.timon-service-detail.timon-section-alt {
	background: linear-gradient(
		165deg,
		color-mix(in srgb, var(--detail-accent) 10%, var(--timon-light)) 0%,
		var(--timon-light) 55%,
		#ffffff 100%
	);
}

/* Accent divider between sections */
.timon-service-detail + .timon-service-detail::before {
	content: '';
	position: absolute;
	top: 0;
	left: clamp(1.5rem, 8vw, 6rem);
	right: clamp(1.5rem, 8vw, 6rem);
	height: 3px;
	border-radius: 3px;
	background: linear-gradient(
		90deg,
		transparent,
		color-mix(in srgb, var(--detail-accent) 55%, transparent) 35%,
		color-mix(in srgb, var(--detail-accent) 55%, transparent) 65%,
		transparent
	);
	opacity: 0.7;
}

.timon-service-detail--erp    { --detail-accent: #00b4d8; }
.timon-service-detail--crm    { --detail-accent: #6366f1; }
.timon-service-detail--custom { --detail-accent: #8b5cf6; }
.timon-service-detail--cloud  { --detail-accent: #0ea5e9; }
.timon-service-detail--bi     { --detail-accent: #f59e0b; }
.timon-service-detail--support { --detail-accent: #14b8a6; }

.timon-service-detail-grid {
	gap: clamp(2rem, 5vw, 4rem) !important;
}

.timon-service-detail-meta {
	position: relative;
}

.timon-service-detail-meta .timon-service-num {
	position: relative !important;
	top: auto;
	right: auto;
	font-size: 5rem !important;
	font-weight: 800 !important;
	opacity: 0.38;
	margin-bottom: 0.25rem !important;
	color: var(--detail-accent) !important;
	line-height: 1 !important;
	letter-spacing: -0.04em;
}

.timon-service-detail-meta .timon-service-label {
	margin-bottom: 1.25rem !important;
}

.timon-service-detail-meta h2 {
	color: var(--timon-navy) !important;
	font-size: clamp(1.5rem, 3vw, 2rem) !important;
	margin-bottom: 0.75rem !important;
	padding-left: 1rem;
	border-left: 4px solid var(--detail-accent);
}

.timon-service-platforms {
	font-size: 0.82rem !important;
	font-weight: 600 !important;
	color: var(--detail-accent) !important;
	letter-spacing: 0.02em;
	margin: 0 !important;
	padding-left: calc(1rem + 4px);
}

.timon-service-detail-body {
	background: #fff;
	border-radius: 16px;
	padding: 2rem 2.25rem;
	border: 1px solid rgba(11, 31, 58, 0.07);
	box-shadow: 0 1px 3px rgba(11, 31, 58, 0.04), 0 8px 24px rgba(11, 31, 58, 0.05);
}

.timon-section-alt .timon-service-detail-body {
	background: #fff;
}

.timon-service-detail-body > p {
	color: var(--timon-slate);
	line-height: 1.75;
	margin-bottom: 1.5rem;
	font-size: 1rem;
}

.timon-service-detail-body .timon-check-list li::before {
	color: var(--detail-accent);
}

.page:has(.timon-page-hero) .timon-section-cta {
	padding: 4rem 0 5rem;
}

@media (max-width: 781px) {
	.timon-service-detail-grid--reverse {
		flex-direction: column-reverse;
	}

	.timon-service-detail-meta {
		text-align: center;
	}

	.timon-service-detail-meta h2,
	.timon-service-platforms {
		padding-left: 0;
		border-left: none;
		border-top: 4px solid var(--detail-accent);
		padding-top: 1rem;
	}

	.timon-service-detail-meta .timon-service-num {
		font-size: 3.5rem !important;
	}

	.timon-service-detail-body {
		padding: 1.5rem;
	}

	.timon-services-nav a {
		font-size: 0.75rem;
		padding: 0.4rem 0.75rem;
	}
}

/* Process timeline */
.timon-process-section .timon-section-title p {
	color: var(--timon-slate);
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
}

.timon-process-timeline {
	position: relative;
	padding-top: 2.5rem;
	padding-bottom: 0.5rem;
}

.timon-process-timeline > .wp-block-group__inner-container {
	margin: 0;
}

.timon-process-track {
	position: absolute;
	top: calc(2.5rem + 23px);
	left: 12.5%;
	right: 12.5%;
	height: 4px;
	background: rgba(11, 31, 58, 0.1);
	border-radius: 4px;
	z-index: 0;
	overflow: hidden;
}

.timon-process-track__fill {
	display: block;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, var(--timon-accent), #33c9e8 60%, var(--timon-accent-dark));
	border-radius: 4px;
	box-shadow: 0 0 12px rgba(0, 180, 216, 0.45);
	transition: width 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.timon-process-section.is-visible .timon-process-track__fill {
	width: 100%;
}

.timon-process-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	position: relative;
	z-index: 1;
}

.timon-process-step {
	text-align: center;
	padding: 1.25rem 1rem 1.5rem;
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.4s ease;
	border-radius: var(--timon-radius);
	background: transparent;
}

.timon-process-section.is-visible .timon-process-step {
	opacity: 1;
	transform: translateY(0);
}

.timon-process-section.is-visible .timon-process-step:nth-child(1) { transition-delay: 0.15s; }
.timon-process-section.is-visible .timon-process-step:nth-child(2) { transition-delay: 0.45s; }
.timon-process-section.is-visible .timon-process-step:nth-child(3) { transition-delay: 0.75s; }
.timon-process-section.is-visible .timon-process-step:nth-child(4) { transition-delay: 1.05s; }

.timon-process-section.is-visible .timon-process-step:hover {
	background: #fff;
	box-shadow: var(--timon-shadow);
}

.timon-step-number {
	width: 48px;
	height: 48px;
	background: var(--timon-navy);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0 auto 1rem;
	border: 3px solid #fff;
	box-shadow: 0 2px 8px rgba(11, 31, 58, 0.15);
	transition:
		background 0.45s ease,
		box-shadow 0.45s ease,
		transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.timon-process-section.is-visible .timon-process-step:nth-child(1) .timon-step-number {
	transition-delay: 0.35s;
	background: var(--timon-accent);
	box-shadow: 0 4px 20px rgba(0, 180, 216, 0.4);
}

.timon-process-section.is-visible .timon-process-step:nth-child(2) .timon-step-number {
	transition-delay: 0.65s;
	background: var(--timon-accent);
	box-shadow: 0 4px 20px rgba(0, 180, 216, 0.4);
}

.timon-process-section.is-visible .timon-process-step:nth-child(3) .timon-step-number {
	transition-delay: 0.95s;
	background: var(--timon-accent);
	box-shadow: 0 4px 20px rgba(0, 180, 216, 0.4);
}

.timon-process-section.is-visible .timon-process-step:nth-child(4) .timon-step-number {
	transition-delay: 1.25s;
	background: var(--timon-accent);
	box-shadow: 0 4px 20px rgba(0, 180, 216, 0.4);
}

.timon-process-step h4 {
	color: var(--timon-navy) !important;
	margin-bottom: 0.65rem !important;
	font-size: 1.05rem !important;
}

.timon-process-step p.has-text-align-center {
	color: var(--timon-slate);
	font-size: 0.92rem;
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 900px) {
	.timon-process-steps {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem 1.25rem;
	}

	.timon-process-track {
		display: none;
	}
}

@media (max-width: 600px) {
	.timon-process-timeline {
		padding-top: 0;
		padding-left: 0.5rem;
	}

	.timon-process-track {
		display: block;
		top: 12px;
		bottom: 12px;
		left: 27px;
		right: auto;
		width: 4px;
		height: auto;
	}

	.timon-process-track__fill {
		width: 100%;
		height: 0;
		transition: height 2s cubic-bezier(0.22, 1, 0.36, 1);
	}

	.timon-process-section.is-visible .timon-process-track__fill {
		width: 100%;
		height: 100%;
	}

	.timon-process-steps {
		grid-template-columns: 1fr;
		gap: 1.75rem;
		padding-left: 3.5rem;
	}

	.timon-step-number {
		margin-left: 0;
		margin-right: auto;
		position: relative;
		left: calc(-3.5rem + 3px);
	}
}

/* Testimonials */
.timon-testimonial {
	background: #fff;
	border-radius: var(--timon-radius);
	padding: 2rem;
	box-shadow: var(--timon-shadow);
	border-left: 4px solid var(--timon-accent);
}

.timon-testimonial blockquote {
	font-style: italic;
	color: var(--timon-slate);
	line-height: 1.7;
	margin: 0 0 1rem;
}

.timon-testimonial cite {
	font-style: normal;
	font-weight: 600;
	color: var(--timon-navy);
}

/* CTA banner */
.timon-cta-banner {
	background: linear-gradient(135deg, var(--timon-navy) 0%, var(--timon-navy-light) 100%);
	border-radius: var(--timon-radius);
	padding: 4rem 3rem;
	text-align: center;
}

.timon-cta-banner h2 {
	color: #fff !important;
	margin-bottom: 1rem !important;
}

.timon-cta-banner p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.1rem;
	margin-bottom: 2rem;
}

/* Logo cloud */
.timon-logo-text {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--timon-slate);
	opacity: 0.5;
	letter-spacing: 0.02em;
}

/* Contact page */
.timon-contact-info {
	background: var(--timon-navy);
	color: #fff;
	border-radius: var(--timon-radius);
	padding: 2.5rem;
}

.timon-contact-info h3 {
	color: #fff !important;
	margin-bottom: 1.5rem !important;
}

.timon-contact-info p {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 1rem;
}

/* Footer */
.site-footer {
	background: var(--timon-navy) !important;
}

.site-footer,
.site-footer a {
	color: rgba(255, 255, 255, 0.75) !important;
}

.site-footer .site-footer-section {
	border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Page title area */
.entry-hero-container-inner .entry-title {
	font-weight: 700 !important;
}

/* CF7 styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 0.75rem 1rem;
	width: 100%;
	font-family: inherit;
	transition: border-color 0.2s;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
	border-color: var(--timon-accent);
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 180, 216, 0.15);
}

.wpcf7 input[type="submit"] {
	background: var(--timon-accent);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 0.85rem 2.5rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.25s ease;
}

.wpcf7 input[type="submit"]:hover {
	background: var(--timon-accent-dark);
}

/* Responsive */
@media (max-width: 781px) {
	.timon-section {
		padding: 3rem 0;
	}

	.timon-hero {
		min-height: 88svh;
	}

	.timon-hero .wp-block-cover__inner-container {
		padding-top: clamp(6rem, 14vh, 7.5rem);
		padding-bottom: 4.5rem;
		text-align: center;
	}

	.timon-hero-content-col {
		align-items: center;
	}

	.timon-hero-headline,
	.timon-hero-tagline {
		text-align: center !important;
		max-width: 100%;
	}

	.timon-hero-actions {
		justify-content: center;
	}

	.timon-hero-visual-col {
		display: none;
	}

	.timon-hero-scroll {
		bottom: 4rem;
	}

	.timon-cta-banner {
		padding: 2.5rem 1.5rem;
	}
}
