.neon-slider {
	position: relative;
	overflow: hidden;
	min-height: 520px;
	background-color: #0c8c46;
	background-image: url(../../img/backgrounds/section.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.neon-slider__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	align-items: stretch;
	max-width: 1240px;
	min-height: 520px;
	margin: 0 auto;
	padding: 28px 40px 0;
}

.neon-slider__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px 0 32px;
	z-index: 2;
}

.neon-slider__kicker {
	margin: 0 0 12px;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.neon-slider h1 {
	margin: 0 0 28px;
	max-width: 640px;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: -1.5px;
	line-height: 1.12;
}

.neon-slider h1 span {
	color: #111;
}

.neon-slider__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 280px));
	gap: 16px;
}

.neon-slider__card {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) 18px;
	align-items: center;
	gap: 14px;
	min-height: 112px;
	padding: 0 16px 0 0;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(8, 40, 24, 0.12);
	color: #111;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.neon-slider__card:hover {
	box-shadow: 0 16px 36px rgba(8, 40, 24, 0.18);
	color: #111;
	transform: translateY(-3px);
}

.neon-slider__card > img:first-child {
	width: 96px;
	height: 112px;
	object-fit: cover;
	object-position: center top;
}

.neon-slider__card span {
	font-family: "DM Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1.25;
}

.neon-slider__card-arrow {
	width: 12px;
	height: 12px;
	object-fit: contain;
}

.neon-slider__figure {
	position: relative;
	align-self: stretch;
	min-height: 520px;
	pointer-events: none;
}

.neon-slider__figure img {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: auto;
	max-width: none;
	height: 520px;
	object-fit: contain;
	object-position: right bottom;
}

.neon-cat-hero {
	background-color: #0c8c46;
	background-image: url(../../img/backgrounds/hero.webp);
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 72px 0 56px;
}

.neon-cat-hero .section_wrapper,
.neon-home-hero .section_wrapper,
.neon-band .section_wrapper,
.neon-split .section_wrapper,
.neon-pad .section_wrapper,
.neon-form-wrap .section_wrapper,
.neon-map-wrap .section_wrapper {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	box-sizing: border-box;
	width: 100%;
	max-width: 1180px;
}

.neon-cat-crumb {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.85;
}

.neon-cat-crumb a {
	color: #fff;
}

.neon-cat-hero h1 {
	margin: 0 0 14px;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
}

.neon-cat-hero p.neon-cat-lead {
	margin: 0;
	max-width: 720px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	line-height: 1.6;
}

.neon-home-hero {
	position: relative;
	overflow: hidden;
	background-color: #0c8c46;
	background-image:
		linear-gradient(100deg, rgba(12, 140, 70, 0.92) 0%, rgba(12, 140, 70, 0.72) 48%, rgba(12, 140, 70, 0.4) 100%),
		url(../../img/photos/muhendisler.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 110px 0 96px;
}

.neon-home-hero__kicker {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.85;
}

.neon-home-hero h1 {
	margin: 0 0 16px;
	max-width: 640px;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.12;
}

.neon-home-hero p {
	margin: 0 0 28px;
	max-width: 560px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	line-height: 1.6;
}

.neon-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.neon-hero-actions a.button,
.neon-hero-actions a.button-ghost {
	margin: 0;
}

a.button-ghost {
	display: inline-flex;
	align-items: center;
	padding: 20px 40px;
	border: 2px solid #fff;
	border-radius: 6px;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
}

a.button-ghost:hover {
	background: #fff;
	color: #0c8c46;
}

.neon-pad {
	padding: 72px 0;
}

.neon-pad--soft {
	background: #edf2f4;
}

.neon-pad--tight {
	padding: 48px 0 72px;
}

.neon-section-head {
	margin: 0 0 32px;
}

.neon-section-head h2 {
	margin: 0 0 10px;
	font-family: "DM Sans", sans-serif;
	font-size: 36px;
	line-height: 1.2;
}

.neon-section-head p {
	margin: 0;
	max-width: 640px;
	color: #5b6160;
	font-size: 16px;
	line-height: 1.6;
}

.neon-feature-grid,
.neon-value-grid,
.neon-highlight-grid,
.neon-contact-grid,
.neon-post-grid,
.neon-cat-grid,
.neon-form-grid,
.neon-faq-cols {
	width: 100%;
}

.neon-feature-grid,
.neon-value-grid,
.neon-highlight-grid,
.neon-contact-grid,
.neon-post-grid {
	display: grid;
	gap: 24px;
}

.neon-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.neon-value-grid,
.neon-highlight-grid,
.neon-contact-grid,
.neon-post-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.neon-post-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-bottom: 8px;
}

