/* Serveran Enerji — Phase 1 enhancement layer (theme override, not replacement) */
:root {
	--serveran-primary: #f5b400;
	--serveran-primary-hover: #d99f00;
	--serveran-dark: #111820;
	--serveran-dark-soft: #1d2732;
	--serveran-text: #303840;
	--serveran-muted: #66717d;
	--serveran-bg: #ffffff;
	--serveran-bg-soft: #f5f7f8;
	--serveran-border: rgba(17, 24, 32, 0.10);
	--serveran-radius-sm: 6px;
	--serveran-radius-md: 12px;
	--serveran-radius-lg: 18px;
	--serveran-shadow-sm: 0 6px 20px rgba(17, 24, 32, 0.08);
	--serveran-shadow-md: 0 14px 40px rgba(17, 24, 32, 0.12);
	--serveran-transition: 220ms ease;
	--serveran-section-space: clamp(56px, 7vw, 96px);
	--serveran-hero-min: clamp(520px, 78vh, 760px);
	--serveran-header-offset: 94px;
}

/* Focus */
.serveran-btn:focus,
.serveran-link:focus,
.serveran-service-card a:focus,
.serveran-project-card a:focus,
.serveran-blog-card a:focus,
.serveran-form .form-control:focus,
.navbar-nav > li > a:focus {
	outline: 2px solid var(--serveran-primary);
	outline-offset: 3px;
}

/* Buttons */
.serveran-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: var(--serveran-radius-sm);
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	border: 2px solid transparent;
	transition: background-color var(--serveran-transition), color var(--serveran-transition), border-color var(--serveran-transition);
	text-decoration: none !important;
}
.serveran-btn--primary {
	background: var(--serveran-primary);
	color: var(--serveran-dark) !important;
	border-color: var(--serveran-primary);
}
.serveran-btn--primary:hover,
.serveran-btn--primary:focus {
	background: var(--serveran-primary-hover);
	border-color: var(--serveran-primary-hover);
	color: var(--serveran-dark) !important;
}
.serveran-btn--outline {
	background: transparent;
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.75);
}
.serveran-btn--outline:hover,
.serveran-btn--outline:focus {
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
}
.serveran-btn--outline-dark {
	background: transparent;
	color: var(--serveran-dark) !important;
	border-color: rgba(17, 24, 32, 0.28);
}
.serveran-btn--outline-dark:hover,
.serveran-btn--outline-dark:focus {
	background: var(--serveran-dark);
	border-color: var(--serveran-dark);
	color: #fff !important;
}
.serveran-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: var(--serveran-dark);
	text-decoration: none !important;
	min-height: 44px;
}
.serveran-link:hover {
	color: var(--serveran-primary-hover);
}

/* Header / hero coexistence */
.transparent-header + #main-content .serveran-hero,
.transparent-header + main .serveran-hero {
	margin-top: calc(var(--serveran-header-offset) * -1);
}
.navbar.affix {
	background-color: rgba(17, 24, 32, 0.96) !important;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}
@media (max-width: 767px) {
	.transparent-header .navbar-collapse {
		background: rgba(17, 24, 32, 0.96);
		margin-top: 0;
		padding: 12px 16px 20px;
	}
	.transparent-header .navbar-nav > li > a {
		color: #fff !important;
	}
}

/* Hero */
.serveran-hero {
	position: relative;
	isolation: isolate;
	min-height: var(--serveran-hero-min);
	color: #fff;
	overflow: hidden;
	background: var(--serveran-dark);
}
.serveran-hero__slides,
.serveran-hero__slide,
.serveran-hero__media,
.serveran-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.serveran-hero__slides {
	z-index: 0;
}
.serveran-hero__slide {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.7s ease, visibility 0.7s ease;
}
.serveran-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.serveran-hero__media img {
	object-fit: cover;
	object-position: center 35%;
}
@media (max-width: 767px) {
	.serveran-hero__media img {
		object-position: center 30%;
	}
}
.serveran-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(17, 24, 32, 0.42) 0%, rgba(17, 24, 32, 0.22) 40%, rgba(17, 24, 32, 0.58) 100%),
		linear-gradient(90deg, rgba(17, 24, 32, 0.32) 0%, rgba(17, 24, 32, 0.08) 55%, rgba(17, 24, 32, 0.18) 100%);
	pointer-events: none;
}
/* Same Bootstrap .container as header/nav — do not force width:100% (breaks desktop alignment) */
.serveran-hero > .container.serveran-hero__container {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: var(--serveran-hero-min);
	box-sizing: border-box;
	padding-top: calc(var(--serveran-header-offset) + 28px);
	padding-bottom: clamp(40px, 6vw, 72px);
}
.serveran-hero__content {
	width: 100%;
	max-width: 720px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.serveran-hero__eyebrow {
	margin: 0 0 12px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--serveran-primary);
}
.serveran-hero h1 {
	margin: 0 0 16px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.7rem, 4.2vw, 3rem);
	line-height: 1.18;
	font-weight: 700;
	color: #fff;
	text-transform: none;
	overflow-wrap: anywhere;
}
.serveran-hero__lead {
	margin: 0 0 28px;
	max-width: 38rem;
	font-size: clamp(1rem, 2vw, 1.125rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}
.serveran-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.serveran-hero__controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	z-index: 3;
	display: flex;
	justify-content: center;
	gap: 10px;
	pointer-events: none;
}
.serveran-hero__dot {
	pointer-events: auto;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
}
.serveran-hero__dot.is-active,
.serveran-hero__dot:hover,
.serveran-hero__dot:focus {
	background: #fff;
	transform: scale(1.15);
	outline: none;
}

@media (max-width: 1199px) {
	.serveran-hero > .container.serveran-hero__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.serveran-hero > .container.serveran-hero__container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.serveran-hero__content {
		max-width: 100%;
	}
}

@media (max-width: 374px) {
	.serveran-hero > .container.serveran-hero__container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.serveran-btn,
	.serveran-link,
	.serveran-service-card,
	.serveran-project-card,
	.serveran-blog-card {
		transition: none !important;
	}
}

/* Sections */
.serveran-section {
	padding: var(--serveran-section-space) 0;
	background: var(--serveran-bg);
	color: var(--serveran-text);
}
.serveran-section--soft {
	background: var(--serveran-bg-soft);
}
.serveran-section__head {
	max-width: 720px;
	margin: 0 auto 40px;
}
.serveran-section__intro {
	margin: 12px 0 0;
	color: var(--serveran-muted);
	font-size: 16px;
	line-height: 1.6;
}
.serveran-section-label {
	margin: 0 0 8px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--serveran-muted);
}
.serveran-section h2 {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 1.25;
	font-weight: 700;
	color: var(--serveran-dark);
	text-transform: none;
}
.serveran-section__action {
	margin-top: 36px;
}
.serveran-card-row {
	display: flex;
	flex-wrap: wrap;
}
.serveran-card-row > [class*="col-"] {
	display: flex;
	margin-bottom: 28px;
}

