/*
Theme Name: Enes Oto Tamir Bakım
Theme URI: https://enesototamirbakim.com
Author: Enes Oto
Description: Ankara İvedik OSB için modern, hızlı ve mobil uyumlu özel oto servis teması.
Version: 1.0.5
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enes-oto-tamir
Tags: custom-logo, custom-menu, featured-images, one-column, blog, accessibility-ready
*/

:root {
	--eo-bg: #080a0d;
	--eo-bg-soft: #0d1117;
	--eo-panel: #111720;
	--eo-panel-2: #171e28;
	--eo-text: #f5f7fa;
	--eo-muted: #9ca7b5;
	--eo-accent: #ff4a1c;
	--eo-accent-hot: #ff6a2a;
	--eo-accent-dark: #b72a08;
	--eo-green: #25d366;
	--eo-line: rgba(255, 255, 255, 0.1);
	--eo-line-strong: rgba(255, 255, 255, 0.18);
	--eo-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
	--eo-radius-sm: 12px;
	--eo-radius: 20px;
	--eo-radius-lg: 30px;
	--eo-container: 1200px;
	--eo-header-height: 78px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	margin: 0;
	background: var(--eo-bg);
	color: var(--eo-text);
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.menu-open {
	overflow: hidden;
}

img,
svg {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

::selection {
	background: var(--eo-accent);
	color: #fff;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto !important;
	background: #fff;
	color: #111;
	border-radius: 8px;
}

.eo-container {
	width: min(calc(100% - 40px), var(--eo-container));
	margin-inline: auto;
}

.eo-section {
	position: relative;
	padding: 110px 0;
	overflow: hidden;
}

.eo-section--muted {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 35%),
		var(--eo-bg-soft);
}

.eo-section--line {
	border-top: 1px solid var(--eo-line);
}

.eo-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
	gap: 48px;
	align-items: end;
	margin-bottom: 50px;
}

.eo-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: #ff8a5c;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.3;
	text-transform: uppercase;
}

.eo-kicker::before {
	width: 30px;
	height: 2px;
	content: "";
	background: var(--eo-accent);
	box-shadow: 0 0 18px rgba(255, 74, 28, 0.8);
}

.eo-title {
	max-width: 820px;
	margin: 0;
	font-size: clamp(2.25rem, 5vw, 4.7rem);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.98;
	text-wrap: balance;
}

.eo-title span,
.eo-accent-text {
	color: var(--eo-accent);
}

.eo-lead {
	max-width: 650px;
	margin: 0;
	color: var(--eo-muted);
	font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.eo-btn {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.eo-btn svg {
	width: 18px;
	height: 18px;
}

.eo-btn:hover {
	transform: translateY(-2px);
}

.eo-btn:focus-visible,
.eo-menu-toggle:focus-visible,
.eo-form input:focus-visible,
.eo-form select:focus-visible,
.eo-form textarea:focus-visible {
	outline: 3px solid rgba(255, 106, 42, 0.4);
	outline-offset: 3px;
}

.eo-btn--primary {
	background: linear-gradient(135deg, var(--eo-accent-hot), var(--eo-accent));
	color: #fff;
	box-shadow: 0 14px 40px rgba(255, 74, 28, 0.28);
}

.eo-btn--primary:hover {
	box-shadow: 0 18px 48px rgba(255, 74, 28, 0.4);
}

.eo-btn--ghost {
	border-color: var(--eo-line-strong);
	background: rgba(255, 255, 255, 0.045);
	color: var(--eo-text);
	backdrop-filter: blur(12px);
}

.eo-btn--ghost:hover {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.08);
}

.eo-btn--whatsapp {
	background: var(--eo-green);
	color: #07150c;
	box-shadow: 0 14px 36px rgba(37, 211, 102, 0.22);
}

.eo-site-chrome {
	position: sticky;
	z-index: 100;
	top: 0;
	width: 100%;
}

.admin-bar .eo-site-chrome {
	top: 32px;
}

.eo-topbar {
	position: relative;
	z-index: 2;
	border-bottom: 1px solid var(--eo-line);
	background: #06080b;
	color: #c1c8d2;
	font-size: 0.78rem;
	font-weight: 650;
}

.eo-topbar__inner {
	display: flex;
	min-height: 38px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.eo-topbar__items {
	display: flex;
	align-items: center;
	gap: 24px;
}

.eo-topbar__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.eo-topbar__item svg {
	width: 14px;
	height: 14px;
	color: var(--eo-accent);
}

.eo-topbar__status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
}

.eo-topbar__status::before {
	width: 7px;
	height: 7px;
	content: "";
	border-radius: 50%;
	background: #4ade80;
	box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.12);
}