.neon-post-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.neon-card {
	height: 100%;
	padding: 28px 26px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 40, 28, 0.06);
}

.neon-card--link {
	display: flex;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.neon-card--link:hover {
	box-shadow: 0 16px 32px rgba(15, 40, 28, 0.12);
	color: inherit;
	transform: translateY(-4px);
}

.neon-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 0 18px;
}

.neon-card__icon:has(i) {
	margin: 0 auto 18px;
	border-radius: 12px;
	background: #e8f6ee;
	color: #0c8c46;
	font-size: 28px;
}

.neon-card__icon i {
	display: block;
	width: 1em;
	line-height: 1;
	text-align: center;
}

.neon-card__icon img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.neon-card h3,
.neon-card h4 {
	margin: 0 0 10px;
	color: #222;
	font-family: "DM Sans", sans-serif;
	font-size: 22px;
	line-height: 1.25;
}

.neon-card p {
	margin: 0;
	color: #5b6160;
	font-size: 15px;
	line-height: 1.55;
}

.neon-highlight-grid .neon-card {
	display: flex;
	align-items: center;
	gap: 18px;
}

.neon-highlight-grid .neon-card__icon:has(i) {
	flex: 0 0 64px;
	width: 64px;
	min-width: 64px;
	max-width: 64px;
	margin: 0;
	overflow: hidden;
}

.neon-highlight-grid .neon-card > div {
	flex: 1 1 auto;
	min-width: 0;
}

.neon-card__meta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 16px;
	color: #0c8c46;
	font-size: 14px;
	font-weight: 700;
}

.neon-card__arrow {
	display: block;
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}

.neon-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 48px;
	align-items: center;
	padding: 72px 0;
}

.neon-split--flip {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.neon-split__media {
	overflow: hidden;
	border-radius: 12px;
	background: #f6f8f7;
}

.neon-split__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}

.neon-split h2 {
	margin: 0 0 16px;
	font-family: "DM Sans", sans-serif;
	font-size: 34px;
	line-height: 1.2;
}

.neon-split p {
	margin: 0 0 16px;
	color: #3d4341;
	font-size: 16px;
	line-height: 1.7;
}

.neon-split p:last-child {
	margin-bottom: 0;
}

.neon-band {
	padding: 80px 0;
	background-color: #0c8c46;
	background-image: url(../../img/backgrounds/section.png);
	background-position: center;
	color: #fff;
}

.neon-band h2 {
	margin: 0 0 14px;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 34px;
}

.neon-band p {
	margin: 0 0 24px;
	max-width: 640px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	line-height: 1.6;
}

.neon-band--photo {
	background-image:
		linear-gradient(100deg, rgba(12, 140, 70, 0.9) 0%, rgba(12, 140, 70, 0.55) 100%),
		url(../../img/photos/muhendisler.jpg);
	background-size: cover;
	background-position: center;
}

.neon-cat-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.neon-cat-card {
	display: flex;
	gap: 22px;
	align-items: center;
	height: 100%;
	padding: 28px 26px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 40, 28, 0.06);
	color: inherit;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.neon-cat-card:hover {
	box-shadow: 0 16px 32px rgba(15, 40, 28, 0.12);
	color: inherit;
	transform: translateY(-4px);
}

.neon-cat-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 64px;
	width: 64px;
	min-width: 64px;
	height: 64px;
	border-radius: 12px;
	background: #e8f6ee;
	color: #0c8c46;
	font-size: 28px;
}

.neon-cat-card__icon i {
	width: 1em;
	line-height: 1;
	text-align: center;
}

.neon-cat-card h3 {
	margin: 0 0 8px;
	color: #222;
	font-family: "DM Sans", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.neon-cat-card p {
	margin: 0 0 14px;
	color: #5b6160;
	font-size: 15px;
	line-height: 1.55;
}

.neon-cat-card__meta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #0c8c46;
	font-size: 14px;
	font-weight: 700;
}

.neon-cat-card__meta i {
	font-size: 12px;
}

.neon-post-card__media {
	overflow: hidden;
	height: 180px;
	margin: -28px -26px 20px;
	border-radius: 12px 12px 0 0;
	background: #f6f8f7;
}

.neon-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.neon-post-card h3 {
	font-size: 18px;
}