/* Trust */
.serveran-trust {
	padding: 18px 0 14px;
	background: var(--serveran-bg);
	border-bottom: 1px solid var(--serveran-border);
}
.serveran-trust .serveran-section-label {
	text-align: center;
	margin-bottom: 12px;
}
.serveran-trust__logos {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	touch-action: pan-x;
	scrollbar-width: thin;
}
.serveran-trust__item {
	flex: 1 1 0;
	min-width: 0;
	height: 128px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	box-sizing: border-box;
}
.serveran-trust__item img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}
@media (max-width: 767px) {
	.serveran-trust {
		padding: 16px 0 12px;
	}
	.serveran-trust__logos {
		justify-content: flex-start;
		gap: 6px;
	}
	.serveran-trust__item {
		flex: 0 0 auto;
		width: 148px;
		min-width: 148px;
		height: 96px;
	}
}

/* Service / blog / project cards */
.serveran-service-card,
.serveran-project-card,
.serveran-blog-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	border: 1px solid var(--serveran-border);
	border-radius: var(--serveran-radius-md);
	overflow: hidden;
	box-shadow: var(--serveran-shadow-sm);
	transition: box-shadow var(--serveran-transition), transform var(--serveran-transition);
}
.serveran-service-card:hover,
.serveran-project-card:hover,
.serveran-blog-card:hover {
	box-shadow: var(--serveran-shadow-md);
}
.serveran-service-card__media,
.serveran-project-card__media,
.serveran-blog-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--serveran-bg-soft);
}
.serveran-project-card__media {
	aspect-ratio: 4 / 3;
	position: relative;
}
.serveran-project-card__media .serveran-badge {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 2;
	margin: 0;
}
.serveran-service-card__media img,
.serveran-project-card__media img,
.serveran-blog-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.serveran-service-card__body,
.serveran-project-card__body,
.serveran-blog-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 20px 20px 22px;
}
.serveran-service-card__title,
.serveran-project-card__title,
.serveran-blog-card__title {
	margin: 0 0 10px;
	font-family: Montserrat, sans-serif;
	font-size: 1.05rem;
	line-height: 1.35;
	font-weight: 700;
	color: var(--serveran-dark);
	text-transform: none;
	overflow-wrap: anywhere;
}
.serveran-service-card__title a,
.serveran-project-card__title a,
.serveran-blog-card__title a {
	color: inherit;
	text-decoration: none !important;
}
.serveran-service-card__text,
.serveran-blog-card__text {
	flex: 1;
	margin: 0 0 16px;
	color: var(--serveran-muted);
	font-size: 14px;
	line-height: 1.6;
}
.serveran-badge {
	display: inline-block;
	align-self: flex-start;
	margin-bottom: 10px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(245, 180, 0, 0.16);
	color: var(--serveran-dark);
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.serveran-badge--ongoing {
	background: #f5b400;
	color: #1a1400;
	box-shadow: 0 6px 16px rgba(245, 180, 0, 0.28);
}
.serveran-badge--done {
	background: #1f8f55;
	color: #fff;
	box-shadow: 0 6px 16px rgba(31, 143, 85, 0.28);
}

/* Homepage projects */
.serveran-projects {
	position: relative;
	background:
		radial-gradient(ellipse 70% 50% at 10% 0%, rgba(245, 180, 0, 0.10), transparent 55%),
		radial-gradient(ellipse 60% 45% at 100% 20%, rgba(31, 143, 85, 0.08), transparent 50%),
		var(--serveran-bg-soft);
}
.serveran-projects .serveran-project-card {
	position: relative;
	border: 0;
	box-shadow: 0 10px 30px rgba(17, 24, 32, 0.08);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.serveran-projects .serveran-project-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(17, 24, 32, 0.14);
}
.serveran-projects .serveran-project-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
}
.serveran-projects .serveran-project-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 24, 32, 0.08) 0%, rgba(17, 24, 32, 0.45) 100%);
	opacity: 0.85;
	pointer-events: none;
	transition: opacity 0.28s ease;
}
.serveran-projects .serveran-project-card:hover .serveran-project-card__media::after {
	opacity: 1;
}
.serveran-projects .serveran-project-card__media img {
	transition: transform 0.45s ease;
}
.serveran-projects .serveran-project-card:hover .serveran-project-card__media img {
	transform: scale(1.05);
}
.serveran-projects .serveran-project-card__media .serveran-badge {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 2;
	margin: 0;
	font-size: 10px;
	padding: 4px 9px;
}
.serveran-projects .serveran-project-card__body {
	padding: 18px 16px 20px;
}
.serveran-projects .serveran-project-card__title {
	font-size: 0.98rem;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.serveran-projects .serveran-project-card__text {
	flex: 1;
	margin: 0 0 14px;
	color: var(--serveran-muted);
	font-size: 13px;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.serveran-project-card__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: var(--serveran-dark);
	text-decoration: none !important;
	letter-spacing: 0.02em;
	transition: color 0.2s ease, gap 0.2s ease;
}
.serveran-project-card__link:hover,
.serveran-project-card__link:focus {
	color: var(--serveran-primary-hover);
	gap: 10px;
}
.serveran-projects .serveran-project-card--ongoing {
	outline: 1px solid rgba(245, 180, 0, 0.22);
}
.serveran-projects .serveran-project-card--done {
	outline: 1px solid rgba(31, 143, 85, 0.22);
}
@media (prefers-reduced-motion: reduce) {
	.serveran-projects .serveran-project-card,
	.serveran-projects .serveran-project-card__media img,
	.serveran-projects .serveran-project-card__media::after,
	.serveran-project-card__link {
		transition: none;
	}
	.serveran-projects .serveran-project-card:hover {
		transform: none;
	}
	.serveran-projects .serveran-project-card:hover .serveran-project-card__media img {
		transform: none;
	}
}

/* About + form */
.serveran-about__grid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.serveran-about__text {
	margin: 16px 0 24px;
	max-width: 40rem;
	font-size: 16px;
	line-height: 1.7;
	color: var(--serveran-text);
}
.serveran-lead-form {
	background: var(--serveran-dark);
	color: #fff;
	border-radius: var(--serveran-radius-md);
	padding: 24px 22px 26px;
	box-shadow: var(--serveran-shadow-md);
}
.serveran-lead-form__title {
	margin: 0 0 6px;
	font-family: Montserrat, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	text-transform: none;
}
.serveran-lead-form__note {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}
.serveran-form__field {
	margin-bottom: 14px;
}
.serveran-form__field label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
}
.serveran-form .form-control {
	border-radius: var(--serveran-radius-sm);
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	min-height: 44px;
	box-shadow: none;
}
.serveran-form .form-control::placeholder {
	color: rgba(255, 255, 255, 0.45);
}
.serveran-form__captcha {
	margin: 8px 0 16px;
	overflow-x: auto;
	max-width: 100%;
}
.serveran-form .btn-block {
	width: 100%;
}