.eo-header {
	position: relative;
	z-index: 1;
	top: auto;
	right: auto;
	left: auto;
	width: 100%;
	opacity: 1;
	transform: none;
	border-bottom: 1px solid transparent;
	background: rgba(8, 10, 13, 0.74);
	backdrop-filter: blur(18px);
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.eo-header.is-scrolled {
	border-color: var(--eo-line);
	background: rgba(8, 10, 13, 0.94);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

.eo-header__inner {
	display: flex;
	min-height: var(--eo-header-height);
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.eo-brand,
.custom-logo-link {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 12px;
}

.custom-logo {
	width: auto;
	max-height: 54px;
}

.eo-brand__mark {
	position: relative;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(255, 106, 42, 0.36);
	border-radius: 14px;
	background:
		linear-gradient(145deg, rgba(255, 106, 42, 0.22), rgba(255, 74, 28, 0.05)),
		#11161e;
	color: var(--eo-accent);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 34px rgba(0, 0, 0, 0.3);
}

.eo-brand__mark svg {
	width: 25px;
	height: 25px;
}

.eo-brand__copy {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.eo-brand__name {
	font-size: 1.15rem;
	font-weight: 950;
	letter-spacing: -0.025em;
}

.eo-brand__name span {
	color: var(--eo-accent);
}

.eo-brand__tag {
	margin-top: 6px;
	color: var(--eo-muted);
	font-size: 0.64rem;
	font-weight: 750;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.eo-nav {
	display: flex;
	align-items: center;
	gap: 6px;
}

.eo-nav ul {
	display: flex;
	align-items: center;
	gap: 2px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.eo-nav a:not(.eo-btn) {
	display: inline-flex;
	padding: 12px 13px;
	color: #c8ced7;
	font-size: 0.87rem;
	font-weight: 700;
	transition: color 180ms ease;
}

.eo-nav a:not(.eo-btn):hover {
	color: #fff;
}

.eo-header__cta {
	min-height: 44px;
	padding-inline: 18px;
	margin-left: 10px;
}

.eo-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid var(--eo-line);
	border-radius: 13px;
	background: var(--eo-panel);
	color: #fff;
	cursor: pointer;
	place-items: center;
}

.eo-menu-toggle span,
.eo-menu-toggle::before,
.eo-menu-toggle::after {
	display: block;
	width: 20px;
	height: 2px;
	content: "";
	border-radius: 2px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.eo-menu-toggle span {
	margin: 4px 0;
}

.eo-menu-toggle[aria-expanded="true"] span {
	opacity: 0;
}

.eo-menu-toggle[aria-expanded="true"]::before {
	transform: translateY(6px) rotate(45deg);
}

.eo-menu-toggle[aria-expanded="true"]::after {
	transform: translateY(-6px) rotate(-45deg);
}

.eo-hero {
	position: relative;
	display: grid;
	min-height: min(820px, calc(100svh - 38px));
	align-items: center;
	padding: 110px 0 80px;
	overflow: hidden;
	isolation: isolate;
}

.eo-hero::before {
	position: absolute;
	z-index: -3;
	inset: 0;
	content: "";
	background:
		linear-gradient(90deg, #080a0d 4%, rgba(8, 10, 13, 0.94) 38%, rgba(8, 10, 13, 0.25) 72%, rgba(8, 10, 13, 0.8) 100%),
		linear-gradient(180deg, rgba(8, 10, 13, 0.08), #080a0d 96%),
		url("assets/images/hero-garage.svg") center right / cover no-repeat;
}

.eo-hero::after {
	position: absolute;
	z-index: -2;
	right: -18vw;
	bottom: -28vw;
	width: 70vw;
	height: 70vw;
	content: "";
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 74, 28, 0.16), rgba(255, 74, 28, 0) 68%);
	filter: blur(8px);
}

.eo-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.42fr);
	gap: 70px;
	align-items: end;
}

.eo-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 13px;
	margin: 0 0 22px;
	border: 1px solid rgba(255, 106, 42, 0.26);
	border-radius: 999px;
	background: rgba(255, 74, 28, 0.08);
	color: #ffb092;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.eo-hero__eyebrow::before {
	width: 7px;
	height: 7px;
	content: "";
	border-radius: 50%;
	background: var(--eo-accent);
	box-shadow: 0 0 14px var(--eo-accent);
}

.eo-hero h1 {
	max-width: 860px;
	margin: 0;
	font-size: clamp(3.3rem, 7.8vw, 7.6rem);
	font-weight: 950;
	letter-spacing: -0.068em;
	line-height: 0.86;
	text-wrap: balance;
}

.eo-hero h1 span {
	display: block;
	color: var(--eo-accent);
	text-shadow: 0 14px 45px rgba(255, 74, 28, 0.18);
}

.eo-hero__text {
	max-width: 650px;
	margin: 28px 0 0;
	color: #bac2cd;
	font-size: clamp(1.02rem, 1.7vw, 1.22rem);
}

.eo-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.eo-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 34px;
	color: #d0d5dc;
	font-size: 0.84rem;
	font-weight: 700;
}

.eo-hero__meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.eo-hero__meta svg {
	width: 17px;
	height: 17px;
	color: var(--eo-accent);
}

.eo-hero-card {
	position: relative;
	padding: 28px;
	border: 1px solid var(--eo-line-strong);
	border-radius: var(--eo-radius-lg);
	background: linear-gradient(145deg, rgba(25, 32, 43, 0.86), rgba(12, 16, 22, 0.82));
	box-shadow: var(--eo-shadow);
	backdrop-filter: blur(18px);
}

.eo-hero-card::before {
	position: absolute;
	top: 0;
	right: 36px;
	left: 36px;
	height: 2px;
	content: "";
	background: linear-gradient(90deg, transparent, var(--eo-accent), transparent);
}

.eo-hero-card__label {
	margin: 0 0 7px;
	color: var(--eo-muted);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.eo-hero-card__title {
	margin: 0 0 20px;
	font-size: 1.45rem;
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.eo-hero-card__list {
	display: grid;
	gap: 12px;
	padding: 18px 0;
	margin: 0;
	border-top: 1px solid var(--eo-line);
	border-bottom: 1px solid var(--eo-line);
	list-style: none;
}

.eo-hero-card__list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: #d9dee5;
	font-size: 0.86rem;
}

.eo-hero-card__list strong {
	color: #fff;
}

.eo-hero-card .eo-btn {
	width: 100%;
	margin-top: 20px;
}

.eo-trust-strip {
	position: relative;
	z-index: 5;
	margin-top: -1px;
	border-top: 1px solid var(--eo-line);
	border-bottom: 1px solid var(--eo-line);
	background: #0a0d12;
}

.eo-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.eo-trust-item {
	display: flex;
	min-height: 116px;
	align-items: center;
	gap: 15px;
	padding: 22px 28px;
	border-left: 1px solid var(--eo-line);
}

.eo-trust-item:last-child {
	border-right: 1px solid var(--eo-line);
}

.eo-trust-item__icon {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 13px;
	background: rgba(255, 74, 28, 0.1);
	color: var(--eo-accent);
}

.eo-trust-item__icon svg {
	width: 22px;
	height: 22px;
}

.eo-trust-item strong,
.eo-trust-item span {
	display: block;
}

.eo-trust-item strong {
	font-size: 0.98rem;
}

.eo-trust-item span {
	margin-top: 3px;
	color: var(--eo-muted);
	font-size: 0.75rem;
}

.eo-services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.eo-service-card {
	position: relative;
	min-height: 280px;
	padding: 28px;
	overflow: hidden;
	border: 1px solid var(--eo-line);
	border-radius: var(--eo-radius);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 70%),
		var(--eo-panel);
	transition: transform 250ms ease, border-color 250ms ease, background-color 250ms ease, box-shadow 250ms ease;
}

.eo-service-card::after {
	position: absolute;
	right: -48px;
	bottom: -58px;
	width: 140px;
	height: 140px;
	content: "";
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 74, 28, 0.14), transparent 68%);
	opacity: 0;
	transition: opacity 250ms ease;
}