.neon-post-card p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.neon-pad:not(.neon-pad--soft):has(+ section .neon-cat-cta) {
	padding-bottom: 0;
}

.neon-cat-cta {
	display: flex;
	flex: 1 1 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	gap: 18px;
	margin: 40px 0;
	padding: 28px 32px;
	border-radius: 12px;
	background: #edf2f4;
}

.neon-cat-cta h2 {
	margin: 0 0 6px;
	font-family: "DM Sans", sans-serif;
	font-size: 24px;
}

.neon-cat-cta p {
	margin: 0;
	color: #5b6160;
}

.neon-cat-cta a.button {
	margin: 0;
}

.neon-empty {
	margin: 0;
	color: #5b6160;
	font-size: 16px;
}

.neon-article {
	width: 100%;
	max-width: none;
}

.neon-article__media {
	overflow: hidden;
	margin: 0 0 32px;
	border-radius: 12px;
	background: #f6f8f7;
}

.neon-article__media img {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: cover;
}

.neon-article__content {
	color: #3d4341;
	font-size: 16px;
	line-height: 1.75;
}

.neon-article__content p,
.neon-article__content ul,
.neon-article__content ol,
.neon-article__content table,
.neon-article__content blockquote,
.neon-article__content figure {
	margin: 0 0 18px;
}

.neon-article__content p:empty {
	display: none;
}

.neon-article__content h2,
.neon-article__content h3,
.neon-article__content h4 {
	margin: 28px 0 12px;
	color: #161922;
	font-family: "DM Sans", sans-serif;
	line-height: 1.3;
}

.neon-article__content h2 {
	font-size: 28px;
}

.neon-article__content h3,
.neon-article__content h4 {
	font-size: 20px;
}

.neon-article__content ul,
.neon-article__content ol {
	padding-left: 22px;
}

.neon-article__content li {
	margin: 0 0 8px;
}

.neon-article__content a {
	color: #0c8c46;
	font-weight: 700;
}

.neon-article__content blockquote {
	padding: 18px 22px;
	border-left: 4px solid #0c8c46;
	border-radius: 0 12px 12px 0;
	background: #edf2f4;
	color: #3d4341;
}

.neon-article__content blockquote p,
.neon-article__content blockquote li {
	color: #3d4341;
}

.neon-article__content blockquote a,
.neon-article__content blockquote a:hover {
	color: #0c8c46;
}

.neon-article__content blockquote p:last-child {
	margin-bottom: 0;
}

.neon-article__content figure {
	overflow-x: auto;
}

.neon-article__content table {
	width: 100%;
	border-collapse: collapse;
}

.neon-article__content table td,
.neon-article__content table th {
	padding: 10px 12px;
	border-bottom: 1px solid #edf2f4;
	text-align: left;
	vertical-align: top;
}

.neon-article__share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 32px 0 0;
	padding-top: 24px;
	border-top: 1px solid #edf2f4;
}

.neon-article__share span {
	color: #161922;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.neon-article__share a {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: #edf2f4;
	color: #313133;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.neon-article__share a:hover {
	background: #0c8c46;
	color: #fff;
}

.neon-faq-cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
}

.neon-faq-cols h2 {
	margin: 0 0 18px;
	font-family: "DM Sans", sans-serif;
	font-size: 28px;
}

.neon-faq {
	margin: 0 0 10px;
	padding: 0 20px;
	border-bottom: 1px solid #edf2f4;
	border-radius: 12px;
	background: #fff;
}

.neon-faq:last-child {
	margin-bottom: 0;
}

.neon-faq summary {
	position: relative;
	padding: 16px 36px 16px 0;
	color: #222;
	font-family: "DM Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

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

.neon-faq summary::after {
	position: absolute;
	top: 16px;
	right: 0;
	color: #0c8c46;
	content: "+";
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

.neon-faq[open] summary::after {
	content: "–";
}

.neon-faq p {
	margin: 0;
	padding: 0 0 18px;
	color: #5b6160;
	font-size: 15px;
	line-height: 1.65;
}

.neon-contact-card h5 {
	margin: 0 0 6px;
	color: #0c8c46;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.neon-contact-card a {
	color: #222;
	font-family: "DM Sans", sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
}

.neon-contact-card a:hover {
	color: #0c8c46;
}

.neon-form-wrap {
	padding: 72px 0 80px;
}

.neon-form-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 40px;
	align-items: start;
}

.neon-form-aside h2 {
	margin: 0 0 16px;
	color: #161922;
	font-family: "DM Sans", sans-serif;
	font-size: 34px;
	line-height: 1.2;
}

.neon-form-aside p,
.neon-form-aside address {
	margin: 0 0 16px;
	color: #3d4341;
	font-size: 16px;
	font-style: normal;
	line-height: 1.7;
}

.neon-form-aside a {
	color: #0c8c46;
	font-weight: 700;
	text-decoration: none;
}

.neon-form-panel {
	width: 100%;
	padding: 32px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 40, 28, 0.06);
	box-sizing: border-box;
}