/* Final CTA */
.serveran-cta {
	padding: var(--serveran-section-space) 0;
	background: linear-gradient(135deg, var(--serveran-dark) 0%, var(--serveran-dark-soft) 100%);
	color: #fff;
}
.serveran-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 8px 0;
}
.serveran-cta__copy {
	flex: 1 1 320px;
	max-width: 640px;
}
.serveran-cta h2 {
	margin: 0 0 12px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.4rem, 3vw, 1.9rem);
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
	text-transform: none;
}
.serveran-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 1.6;
}
.serveran-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* Small screens */
@media (max-width: 479px) {
	.serveran-hero {
		min-height: 560px;
	}
	.serveran-hero__actions,
	.serveran-cta__actions {
		width: 100%;
	}
	.serveran-hero__actions .serveran-btn,
	.serveran-cta__actions .serveran-btn {
		width: 100%;
	}
}

/* ========== Phase 2 — Inner pages ========== */
.transparent-header + .serveran-page-hero {
	margin-top: calc(var(--serveran-header-offset) * -1);
}
.serveran-page-hero {
	position: relative;
	isolation: isolate;
	min-height: 220px;
	padding: calc(var(--serveran-header-offset) + 36px) 0 40px;
	background: linear-gradient(135deg, var(--serveran-dark) 0%, var(--serveran-dark-soft) 100%);
	color: #fff;
	overflow: hidden;
}
.serveran-page-hero--has-image .serveran-page-hero__media,
.serveran-page-hero--has-image .serveran-page-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.serveran-page-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(17,24,32,.78) 0%, rgba(17,24,32,.62) 100%);
	pointer-events: none;
}
.serveran-page-hero__content {
	position: relative;
	z-index: 2;
	max-width: 920px;
}
.serveran-page-hero h1 {
	margin: 12px 0 0;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.45rem, 3.2vw, 2.2rem);
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
	text-transform: none;
	overflow-wrap: anywhere;
}
.serveran-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Prevent theme Affix from pinning page hero breadcrumbs */
.serveran-page-hero .serveran-breadcrumb,
.serveran-page-hero .serveran-breadcrumb.affix,
.serveran-page-hero .serveran-breadcrumb.affix-top,
.serveran-page-hero .serveran-breadcrumb.affix-bottom {
	position: static !important;
	top: auto !important;
	width: auto !important;
}
.serveran-breadcrumb li {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	letter-spacing: .02em;
	color: rgba(255,255,255,.72);
	text-transform: uppercase;
}
.serveran-breadcrumb li:not(:last-child)::after {
	content: "/";
	margin: 0 10px;
	opacity: .55;
}
.serveran-breadcrumb a {
	color: rgba(255,255,255,.88);
	text-decoration: none !important;
}
.serveran-breadcrumb a:hover,
.serveran-breadcrumb a:focus {
	color: var(--serveran-primary);
}
.serveran-breadcrumb [aria-current="page"] {
	color: var(--serveran-primary);
}

.serveran-content-layout {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
}
.serveran-content-main {
	flex: 1 1 0;
	min-width: 0;
	max-width: 760px;
}
.serveran-content-layout--full .serveran-content-main {
	max-width: none;
	flex: 1 1 100%;
}
.serveran-content-sidebar {
	flex: 0 1 300px;
	min-width: 240px;
}
@media (min-width: 992px) {
	.serveran-content-sidebar--sticky {
		position: sticky;
		top: 110px;
		align-self: flex-start;
	}
}

.serveran-prose {
	color: var(--serveran-text);
	font-size: 16px;
	line-height: 1.75;
}
.serveran-prose > *:first-child { margin-top: 0; }
.serveran-prose h2,
.serveran-prose h3,
.serveran-prose h4 {
	font-family: Montserrat, sans-serif;
	color: var(--serveran-dark);
	font-weight: 700;
	text-transform: none;
	line-height: 1.3;
	margin: 1.6em 0 .7em;
}
.serveran-prose h2 { font-size: 1.45rem; }
.serveran-prose h3 { font-size: 1.2rem; }
.serveran-prose h4 { font-size: 1.05rem; }
.serveran-prose p { margin: 0 0 1.1em; }
.serveran-prose ul,
.serveran-prose ol { margin: 0 0 1.2em; padding-left: 1.25em; }
.serveran-prose li { margin-bottom: .45em; }
.serveran-prose img {
	max-width: 100%;
	height: auto;
	border-radius: var(--serveran-radius-sm);
}
.serveran-prose a { color: var(--serveran-dark); text-decoration: underline; }
.serveran-prose a:hover { color: var(--serveran-primary-hover); }
.serveran-prose blockquote {
	margin: 1.4em 0;
	padding: 14px 18px;
	border-left: 3px solid var(--serveran-primary);
	background: var(--serveran-bg-soft);
	color: var(--serveran-muted);
}
.serveran-prose table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.4em;
}
.serveran-content-table,
.serveran-prose .table-responsive {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.serveran-prose th,
.serveran-prose td {
	border: 1px solid var(--serveran-border);
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
}
.serveran-prose iframe,
.serveran-prose video,
.serveran-prose embed {
	max-width: 100%;
}

.serveran-detail__media {
	margin: 0 0 28px;
	border-radius: var(--serveran-radius-md);
	overflow: hidden;
	background: var(--serveran-bg-soft);
	aspect-ratio: 16 / 9;
	box-shadow: var(--serveran-shadow-sm);
}
.serveran-detail__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.serveran-detail__meta {
	margin: 0;
	color: var(--serveran-muted);
	font-size: 13px;
	font-family: Montserrat, sans-serif;
}

/* Article / makale layout */
.serveran-article-section {
	background: var(--serveran-bg);
}
.serveran-article {
	max-width: 920px;
	margin: 0 auto;
}
.serveran-article__meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin: 0 0 22px;
}
.serveran-article__kicker {
	display: inline-flex;
	align-items: center;
	padding: 5px 11px;
	border-radius: 999px;
	background: rgba(245, 180, 0, 0.16);
	color: var(--serveran-dark) !important;
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
}
.serveran-article__kicker:hover,
.serveran-article__kicker:focus {
	background: var(--serveran-primary);
}