.eo-service-card:hover {
	z-index: 2;
	border-color: rgba(255, 106, 42, 0.4);
	background-color: var(--eo-panel-2);
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
	transform: translateY(-7px);
}

.eo-service-card:hover::after {
	opacity: 1;
}

.eo-service-card__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border: 1px solid rgba(255, 106, 42, 0.2);
	border-radius: 16px;
	background: rgba(255, 74, 28, 0.08);
	color: var(--eo-accent);
}

.eo-service-card__icon svg {
	width: 27px;
	height: 27px;
}

.eo-service-card__number {
	position: absolute;
	top: 27px;
	right: 27px;
	color: rgba(255, 255, 255, 0.18);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.eo-service-card h3 {
	margin: 34px 0 10px;
	font-size: 1.16rem;
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.eo-service-card p {
	margin: 0;
	color: var(--eo-muted);
	font-size: 0.88rem;
	line-height: 1.65;
}

.eo-process {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--eo-line);
	border-radius: var(--eo-radius-lg);
	background: var(--eo-line);
	box-shadow: var(--eo-shadow);
}

.eo-process__item {
	position: relative;
	min-height: 245px;
	padding: 38px;
	background: var(--eo-panel);
}

.eo-process__number {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 106, 42, 0.32);
	border-radius: 50%;
	color: var(--eo-accent);
	font-size: 0.78rem;
	font-weight: 900;
}