.neon-contact-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 0;
}

.neon-contact-form .neon-field--full,
.neon-contact-form .neon-form-actions {
	grid-column: 1 / -1;
}

.neon-contact-form label {
	display: block;
	margin: 0 0 6px;
	color: #313133;
	font-size: 13px;
	font-weight: 700;
}

.neon-contact-form input[type="text"],
.neon-contact-form input[type="email"],
.neon-contact-form input[type="tel"],
.neon-contact-form textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 14px 16px;
	border: 0;
	border-radius: 8px;
	background: #edf2f4;
	color: #222;
	font-size: 15px;
	line-height: 1.4;
}

.neon-contact-form textarea {
	min-height: 140px;
	resize: vertical;
}

.neon-contact-form .neon-form-actions {
	margin-top: 8px;
}

.neon-contact-form button.button {
	margin: 0;
}

.neon-map-wrap {
	padding: 32px 0;
	background: #fff;
}

.neon-map-wrap iframe {
	display: block;
	width: 100%;
	height: 450px;
	border: 0;
	border-radius: 12px;
}

@media (max-width: 959px) {
	.neon-slider {
		min-height: 0;
	}

	.neon-slider__inner {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 28px 28px 0;
	}

	.neon-slider__copy {
		padding-bottom: 12px;
	}

	.neon-slider__figure {
		min-height: 0;
		height: auto;
	}

	.neon-slider h1 {
		margin-bottom: 20px;
		font-size: 34px;
	}

	.neon-slider__cards {
		grid-template-columns: 1fr;
		max-width: 420px;
	}

	.neon-slider__figure img {
		position: static;
		display: block;
		height: 300px;
		max-width: 100%;
		margin: 0 auto;
	}

	.neon-home-hero {
		padding: 72px 0 64px;
	}

	.neon-home-hero h1,
	.neon-cat-hero h1 {
		font-size: 34px;
	}

	.neon-feature-grid,
	.neon-value-grid,
	.neon-highlight-grid,
	.neon-contact-grid,
	.neon-post-grid,
	.neon-cat-grid,
	.neon-faq-cols,
	.neon-split,
	.neon-split--flip,
	.neon-form-grid {
		grid-template-columns: 1fr;
	}

	.neon-split,
	.neon-pad,
	.neon-band {
		padding: 48px 0;
	}

	.neon-split__media img {
		min-height: 240px;
	}
}

@media (max-width: 767px) {
	.neon-slider__inner {
		padding: 22px 20px 0;
	}

	.neon-slider h1 {
		font-size: 28px;
		letter-spacing: -1px;
	}

	.neon-slider__kicker {
		font-size: 15px;
	}

	.neon-slider__card {
		grid-template-columns: 80px minmax(0, 1fr) 16px;
		min-height: 96px;
	}

	.neon-slider__card > img:first-child {
		width: 80px;
		height: 96px;
	}

	.neon-slider__card span {
		font-size: 15px;
	}

	.neon-slider__figure img {
		height: 240px;
	}

	.neon-slider__copy {
		padding-bottom: 0;
	}

	.neon-home-hero {
		padding: 48px 0 44px;
	}

	.neon-cat-hero {
		background-size: contain;
		padding: 36px 0 32px;
	}

	.neon-home-hero h1,
	.neon-cat-hero h1 {
		font-size: 28px;
	}

	.neon-section-head h2,
	.neon-split h2,
	.neon-band h2 {
		font-size: 28px;
	}

	.neon-card,
	.neon-cat-card,
	.neon-cat-cta {
		padding: 22px 20px;
	}

	.neon-cat-cta {
		margin: 32px 0;
	}

	.neon-form-panel {
		padding: 22px 20px;
	}

	.neon-map-wrap iframe {
		height: 320px;
	}

	.neon-contact-form {
		grid-template-columns: 1fr;
	}

	.neon-post-card__media {
		height: 200px;
	}

	.neon-article__media img {
		max-height: 280px;
	}

	.neon-article__content h2 {
		font-size: 22px;
	}
}