.serveran-toc {
	margin: 0 0 32px;
	padding: 16px 18px 14px;
	border: 1px solid var(--serveran-border);
	border-radius: var(--serveran-radius-md);
	background: var(--serveran-bg-soft);
	border-left: 3px solid var(--serveran-primary);
}
.serveran-toc__title {
	margin: 0 0 10px;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--serveran-dark);
}
.serveran-toc__list {
	margin: 0;
	padding: 0 4px 2px 0;
	list-style: none;
	max-height: 240px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: rgba(17, 24, 32, 0.28) transparent;
	-webkit-overflow-scrolling: touch;
}
.serveran-toc__list::-webkit-scrollbar {
	width: 6px;
}
.serveran-toc__list::-webkit-scrollbar-thumb {
	background: rgba(17, 24, 32, 0.28);
	border-radius: 999px;
}
.serveran-toc__item {
	margin: 0;
}
.serveran-toc__item + .serveran-toc__item {
	margin-top: 6px;
}
.serveran-toc__item a {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: var(--serveran-text) !important;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	transition: color 0.2s ease;
}
.serveran-toc__num {
	flex: 0 0 auto;
	min-width: 2.1em;
	color: var(--serveran-muted);
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	font-variant-numeric: tabular-nums;
}
.serveran-toc__label {
	flex: 1 1 auto;
	min-width: 0;
}
.serveran-toc__item--h3 a {
	padding-left: 10px;
	font-size: 13px;
	color: var(--serveran-muted) !important;
}
.serveran-toc__item--h3 .serveran-toc__num {
	min-width: 2.6em;
}
.serveran-toc__item a:hover,
.serveran-toc__item a:focus {
	color: var(--serveran-primary-hover) !important;
}
.serveran-toc__item a:hover .serveran-toc__num,
.serveran-toc__item a:focus .serveran-toc__num {
	color: var(--serveran-primary-hover);
}

.serveran-article .serveran-prose {
	font-size: 17px;
	line-height: 1.8;
}
.serveran-article .serveran-prose h2 {
	scroll-margin-top: calc(var(--serveran-header-offset) + 16px);
	padding-top: 8px;
	border-top: 1px solid var(--serveran-border);
	margin-top: 2em;
}
.serveran-article .serveran-prose h2:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
.serveran-article .serveran-prose h3 {
	scroll-margin-top: calc(var(--serveran-header-offset) + 16px);
}
.serveran-article .serveran-prose table {
	font-size: 14px;
	box-shadow: var(--serveran-shadow-sm);
	border-radius: var(--serveran-radius-sm);
	overflow: hidden;
}
.serveran-article .serveran-prose th {
	background: var(--serveran-bg-soft);
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.serveran-intro {
	max-width: 760px;
	margin: 0 0 36px;
	color: var(--serveran-muted);
	font-size: 16px;
	line-height: 1.7;
}
.serveran-intro--below {
	max-width: none;
	margin: 36px 0 0;
	padding-top: 28px;
	border-top: 1px solid var(--serveran-border);
}
.serveran-intro .serveran-prose { max-width: 760px; }
.serveran-intro--below .serveran-prose { max-width: 860px; }

.serveran-sidebar-card {
	background: #fff;
	border: 1px solid var(--serveran-border);
	border-radius: var(--serveran-radius-md);
	padding: 20px;
	margin-bottom: 18px;
	box-shadow: var(--serveran-shadow-sm);
}
.serveran-sidebar-card h2,
.serveran-sidebar-card h3 {
	margin: 0 0 14px;
	font-family: Montserrat, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	color: var(--serveran-dark);
	text-transform: none;
}
.serveran-sidebar-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.serveran-sidebar-card li {
	margin: 0;
	border-bottom: 1px solid var(--serveran-border);
}
.serveran-sidebar-card li:last-child { border-bottom: 0; }
.serveran-sidebar-card a {
	display: block;
	padding: 10px 0;
	min-height: 44px;
	color: var(--serveran-text);
	text-decoration: none !important;
	overflow-wrap: anywhere;
}
.serveran-sidebar-card a:hover { color: var(--serveran-primary-hover); }

.serveran-related {
	margin-top: 48px;
}
.serveran-related__title {
	margin: 0 0 22px;
	font-family: Montserrat, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--serveran-dark);
	text-transform: none;
}

.serveran-empty-state {
	padding: 36px 20px;
	text-align: center;
	border: 1px dashed var(--serveran-border);
	border-radius: var(--serveran-radius-md);
	background: var(--serveran-bg-soft);
	color: var(--serveran-muted);
}

.serveran-inner-cta {
	margin-top: 8px;
	padding: 40px 0 8px;
}
.serveran-inner-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 26px;
	border-radius: var(--serveran-radius-md);
	background: linear-gradient(135deg, var(--serveran-dark) 0%, var(--serveran-dark-soft) 100%);
	color: #fff;
}
.serveran-inner-cta__copy { flex: 1 1 280px; max-width: 640px; }
.serveran-inner-cta__title {
	margin: 0 0 10px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.2rem, 2.5vw, 1.55rem);
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
	text-transform: none;
}
.serveran-inner-cta p {
	margin: 0;
	color: rgba(255,255,255,.8);
	font-size: 15px;
	line-height: 1.6;
}
.serveran-inner-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.serveran-form-card,
.serveran-contact-card {
	background: #fff;
	border: 1px solid var(--serveran-border);
	border-radius: var(--serveran-radius-md);
	padding: 24px;
	box-shadow: var(--serveran-shadow-sm);
}

/* Contact page layout */
.serveran-contact-page .serveran-contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: stretch;
}
.serveran-contact-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.serveran-contact-grid__info,
.serveran-contact-grid__form {
	min-width: 0;
}
.serveran-contact-grid__info { flex: 1 1 280px; }
.serveran-contact-grid__form { flex: 1 1 360px; }
.serveran-contact-page .serveran-contact-grid__info,
.serveran-contact-page .serveran-contact-grid__form {
	display: flex;
}
.serveran-contact-page .serveran-contact-card,
.serveran-contact-page .serveran-contact-form {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 28px;
	border-radius: var(--serveran-radius-lg);
	box-shadow: 0 12px 32px rgba(17, 24, 32, 0.08);
	border: 1px solid rgba(17, 24, 32, 0.08);
}
.serveran-contact-card__head,
.serveran-contact-form__head {
	margin-bottom: 22px;
}
.serveran-contact-card__head .serveran-section-label,
.serveran-contact-form__head .serveran-section-label {
	margin-bottom: 8px;
}
.serveran-contact-card__title,
.serveran-contact-form__title {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.3rem, 2.2vw, 1.6rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--serveran-dark);
	text-transform: none;
}
.serveran-contact-card__list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 20px;
}
.serveran-contact-item {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin-bottom: 0;
	padding: 12px 14px;
	border-radius: var(--serveran-radius-sm);
	background: var(--serveran-bg-soft);
}
.serveran-contact-item__icon {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(245, 180, 0, 0.18);
	color: var(--serveran-dark);
	font-size: 16px;
}
.serveran-contact-item__body {
	min-width: 0;
	flex: 1 1 auto;
}
.serveran-contact-item__label {
	margin: 0 0 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--serveran-muted);
	font-family: Montserrat, sans-serif;
}
.serveran-contact-item__value {
	margin: 0;
	color: var(--serveran-dark);
	font-size: 15px;
	line-height: 1.5;
	overflow-wrap: anywhere;
	font-weight: 600;
}
.serveran-contact-item__value a {
	color: inherit;
	text-decoration: none !important;
}
.serveran-contact-item__value a:hover { color: var(--serveran-primary-hover); }