.eo-process__item h3 {
	margin: 46px 0 10px;
	font-size: 1.34rem;
	letter-spacing: -0.03em;
}

.eo-process__item p {
	max-width: 300px;
	margin: 0;
	color: var(--eo-muted);
	font-size: 0.92rem;
}

.eo-process__arrow {
	position: absolute;
	z-index: 2;
	top: 52px;
	right: -17px;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid var(--eo-line);
	border-radius: 50%;
	background: var(--eo-bg);
	color: var(--eo-muted);
}

.eo-process__arrow svg {
	width: 15px;
	height: 15px;
}

.eo-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
	gap: 80px;
	align-items: center;
}

.eo-about-visual {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	border: 1px solid var(--eo-line);
	border-radius: var(--eo-radius-lg);
	background:
		linear-gradient(180deg, transparent, rgba(8, 10, 13, 0.88)),
		url("assets/images/hero-garage.svg") 67% center / cover no-repeat;
	box-shadow: var(--eo-shadow);
}

.eo-about-visual__badge {
	position: absolute;
	right: 24px;
	bottom: 24px;
	left: 24px;
	padding: 24px;
	border: 1px solid var(--eo-line-strong);
	border-radius: 20px;
	background: rgba(10, 13, 18, 0.84);
	backdrop-filter: blur(16px);
}

.eo-about-visual__badge strong {
	display: block;
	font-size: 1.2rem;
}

.eo-about-visual__badge span {
	display: block;
	margin-top: 4px;
	color: var(--eo-muted);
	font-size: 0.84rem;
}

.eo-check-list {
	display: grid;
	gap: 16px;
	padding: 0;
	margin: 34px 0 0;
	list-style: none;
}

.eo-check-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	color: #d8dde5;
}

.eo-check-list__icon {
	display: grid;
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 9px;
	background: rgba(255, 74, 28, 0.1);
	color: var(--eo-accent);
}

.eo-check-list__icon svg {
	width: 15px;
	height: 15px;
}

.eo-areas {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
	gap: 70px;
	align-items: start;
}

.eo-area-focus {
	position: sticky;
	top: 120px;
	padding: 36px;
	border: 1px solid var(--eo-line-strong);
	border-radius: var(--eo-radius-lg);
	background:
		linear-gradient(145deg, rgba(255, 74, 28, 0.08), transparent 54%),
		var(--eo-panel);
	box-shadow: var(--eo-shadow);
}

.eo-area-focus__pin {
	display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	border-radius: 18px;
	background: var(--eo-accent);
	color: #fff;
	box-shadow: 0 16px 42px rgba(255, 74, 28, 0.3);
}

.eo-area-focus__pin svg {
	width: 28px;
	height: 28px;
}

.eo-area-focus h3 {
	margin: 34px 0 10px;
	font-size: 1.7rem;
	letter-spacing: -0.04em;
}

.eo-area-focus p {
	margin: 0;
	color: var(--eo-muted);
}

.eo-area-focus .eo-btn {
	margin-top: 26px;
}

.eo-districts h3 {
	margin: 0 0 20px;
	font-size: 1.12rem;
	letter-spacing: -0.02em;
}