.serveran-form-card .serveran-form__field { margin-bottom: 16px; }
.serveran-form-card label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--serveran-muted);
	font-family: Montserrat, sans-serif;
}
.serveran-form-card .form-control {
	min-height: 44px;
	border-radius: var(--serveran-radius-sm);
	border: 1px solid var(--serveran-border);
	box-shadow: none;
}
.serveran-form-card .serveran-form__captcha {
	margin: 8px 0 16px;
	overflow-x: auto;
	max-width: 100%;
}

.serveran-contact-form {
	border-top: 3px solid var(--serveran-primary);
}
.serveran-contact-form .serveran-form__field {
	margin-bottom: 14px;
}
.serveran-contact-form .form-control {
	min-height: 48px;
	padding: 12px 14px;
	background: var(--serveran-bg-soft);
	border: 1px solid rgba(17, 24, 32, 0.1);
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.serveran-contact-form .form-control:focus {
	background: #fff;
	border-color: rgba(245, 180, 0, 0.75);
	box-shadow: 0 0 0 3px rgba(245, 180, 0, 0.16);
}
.serveran-contact-form textarea.form-control {
	min-height: 140px;
	resize: vertical;
}
.serveran-contact-form__actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 14px;
	margin-top: 6px;
}
.serveran-contact-form__captcha {
	flex: 1 1 303px;
	min-width: 303px;
	max-width: 100%;
	display: flex;
	align-items: center;
	overflow: visible;
}
.serveran-contact-form__captcha .h-captcha,
.serveran-contact-form__captcha iframe {
	max-width: none;
}
.serveran-contact-form__submit {
	flex: 1 1 160px;
	min-width: 140px;
	display: flex;
	align-items: center;
}
.serveran-contact-form__submit .serveran-btn {
	width: 100%;
	min-height: 52px;
}
@media (min-width: 992px) {
	.serveran-contact-page .serveran-contact-grid {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
		gap: 28px;
	}
}
@media (max-width: 991px) {
	.serveran-contact-form__actions {
		flex-wrap: wrap;
	}
	.serveran-contact-form__captcha,
	.serveran-contact-form__submit {
		flex: 1 1 100%;
		min-width: 0;
		width: 100%;
	}
	.serveran-contact-form__captcha {
		justify-content: flex-start;
		overflow-x: auto;
	}
}
@media (max-width: 767px) {
	.serveran-contact-page .serveran-contact-card,
	.serveran-contact-page .serveran-contact-form {
		padding: 22px 18px;
	}
	.serveran-contact-form__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}
}

/* Teklif Al form */
.serveran-teklif-form {
	padding: 28px 28px 30px;
	border-top: 3px solid var(--serveran-primary);
}
.serveran-teklif-form__head {
	margin-bottom: 22px;
}
.serveran-teklif-form__head .serveran-section-label {
	margin-bottom: 8px;
}
.serveran-teklif-form__title {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.35rem, 2.4vw, 1.7rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--serveran-dark);
	text-transform: none;
}
.serveran-teklif-form .form-control {
	min-height: 48px;
	padding: 12px 14px;
	background: var(--serveran-bg-soft);
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.serveran-teklif-form .form-control:focus {
	background: #fff;
	border-color: rgba(245, 180, 0, 0.7);
	box-shadow: 0 0 0 3px rgba(245, 180, 0, 0.16);
}
.serveran-teklif-form textarea.form-control {
	min-height: 132px;
	resize: vertical;
}
.serveran-teklif-form__captcha {
	margin: 4px 0 0;
	display: flex;
	align-items: center;
	min-height: 48px;
}
.serveran-teklif-form__submit {
	display: flex;
	align-items: center;
	min-height: 78px;
}
.serveran-teklif-form__submit .serveran-btn {
	min-height: 52px;
	width: 100%;
}
@media (max-width: 767px) {
	.serveran-teklif-form {
		padding: 22px 18px 24px;
	}
	.serveran-teklif-form__submit {
		min-height: 0;
		margin-top: 8px;
	}
	.serveran-teklif-form__captcha {
		margin-bottom: 4px;
	}
}

.serveran-refs-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}
.serveran-refs-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	padding: 28px 24px;
	background: #fff;
	border: 1px solid var(--serveran-border);
	border-radius: var(--serveran-radius-md);
}
.serveran-refs-item img {
	display: block;
	max-width: 100%;
	max-height: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
}
@media (max-width: 991px) {
	.serveran-refs-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
	.serveran-refs-item {
		min-height: 150px;
		padding: 22px 18px;
	}
	.serveran-refs-item img {
		max-height: 96px;
	}
}
@media (max-width: 575px) {
	.serveran-refs-grid {
		grid-template-columns: 1fr;
	}
	.serveran-refs-item {
		min-height: 140px;
	}
}

.serveran-kat-block { margin-bottom: 48px; }
.serveran-kat-block__head {
	margin: 0 0 22px;
}
.serveran-kat-block__head h2 {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--serveran-dark);
	text-transform: none;
}

.serveran-map {
	margin-top: 36px;
	border-radius: var(--serveran-radius-md);
	overflow: hidden;
	border: 1px solid var(--serveran-border);
}
.serveran-map iframe {
	display: block;
	width: 100%;
	min-height: 320px;
	border: 0;
}
.serveran-map--contact {
	margin-top: auto;
	margin-bottom: 0;
	border-radius: var(--serveran-radius-md);
	overflow: hidden;
	border: 1px solid rgba(17, 24, 32, 0.08);
	background: var(--serveran-bg-soft);
}
.serveran-map--contact iframe,
.serveran-map--contact > div,
.serveran-map--contact > iframe {
	display: block;
	width: 100% !important;
	max-width: 100%;
	min-height: 240px;
	height: 260px !important;
	border: 0;
}

.serveran-detail-gallery {
	margin-top: 36px;
}
.serveran-detail-gallery__item {
	margin: 0 0 18px;
	border-radius: var(--serveran-radius-sm);
	overflow: hidden;
	background: var(--serveran-bg-soft);
	aspect-ratio: 4 / 3;
}
.serveran-detail-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.serveran-pagination {
	margin-top: 36px;
}
.serveran-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.serveran-pagination a,
.serveran-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid var(--serveran-border);
	border-radius: var(--serveran-radius-sm);
	color: var(--serveran-dark);
	text-decoration: none !important;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 600;
}
.serveran-pagination a:hover,
.serveran-pagination a:focus {
	border-color: var(--serveran-primary);
	color: var(--serveran-primary-hover);
}
.serveran-pagination [aria-current="page"] {
	background: var(--serveran-dark);
	border-color: var(--serveran-dark);
	color: #fff;
}
.serveran-pagination [aria-disabled="true"] {
	opacity: .45;
	pointer-events: none;
}

.serveran-prose a,
.serveran-detail__content a {
	overflow-wrap: anywhere;
	word-break: break-word;
}

@media (max-width: 767px) {
	.serveran-page-hero {
		min-height: 180px;
		padding: calc(var(--serveran-header-offset) + 24px) 0 28px;
	}
	.serveran-content-sidebar { flex: 1 1 100%; }
	.serveran-inner-cta__actions { width: 100%; }
	.serveran-inner-cta__actions .serveran-btn { width: 100%; }
}

/* ========== Phase 3 — SEO / a11y / floating contact ==========
   z-index hierarchy:
   - skip link (focused): 1100
   - Bootstrap modal: ~1050
   - navbar-fixed-top: ~1030
   - floating actions / mobile bar: 1020
   - page content: auto
*/
.serveran-skip-link {
	position: absolute;
	left: 12px;
	top: -60px;
	z-index: 1100;
	padding: 10px 16px;
	min-height: 44px;
	background: var(--serveran-dark);
	color: #fff !important;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
	border-radius: var(--serveran-radius-sm);
	transition: top var(--serveran-transition);
}
.serveran-skip-link:focus {
	top: 12px;
	outline: 2px solid var(--serveran-primary);
	outline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
.serveran-floating-actions a:focus-visible,
.serveran-mobile-contact-bar a:focus-visible,
.widget-social-icon a:focus-visible {
	outline: 2px solid var(--serveran-primary);
	outline-offset: 3px;
}

.serveran-footer-heading {
	margin: 0 0 16px;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: none !important;
}

/* Minimal modern footer */
.serveran-footer#footer,
#footer.serveran-footer {
	padding: 0;
	background: var(--serveran-dark);
	color: rgba(255, 255, 255, 0.78);
}
.serveran-footer > .container {
	padding-top: 28px;
	padding-bottom: 22px;
}
.serveran-footer__contact {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.serveran-footer__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}
.serveran-footer__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-top: 1px;
	border-radius: 50%;
	background: rgba(245, 180, 0, 0.14);
	color: var(--serveran-primary);
	font-size: 15px;
	line-height: 1;
}
.serveran-footer__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	flex: 1 1 auto;
}
.serveran-footer__label {
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.2;
}
.serveran-footer__value {
	display: block;
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
	color: #ffc527;
	text-transform: none;
	overflow-wrap: anywhere;
	word-break: normal;
}
@media (min-width: 768px) {
	.serveran-footer__value--address {
		overflow-wrap: normal;
		white-space: nowrap;
	}
}
a.serveran-footer__value,
.serveran-footer__value--link {
	color: #ffc527 !important;
	text-decoration: none !important;
}
a.serveran-footer__value:hover,
a.serveran-footer__value:focus,
.serveran-footer__value--link:hover,
.serveran-footer__value--link:focus {
	color: #fff !important;
}
.serveran-footer__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-top: 16px;
	text-align: center;
}
.serveran-footer__copy {
	margin: 0;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.62);
	text-transform: none;
}
.serveran-footer__copy a {
	color: rgba(255, 255, 255, 0.85) !important;
	text-decoration: none !important;
}
.serveran-footer__copy a:hover,
.serveran-footer__copy a:focus {
	color: var(--serveran-primary) !important;
}
.serveran-footer__social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.serveran-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.serveran-footer__social a:hover,
.serveran-footer__social a:focus {
	background: var(--serveran-primary);
	color: var(--serveran-dark) !important;
}
@media (min-width: 768px) {
	.serveran-footer > .container {
		padding-top: 32px;
		padding-bottom: 24px;
	}
	.serveran-footer__contact {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
		padding-bottom: 22px;
	}
	.serveran-footer__bottom {
		flex-direction: row;
		text-align: left;
		gap: 20px;
	}
	.serveran-footer__social {
		justify-content: flex-end;
		margin-left: auto;
	}
	.serveran-footer__copy {
		text-align: left;
	}
}

.serveran-floating-actions {
	position: fixed;
	right: 20px;
	bottom: 28px;
	z-index: 1020;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
	pointer-events: none;
}
.serveran-floating-whatsapp,
.serveran-back-to-top {
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	min-height: 52px;
	border-radius: 999px;
	text-decoration: none !important;
	box-shadow: 0 10px 28px rgba(17, 24, 32, 0.18);
	transition:
		width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.25s ease,
		background-color 0.25s ease,
		box-shadow 0.25s ease,
		opacity 0.25s ease,
		visibility 0.25s ease;
}
.serveran-floating-whatsapp {
	position: relative;
	width: 56px;
	height: 56px;
	padding: 0;
	overflow: hidden;
	justify-content: flex-start;
	background: #25d366;
	color: #fff !important;
	isolation: isolate;
}
.serveran-floating-whatsapp::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	z-index: -1;
	box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.42);
	animation: serveran-wa-soft-pulse 2.8s ease-out infinite;
	pointer-events: none;
}
@keyframes serveran-wa-soft-pulse {
	0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4); }
	70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
	100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.serveran-floating-whatsapp__icon {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	line-height: 1;
}
.serveran-floating-whatsapp__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding-right: 18px;
	opacity: 0;
	transform: translateX(10px);
	white-space: nowrap;
	transition: opacity 0.28s ease, transform 0.28s ease;
}
.serveran-floating-whatsapp__title {
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.01em;
}
.serveran-floating-whatsapp__sub {
	margin-top: 2px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	opacity: 0.9;
}
.serveran-floating-whatsapp:hover,
.serveran-floating-whatsapp:focus,
.serveran-floating-whatsapp:focus-visible {
	width: 196px;
	background: #1ebe57;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(17, 24, 32, 0.22);
}
.serveran-floating-whatsapp:hover .serveran-floating-whatsapp__text,
.serveran-floating-whatsapp:focus .serveran-floating-whatsapp__text,
.serveran-floating-whatsapp:focus-visible .serveran-floating-whatsapp__text {
	opacity: 1;
	transform: none;
}
.serveran-back-to-top {
	background: var(--serveran-dark);
	color: #fff !important;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
}
.serveran-back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: none;
}
.serveran-back-to-top:hover,
.serveran-back-to-top:focus {
	background: var(--serveran-dark-soft);
	color: #fff !important;
}