.eo-district-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.eo-district-list li {
	padding: 10px 14px;
	border: 1px solid var(--eo-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.025);
	color: #bec6d1;
	font-size: 0.8rem;
	font-weight: 700;
	transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.eo-district-list li:hover {
	border-color: rgba(255, 106, 42, 0.38);
	background: rgba(255, 74, 28, 0.06);
	color: #fff;
}

.eo-district-note {
	padding: 18px 20px;
	margin-top: 24px;
	border-left: 3px solid var(--eo-accent);
	border-radius: 0 var(--eo-radius-sm) var(--eo-radius-sm) 0;
	background: rgba(255, 74, 28, 0.055);
	color: var(--eo-muted);
	font-size: 0.86rem;
}

.eo-booking-wrap {
	display: grid;
	grid-template-columns: minmax(0, 0.62fr) minmax(420px, 0.8fr);
	gap: 56px;
	align-items: start;
}

.eo-booking-copy {
	position: sticky;
	top: 120px;
}

.eo-booking-copy__contact {
	display: grid;
	gap: 12px;
	margin-top: 34px;
}

.eo-booking-copy__contact a,
.eo-booking-copy__contact div {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	border: 1px solid var(--eo-line);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.025);
}

.eo-booking-copy__contact svg {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	color: var(--eo-accent);
}

.eo-booking-copy__contact strong,
.eo-booking-copy__contact span {
	display: block;
}

.eo-booking-copy__contact strong {
	font-size: 0.86rem;
}

.eo-booking-copy__contact span {
	margin-top: 2px;
	color: var(--eo-muted);
	font-size: 0.77rem;
}

.eo-form {
	padding: 36px;
	border: 1px solid var(--eo-line-strong);
	border-radius: var(--eo-radius-lg);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent 55%),
		var(--eo-panel);
	box-shadow: var(--eo-shadow);
}

.eo-form__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.eo-field {
	display: grid;
	gap: 8px;
}

.eo-field--full {
	grid-column: 1 / -1;
}

.eo-field label {
	color: #dce1e7;
	font-size: 0.79rem;
	font-weight: 800;
}

.eo-field input,
.eo-field select,
.eo-field textarea {
	width: 100%;
	min-height: 52px;
	padding: 13px 15px;
	border: 1px solid var(--eo-line);
	border-radius: 13px;
	outline: none;
	background: #0b0f15;
	color: #fff;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.eo-field textarea {
	min-height: 112px;
	resize: vertical;
}

.eo-field input::placeholder,
.eo-field textarea::placeholder {
	color: #657080;
}

.eo-field input:focus,
.eo-field select:focus,
.eo-field textarea:focus {
	border-color: rgba(255, 106, 42, 0.56);
	box-shadow: 0 0 0 4px rgba(255, 74, 28, 0.08);
}

.eo-form__note {
	margin: 16px 0 0;
	color: var(--eo-muted);
	font-size: 0.74rem;
}

.eo-form .eo-btn {
	width: 100%;
	margin-top: 22px;
}

.eo-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(360px, 0.55fr);
	gap: 24px;
}

.eo-map-card {
	position: relative;
	min-height: 470px;
	overflow: hidden;
	border: 1px solid var(--eo-line);
	border-radius: var(--eo-radius-lg);
	background:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		radial-gradient(circle at 62% 48%, rgba(255, 74, 28, 0.2), transparent 22%),
		#0d1219;
	background-size: 42px 42px, 42px 42px, auto, auto;
}

.eo-map-card::before,
.eo-map-card::after {
	position: absolute;
	content: "";
	border: 2px solid rgba(255, 74, 28, 0.44);
	border-radius: 45% 55% 62% 38%;
	transform: rotate(-18deg);
}

.eo-map-card::before {
	inset: 12% 9% 25% 17%;
}

.eo-map-card::after {
	inset: 28% 22% 10% 8%;
	border-color: rgba(255, 255, 255, 0.09);
}

.eo-map-card__pin {
	position: absolute;
	z-index: 2;
	top: 46%;
	left: 58%;
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border: 8px solid rgba(255, 74, 28, 0.15);
	border-radius: 50% 50% 50% 0;
	background: var(--eo-accent);
	color: #fff;
	box-shadow: 0 16px 44px rgba(255, 74, 28, 0.38);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.eo-map-card__pin svg {
	width: 25px;
	height: 25px;
	transform: rotate(45deg);
}

.eo-map-card__label {
	position: absolute;
	z-index: 3;
	right: 22px;
	bottom: 22px;
	left: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px;
	border: 1px solid var(--eo-line-strong);
	border-radius: 18px;
	background: rgba(8, 10, 13, 0.86);
	backdrop-filter: blur(16px);
}

.eo-map-card__label strong,
.eo-map-card__label span {
	display: block;
}

.eo-map-card__label span {
	margin-top: 3px;
	color: var(--eo-muted);
	font-size: 0.8rem;
}

.eo-contact-card {
	display: flex;
	flex-direction: column;
	padding: 34px;
	border: 1px solid var(--eo-line);
	border-radius: var(--eo-radius-lg);
	background: var(--eo-panel);
}

.eo-contact-card h3 {
	margin: 0 0 8px;
	font-size: 1.5rem;
	letter-spacing: -0.04em;
}

.eo-contact-card > p {
	margin: 0 0 24px;
	color: var(--eo-muted);
}

.eo-contact-list {
	display: grid;
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--eo-line);
	border-radius: 17px;
	background: var(--eo-line);
}