.serveran-mobile-contact-bar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1020;
	align-items: stretch;
	background: #fff;
	border-radius: 18px 18px 0 0;
	box-shadow: 0 -8px 28px rgba(17, 24, 32, 0.12);
	padding: 10px 8px calc(10px + env(safe-area-inset-bottom, 0px));
}
.serveran-mobile-contact-bar__item {
	flex: 1 1 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 58px;
	padding: 8px 10px;
	color: var(--serveran-dark) !important;
	text-decoration: none !important;
	border-radius: 12px;
	transition: background-color 0.2s ease;
}
.serveran-mobile-contact-bar__item + .serveran-mobile-contact-bar__item {
	position: relative;
}
.serveran-mobile-contact-bar__item + .serveran-mobile-contact-bar__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 1px;
	background: rgba(17, 24, 32, 0.1);
}
.serveran-mobile-contact-bar__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 1;
}
.serveran-mobile-contact-bar__item--call .serveran-mobile-contact-bar__icon {
	background: rgba(245, 180, 0, 0.16);
	color: #b88400;
}
.serveran-mobile-contact-bar__item--wa .serveran-mobile-contact-bar__icon {
	background: rgba(37, 211, 102, 0.16);
	color: #1fa855;
}
.serveran-mobile-contact-bar__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	line-height: 1.2;
}
.serveran-mobile-contact-bar__title {
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: var(--serveran-dark);
}
.serveran-mobile-contact-bar__sub {
	margin-top: 3px;
	font-size: 11px;
	font-weight: 500;
	color: var(--serveran-muted);
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.serveran-mobile-contact-bar__item:active {
	background: rgba(17, 24, 32, 0.04);
}

@media (max-width: 767px) {
	.serveran-mobile-contact-bar {
		display: flex;
	}
	.serveran-floating-whatsapp {
		display: none;
	}
	.serveran-floating-actions {
		right: 14px;
		bottom: calc(86px + env(safe-area-inset-bottom, 0px));
	}
	body {
		padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px));
	}
	#footer {
		padding-bottom: 12px;
	}
	.serveran-form-card,
	.serveran-inner-cta {
		margin-bottom: 12px;
	}
}

@media (min-width: 768px) {
	.serveran-mobile-contact-bar {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.serveran-floating-whatsapp,
	.serveran-back-to-top,
	.serveran-skip-link,
	.serveran-floating-whatsapp__text,
	.serveran-mobile-contact-bar__item {
		transition: none;
	}
	.serveran-floating-whatsapp::before {
		animation: none;
	}
}

/* Phase 4 — consistency / header / forms / anchors */
html {
	scroll-padding-top: calc(var(--serveran-header-offset) + 12px);
}
.navbar-fixed-top {
	z-index: 1030;
}
.serveran-page-hero + .serveran-section {
	padding-top: clamp(40px, 5vw, 64px);
}
.serveran-form-card .btn-block {
	width: 100%;
}
@media (max-width: 767px) {
	.serveran-form-card,
	.serveran-inner-cta,
	.serveran-contact-grid {
		padding-bottom: 8px;
	}
	.h-captcha,
	.serveran-form__captcha iframe {
		max-width: 100% !important;
	}
}
/* Preloader: keep brief, do not block long */
.preloader {
	transition: opacity .25s ease;
}

/* About page (Yellowhats about-1 inspired) */
.serveran-about-heading {
	margin: 0 0 36px;
}
.serveran-about-heading .serveran-section-label {
	margin-bottom: 8px;
}
.serveran-about-heading h2 {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.55rem, 3vw, 2.1rem);
	line-height: 1.25;
	font-weight: 700;
	color: var(--serveran-dark);
	text-transform: none;
}
.serveran-about-story__lead {
	margin: 0 0 18px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	line-height: 1.55;
	font-weight: 600;
	color: var(--serveran-dark);
}
.serveran-about-story__prose {
	margin-bottom: 8px;
}
.serveran-about-story__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 28px 0 0;
}
.serveran-about-features {
	margin-top: 8px;
}
.serveran-about-feature {
	margin-bottom: 28px;
	padding-right: 8px;
}
.serveran-about-feature__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	border-radius: 50%;
	background: rgba(245, 180, 0, 0.14);
	color: var(--serveran-dark);
	font-size: 22px;
}
.serveran-about-feature__title {
	margin: 0 0 8px;
	font-family: Montserrat, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--serveran-dark);
}
.serveran-about-feature p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: var(--serveran-muted);
}
.serveran-about-values__intro {
	margin: 0 0 28px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--serveran-text);
	max-width: 46rem;
}
.serveran-about-value {
	text-align: left;
	padding: 8px 8px 28px;
	height: 100%;
}
.serveran-about-value__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	color: var(--serveran-primary);
	font-size: 2rem;
	line-height: 1;
}
.serveran-about-value__title {
	margin: 0 0 10px;
	font-family: Montserrat, sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--serveran-dark);
}
.serveran-about-value__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: var(--serveran-muted);
}
.serveran-about-band {
	position: relative;
	isolation: isolate;
	padding: clamp(72px, 10vw, 120px) 0;
	color: #fff;
	overflow: hidden;
}
.serveran-about-band__media,
.serveran-about-band__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
}
.serveran-about-band__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.serveran-about-band__overlay {
	background:
		linear-gradient(105deg, rgba(17, 24, 32, 0.88) 0%, rgba(17, 24, 32, 0.72) 48%, rgba(245, 180, 0, 0.42) 100%);
}
.serveran-about-band__content {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
.serveran-about-band__content h2 {
	margin: 0 0 14px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.6rem, 3.4vw, 2.35rem);
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	text-transform: none;
}
.serveran-about-band__content p {
	margin: 0 0 26px;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
}
.serveran-about-why .serveran-about-heading {
	margin-bottom: 32px;
}
.serveran-about-accordion.panel-group {
	margin: 0;
}
.serveran-about-accordion .panel {
	border: 1px solid var(--serveran-border);
	border-radius: var(--serveran-radius-sm);
	box-shadow: none;
	margin-bottom: 12px;
	overflow: hidden;
	background: var(--serveran-bg);
}
.serveran-about-accordion .panel + .panel {
	margin-top: 0;
}
.serveran-about-accordion .panel-heading {
	padding: 0;
	background: var(--serveran-bg-soft);
	border: 0;
}
.serveran-about-accordion .panel-title {
	margin: 0;
	font-size: 15px;
}
.serveran-about-accordion .panel-title > a,
.serveran-about-accordion .accordion-toggle {
	display: block;
	padding: 16px 48px 16px 18px;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: var(--serveran-dark) !important;
	text-decoration: none !important;
	text-transform: none;
	position: relative;
}
.serveran-about-accordion .accordion-toggle:after {
	content: "−";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: 400;
	color: var(--serveran-primary);
}
.serveran-about-accordion .accordion-toggle.collapsed:after {
	content: "+";
}
.serveran-about-accordion .panel-body {
	padding: 4px 18px 18px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--serveran-muted);
	border: 0;
}
.serveran-about-why__media {
	position: relative;
	margin: 0;
	border-radius: var(--serveran-radius-md);
	overflow: hidden;
	box-shadow: var(--serveran-shadow-md);
	background: var(--serveran-bg-soft);
}
.serveran-about-why__media > img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.serveran-about-why__caption {
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: min(42%, 220px);
	margin: 0;
	border: 4px solid #fff;
	border-radius: var(--serveran-radius-sm);
	overflow: hidden;
	box-shadow: var(--serveran-shadow-sm);
	background: #fff;
}
.serveran-about-why__caption img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
@media (max-width: 991px) {
	.serveran-about-story__actions {
		margin-bottom: 28px;
	}
	.serveran-about-feature--last {
		margin-bottom: 18px;
	}
	.serveran-about-why__media {
		margin-top: 28px;
	}
}
@media (max-width: 575px) {
	.serveran-about-value {
		margin-bottom: 18px;
	}
	.serveran-about-why__caption {
		width: min(48%, 160px);
		right: 10px;
		bottom: 10px;
		border-width: 3px;
	}
	.serveran-about-story__actions .serveran-btn {
		width: 100%;
	}
}

/* Homepage about */
.serveran-home-about {
	background: var(--serveran-bg);
}
.serveran-home-about__grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 36px 48px;
}
.serveran-home-about__media {
	flex: 1 1 320px;
	max-width: 520px;
	position: relative;
	margin: 0;
	border-radius: var(--serveran-radius-md);
	overflow: hidden;
	box-shadow: var(--serveran-shadow-md);
	background: var(--serveran-bg-soft);
}
.serveran-home-about__media::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 38%;
	height: 6px;
	background: var(--serveran-primary);
}
.serveran-home-about__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 4;
	object-fit: cover;
}
.serveran-home-about__copy {
	flex: 1 1 300px;
	max-width: 560px;
}
.serveran-home-about__copy .serveran-section-label {
	margin-bottom: 10px;
}
.serveran-home-about__copy h2 {
	margin: 0 0 16px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.55rem, 3vw, 2.1rem);
	line-height: 1.25;
	font-weight: 700;
	color: var(--serveran-dark);
	text-transform: none;
}
.serveran-home-about__text {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.75;
	color: var(--serveran-text);
}
.serveran-home-about__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.serveran-home-about__trust {
	margin-top: 18px;
	padding-top: 0;
	border-top: 0;
}
.serveran-home-about__trust .serveran-trust__logos {
	gap: 6px 8px;
}
@media (max-width: 767px) {
	.serveran-home-about__grid {
		gap: 24px;
	}
	.serveran-home-about__media,
	.serveran-home-about__copy {
		max-width: none;
	}
	.serveran-home-about__actions .serveran-btn {
		flex: 1 1 auto;
		min-width: calc(50% - 6px);
	}
	.serveran-home-about__trust {
		margin-top: 14px;
	}
}

/* Service detail extras (Phase 3) */
.serveran-article__lead {
	margin: 0 0 22px;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--serveran-text);
	max-width: 46rem;
}
.serveran-service-faq,
.serveran-related-projects {
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid var(--serveran-border);
}
.serveran-service-faq h2,
.serveran-related-projects h2 {
	margin: 0 0 18px;
	font-family: Montserrat, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--serveran-dark);
}

/* Blog category filters + meta (Phase 4) */
.serveran-blog-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 28px;
}
.serveran-blog-filters__item {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border: 1px solid var(--serveran-border);
	background: #fff;
	color: var(--serveran-dark);
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none !important;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.serveran-blog-filters__item:hover,
.serveran-blog-filters__item:focus {
	border-color: var(--serveran-accent, #f5b400);
	color: var(--serveran-dark);
}
.serveran-blog-filters__item.is-active {
	border-color: var(--serveran-dark);
	background: var(--serveran-dark);
	color: #fff;
}
.serveran-blog-card__cat {
	margin: 0 0 8px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--serveran-muted);
}
.serveran-blog-card__cat a {
	color: inherit;
	text-decoration: none !important;
}
.serveran-blog-card__cat a:hover,
.serveran-blog-card__cat a:focus {
	color: var(--serveran-dark);
}
.serveran-blog-service-link {
	margin: 28px 0 0;
	padding: 14px 16px;
	border-left: 3px solid var(--serveran-accent, #f5b400);
	background: rgba(245, 180, 0, 0.08);
	font-size: 15px;
	line-height: 1.55;
	color: var(--serveran-text);
}
.serveran-blog-service-link a {
	font-weight: 600;
	color: var(--serveran-dark);
	text-decoration: underline;
}
.serveran-article__kicker--cat {
	margin-left: 8px;
}
@media (max-width: 767px) {
	.serveran-blog-filters {
		gap: 6px;
		margin-bottom: 22px;
	}
	.serveran-blog-filters__item {
		padding: 7px 11px;
		font-size: 12px;
	}
}

/* Phase 5 — project archive / homepage blocks / cards */
.serveran-project-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 28px;
}
.serveran-project-filters__item {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border: 1px solid var(--serveran-border);
	background: #fff;
	color: var(--serveran-dark);
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none !important;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.serveran-project-filters__item:hover,
.serveran-project-filters__item:focus {
	border-color: var(--serveran-accent, #f5b400);
	color: var(--serveran-dark);
}
.serveran-project-filters__item.is-active {
	border-color: var(--serveran-dark);
	background: var(--serveran-dark);
	color: #fff;
}
.serveran-project-group {
	margin: 0 0 42px;
}
.serveran-project-group__head,
.serveran-home-project-block__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px 20px;
	margin: 0 0 18px;
}
.serveran-project-group__head h2,
.serveran-home-project-block__head h3 {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--serveran-dark);
}
.serveran-home-project-block {
	margin: 0 0 36px;
	padding: 22px 0 0;
	border-top: 1px solid rgba(17, 24, 32, 0.08);
}
.serveran-home-project-block:first-of-type {
	border-top: 0;
	padding-top: 0;
}
.serveran-home-project-block__note {
	margin: 6px 0 0;
	color: var(--serveran-muted);
	font-size: 14px;
	line-height: 1.5;
}
.serveran-project-card__date {
	margin: 0 0 6px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: var(--serveran-muted);
}
.serveran-project-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 180px;
	background:
		linear-gradient(135deg, rgba(17, 24, 32, 0.08), rgba(245, 180, 0, 0.12)),
		repeating-linear-gradient(
			-45deg,
			rgba(17, 24, 32, 0.04),
			rgba(17, 24, 32, 0.04) 8px,
			transparent 8px,
			transparent 16px
		);
}
.serveran-project-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--serveran-bg-soft, #f3f4f6);
}
.serveran-project-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.serveran-project-card__media .serveran-badge {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 2;
	margin: 0;
}
.serveran-article__meta-row .serveran-badge {
	margin: 0 8px 0 0;
	align-self: center;
}
.serveran-project-card--ongoing {
	outline: 1px solid rgba(245, 180, 0, 0.18);
}
.serveran-project-card--done {
	outline: 1px solid rgba(31, 143, 85, 0.16);
}
@media (max-width: 767px) {
	.serveran-project-filters {
		gap: 6px;
		margin-bottom: 22px;
	}
	.serveran-project-filters__item {
		padding: 7px 11px;
		font-size: 12px;
	}
	.serveran-hero__controls {
		bottom: 14px;
	}
}