.eo-contact-list__item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px;
	background: #0d1219;
}

.eo-contact-list__item svg {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	margin-top: 2px;
	color: var(--eo-accent);
}

.eo-contact-list__item strong,
.eo-contact-list__item span {
	display: block;
}

.eo-contact-list__item strong {
	font-size: 0.8rem;
}

.eo-contact-list__item span {
	margin-top: 2px;
	color: var(--eo-muted);
	font-size: 0.78rem;
}

.eo-contact-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: auto;
	padding-top: 24px;
}

.eo-faq-list {
	max-width: 900px;
	margin: 48px auto 0;
	border-top: 1px solid var(--eo-line);
}

.eo-faq {
	border-bottom: 1px solid var(--eo-line);
}

.eo-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 24px 0;
	cursor: pointer;
	font-weight: 800;
	list-style: none;
}

.eo-faq summary::-webkit-details-marker {
	display: none;
}

.eo-faq summary::after {
	display: grid;
	width: 30px;
	height: 30px;
	flex: 0 0 auto;
	content: "+";
	place-items: center;
	border: 1px solid var(--eo-line);
	border-radius: 50%;
	color: var(--eo-accent);
	font-size: 1.2rem;
	font-weight: 400;
	transition: transform 180ms ease;
}

.eo-faq[open] summary::after {
	transform: rotate(45deg);
}

.eo-faq__answer {
	max-width: 760px;
	padding: 0 0 24px;
	color: var(--eo-muted);
}

.eo-faq__answer p {
	margin: 0;
}

.eo-final-cta {
	position: relative;
	padding: 70px;
	overflow: hidden;
	border: 1px solid rgba(255, 106, 42, 0.28);
	border-radius: 34px;
	background:
		radial-gradient(circle at 88% 35%, rgba(255, 106, 42, 0.2), transparent 34%),
		linear-gradient(135deg, #171d26, #0c1016 68%);
	box-shadow: var(--eo-shadow);
}

.eo-final-cta::before {
	position: absolute;
	top: -60%;
	right: -6%;
	width: 410px;
	height: 410px;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 50%;
	box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.025), 0 0 0 110px rgba(255, 255, 255, 0.015);
}

.eo-final-cta__content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 60px;
	align-items: end;
}

.eo-final-cta h2 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(2.2rem, 5vw, 4.5rem);
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.eo-final-cta p {
	max-width: 600px;
	margin: 20px 0 0;
	color: var(--eo-muted);
}

.eo-final-cta__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.eo-footer {
	padding: 70px 0 28px;
	border-top: 1px solid var(--eo-line);
	background: #06080b;
}

.eo-footer__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(160px, 0.5fr)) minmax(220px, 0.8fr);
	gap: 54px;
}

.eo-footer__about {
	max-width: 340px;
	margin: 22px 0 0;
	color: var(--eo-muted);
	font-size: 0.88rem;
}

.eo-footer h3 {
	margin: 0 0 18px;
	color: #e3e7ec;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.eo-footer ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.eo-footer li,
.eo-footer a {
	color: var(--eo-muted);
	font-size: 0.84rem;
	transition: color 180ms ease;
}

.eo-footer a:hover {
	color: #fff;
}

.eo-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.eo-footer__contact svg {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	margin-top: 4px;
	color: var(--eo-accent);
}

.eo-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding-top: 26px;
	margin-top: 54px;
	border-top: 1px solid var(--eo-line);
	color: #727c89;
	font-size: 0.75rem;
	text-align: center;
}

.eo-footer__credits {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 7px;
	text-align: center;
}

.eo-footer__credits > * + *::before {
	margin-right: 7px;
	color: #3e4651;
	content: "•";
}

.eo-footer__credits strong {
	color: #c7ced7;
}

.eo-footer__credits a {
	color: #c7ced7;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.eo-footer__credits a strong {
	color: inherit;
}

.eo-footer__credits a:hover {
	color: #fff;
}

.eo-mobile-actions {
	position: fixed;
	z-index: 60;
	right: 10px;
	bottom: 10px;
	left: 10px;
	display: none;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
	padding: 6px;
	border: 1px solid var(--eo-line-strong);
	border-radius: 18px;
	background: rgba(10, 13, 18, 0.92);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
	backdrop-filter: blur(18px);
}

.eo-mobile-actions a {
	display: flex;
	min-height: 52px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	border-radius: 13px;
	color: #dfe4ea;
	font-size: 0.65rem;
	font-weight: 800;
}

.eo-mobile-actions a:nth-child(2) {
	background: var(--eo-green);
	color: #07150c;
}

.eo-mobile-actions svg {
	width: 18px;
	height: 18px;
}

.eo-content {
	min-height: 58vh;
	padding: 100px 0;
}

.eo-content__shell {
	max-width: 860px;
	margin-inline: auto;
}

.eo-content h1 {
	margin: 0 0 28px;
	font-size: clamp(2.5rem, 7vw, 5.4rem);
	letter-spacing: -0.06em;
	line-height: 0.98;
}

.eo-entry-content {
	color: #cbd2dc;
}

.eo-entry-content > * + * {
	margin-top: 1.35em;
}

.eo-entry-content a {
	color: #ff8a5c;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.eo-post-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.eo-post-card {
	overflow: hidden;
	border: 1px solid var(--eo-line);
	border-radius: var(--eo-radius);
	background: var(--eo-panel);
}

.eo-post-card__image {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--eo-panel-2);
}

.eo-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.eo-post-card:hover .eo-post-card__image img {
	transform: scale(1.04);
}

.eo-post-card__body {
	padding: 24px;
}

.eo-post-card__body h2 {
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.25;
}

.eo-post-card__meta {
	margin: 10px 0 0;
	color: var(--eo-muted);
	font-size: 0.76rem;
}

.eo-empty {
	padding: 50px;
	border: 1px solid var(--eo-line);
	border-radius: var(--eo-radius);
	background: var(--eo-panel);
	text-align: center;
}

.eo-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.eo-reveal.is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1080px) {
	.eo-nav a:not(.eo-btn) {
		padding-inline: 9px;
		font-size: 0.82rem;
	}

	.eo-header__cta {
		display: none;
	}

	.eo-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.eo-hero__grid {
		grid-template-columns: minmax(0, 1fr) 320px;
		gap: 32px;
	}

	.eo-trust-item {
		padding-inline: 18px;
	}

	.eo-footer__grid {
		grid-template-columns: 1.1fr repeat(2, 0.6fr);
	}

	.eo-footer__grid > :last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 860px) {
	:root {
		--eo-header-height: 68px;
	}

	.eo-section {
		padding: 82px 0;
	}

	.eo-topbar__items .eo-topbar__item:first-child {
		display: none;
	}

	.eo-menu-toggle {
		display: grid;
	}

	.eo-nav {
		position: fixed;
		z-index: 50;
		top: calc(var(--eo-header-height) + 38px);
		right: 14px;
		left: 14px;
		display: block;
		padding: 18px;
		border: 1px solid var(--eo-line-strong);
		border-radius: 20px;
		background: rgba(10, 13, 18, 0.98);
		box-shadow: var(--eo-shadow);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.admin-bar .eo-nav {
		top: calc(var(--eo-header-height) + 84px);
	}

	.eo-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.eo-nav ul {
		display: grid;
		gap: 2px;
	}

	.eo-nav a:not(.eo-btn) {
		display: flex;
		padding: 13px 14px;
		border-radius: 10px;
		font-size: 0.95rem;
	}

	.eo-nav a:not(.eo-btn):hover {
		background: rgba(255, 255, 255, 0.05);
	}

	.eo-header__cta {
		display: flex;
		margin: 12px 0 0;
	}

	.eo-hero {
		min-height: auto;
		padding: 95px 0 70px;
	}

	.eo-hero::before {
		background:
			linear-gradient(90deg, rgba(8, 10, 13, 0.97), rgba(8, 10, 13, 0.57)),
			linear-gradient(180deg, rgba(8, 10, 13, 0.18), #080a0d 96%),
			url("assets/images/hero-garage.svg") 63% center / cover no-repeat;
	}

	.eo-hero__grid,
	.eo-about-grid,
	.eo-areas,
	.eo-booking-wrap,
	.eo-contact-grid {
		grid-template-columns: 1fr;
	}

	.eo-hero-card {
		max-width: 520px;
	}

	.eo-trust-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.eo-trust-item:nth-child(2) {
		border-right: 1px solid var(--eo-line);
	}

	.eo-trust-item:nth-child(n + 3) {
		border-top: 1px solid var(--eo-line);
	}

	.eo-section-head {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.eo-process {
		grid-template-columns: 1fr;
	}

	.eo-process__item {
		min-height: 210px;
	}

	.eo-process__arrow {
		top: auto;
		right: 34px;
		bottom: -17px;
		transform: rotate(90deg);
	}

	.eo-about-grid {
		gap: 44px;
	}

	.eo-about-visual {
		min-height: 460px;
	}

	.eo-area-focus,
	.eo-booking-copy {
		position: static;
	}

	.eo-booking-wrap {
		gap: 40px;
	}

	.eo-final-cta {
		padding: 48px;
	}

	.eo-final-cta__content {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.eo-final-cta__actions {
		flex-flow: row wrap;
	}

	.eo-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.eo-footer__grid > :first-child,
	.eo-footer__grid > :last-child {
		grid-column: 1 / -1;
	}

	.eo-post-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 782px) {
	.admin-bar .eo-site-chrome {
		top: 46px;
	}
}

@media (max-width: 620px) {
	body {
		padding-bottom: 78px;
	}

	.eo-container {
		width: min(calc(100% - 28px), var(--eo-container));
	}

	.eo-section {
		padding: 68px 0;
	}

	.eo-topbar__inner {
		justify-content: center;
	}

	.eo-topbar__status {
		display: none;
	}

	.eo-topbar__items {
		width: 100%;
		justify-content: space-between;
		gap: 12px;
	}

	.eo-brand__mark {
		width: 42px;
		height: 42px;
	}

	.eo-brand__name {
		font-size: 1rem;
	}

	.eo-brand__tag {
		font-size: 0.57rem;
	}

	.eo-hero {
		padding-top: 75px;
	}

	.eo-hero h1 {
		font-size: clamp(3.2rem, 18vw, 5rem);
	}

	.eo-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.eo-hero__actions .eo-btn {
		width: 100%;
	}

	.eo-hero__meta {
		display: grid;
		gap: 10px;
	}

	.eo-hero-card {
		padding: 24px;
		border-radius: 24px;
	}

	.eo-trust-grid {
		grid-template-columns: 1fr;
	}

	.eo-trust-item,
	.eo-trust-item:nth-child(2),
	.eo-trust-item:last-child {
		min-height: 92px;
		border-top: 1px solid var(--eo-line);
		border-right: 1px solid var(--eo-line);
	}

	.eo-trust-item:first-child {
		border-top: 0;
	}

	.eo-services-grid {
		grid-template-columns: 1fr;
	}

	.eo-service-card {
		min-height: 245px;
	}

	.eo-process__item {
		padding: 30px;
	}

	.eo-about-visual {
		min-height: 400px;
	}

	.eo-about-visual__badge {
		right: 14px;
		bottom: 14px;
		left: 14px;
	}

	.eo-area-focus,
	.eo-form,
	.eo-contact-card {
		padding: 26px;
		border-radius: 23px;
	}

	.eo-form__grid {
		grid-template-columns: 1fr;
	}

	.eo-field--full {
		grid-column: auto;
	}

	.eo-map-card {
		min-height: 420px;
	}

	.eo-map-card__label {
		align-items: flex-start;
		flex-direction: column;
	}

	.eo-map-card__label .eo-btn {
		width: 100%;
	}

	.eo-contact-card__actions {
		grid-template-columns: 1fr;
	}

	.eo-final-cta {
		padding: 34px 26px;
		border-radius: 25px;
	}

	.eo-final-cta__actions {
		display: grid;
	}

	.eo-footer__grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.eo-footer__grid > :first-child,
	.eo-footer__grid > :last-child {
		grid-column: auto;
	}

	.eo-footer__bottom {
		align-items: center;
	}

	.eo-footer__credits {
		justify-content: center;
		text-align: center;
	}

	.eo-mobile-actions {
		display: grid;
	}

	.eo-post-list {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.eo-reveal {
		opacity: 1;
		transform: none;
	}
}
