/*
Theme Name: 3D Web Tasarim Premium
Theme URI: https://3dwebtasarim.com
Author: Codex
Description: 3D Web Tasarim icin modern, stabil ve mobil oncelikli WordPress ajans temasi.
Version: 2.9.2
Requires at least: 5.8
Requires PHP: 7.0
License: GPL-2.0-or-later
Text Domain: 3d-web-tasarim-premium
*/

:root {
	--ink: #070b14;
	--ink-2: #0d1424;
	--text: #111827;
	--muted: #667085;
	--line: #e6e8ee;
	--paper: #f5f7fb;
	--white: #ffffff;
	--orange: #ff5a1f;
	--orange-2: #ff7a45;
	--blue: #2563eb;
	--green: #16a34a;
	--radius: 22px;
	--container: 1240px;
	--shadow: 0 28px 80px rgba(7, 11, 20, 0.14);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--white);
	color: var(--text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

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

p,
h1,
h2,
h3 {
	margin-top: 0;
}

h1,
h2,
h3 {
	line-height: 1.02;
	letter-spacing: -0.02em;
}

h1 {
	max-width: 1040px;
	margin-bottom: 24px;
	font-size: clamp(3rem, 6.2vw, 5.85rem);
}

h2 {
	margin-bottom: 18px;
	font-size: clamp(2.15rem, 4.3vw, 4.2rem);
}

h3 {
	margin-bottom: 12px;
	font-size: clamp(1.25rem, 2vw, 1.6rem);
}

p {
	color: var(--muted);
}

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

.narrow {
	width: min(100% - 64px, 880px);
}

.skip-link {
	position: absolute;
	left: -9999px;
}

.skip-link:focus {
	z-index: 999;
	top: 12px;
	left: 12px;
	padding: 10px 14px;
	background: var(--white);
	border: 2px solid var(--orange);
	border-radius: 10px;
}

.site-header {
	position: sticky;
	z-index: 60;
	top: 0;
	background: rgba(255, 255, 255, 0.88);
	border-bottom: 1px solid rgba(230, 232, 238, 0.88);
	backdrop-filter: blur(18px);
	transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 26px;
	min-height: 78px;
	transition: min-height 0.3s ease, gap 0.3s ease;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	overflow: hidden;
}

.brand-mark {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	background: linear-gradient(135deg, var(--orange), var(--blue));
	color: var(--white);
	border-radius: 15px;
	font-weight: 950;
	letter-spacing: -0.04em;
	box-shadow: 0 16px 36px rgba(255, 90, 31, 0.2);
	transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease;
}

.brand-logo {
	display: block;
	width: 50px;
	height: 50px;
	max-width: 50px;
	max-height: 50px;
	flex: 0 0 50px;
	object-fit: contain;
	border-radius: 15px;
	transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease;
}

.brand-copy {
	display: grid;
	min-width: 0;
}

.brand-copy strong {
	font-size: 1.02rem;
	line-height: 1.15;
}

.brand-copy small {
	max-width: 330px;
	overflow: hidden;
	color: var(--muted);
	font-size: 0.76rem;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-nav {
	justify-self: end;
}

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

.nav-list a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 12px;
	color: rgba(17, 24, 39, 0.78);
	border-radius: 12px;
	font-size: 0.92rem;
	font-weight: 780;
	transition: background 0.2s ease, color 0.2s ease;
}

.nav-list a:hover {
	background: var(--paper);
	color: var(--text);
}

.header-actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.phone-link {
	display: inline-grid;
	place-items: center;
	min-height: 42px;
	padding: 0 14px;
	background: var(--paper);
	border-radius: 12px;
	color: var(--text);
	font-weight: 850;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 18px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
}

.btn-primary {
	background: var(--orange);
	color: var(--white);
	box-shadow: 0 18px 38px rgba(255, 90, 31, 0.24);
}

.btn-primary:hover {
	background: #e94b13;
}

.btn-glass {
	background: rgba(255, 255, 255, 0.1);
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.18);
}

.btn-outline {
	background: var(--white);
	color: var(--text);
	border-color: var(--line);
}

.btn-soft {
	background: var(--paper);
	color: var(--text);
	border-color: var(--line);
}

.btn-large {
	min-height: 56px;
	padding-inline: 22px;
}

.btn-full {
	width: 100%;
}

.menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 0;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 14px;
}

.menu-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 5px auto;
	background: var(--text);
	border-radius: 999px;
}

.hero {
	position: relative;
	overflow: hidden;
	padding: 76px 0 66px;
	background:
		radial-gradient(circle at 8% 12%, rgba(255, 90, 31, 0.22), transparent 32%),
		radial-gradient(circle at 82% 0%, rgba(37, 99, 235, 0.22), transparent 34%),
		linear-gradient(180deg, #0b1220, #070b14);
	color: var(--white);
}

.hero::after {
	position: absolute;
	inset: auto 0 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
	content: "";
}

.hero-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(400px, 1.05fr);
	align-items: center;
	gap: 58px;
}

.hero h1 {
	max-width: 760px;
	margin-bottom: 20px;
	font-size: clamp(3rem, 4.55vw, 4.75rem);
	line-height: 0.98;
}

.hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.86rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.hero-kicker span {
	width: 10px;
	height: 10px;
	background: var(--orange);
	border-radius: 999px;
	box-shadow: 0 0 0 8px rgba(255, 90, 31, 0.14);
}

.hero-lead {
	max-width: 660px;
	margin-bottom: 24px;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1rem, 1.35vw, 1.14rem);
}

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

.hero-proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 640px;
	margin-top: 24px;
}

.hero-proof div {
	padding: 13px 14px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
}

.hero-proof strong,
.hero-proof span {
	display: block;
}

.hero-proof strong {
	margin-bottom: 4px;
	color: var(--white);
	font-size: 1rem;
}

.hero-proof span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.82rem;
}

.product-stage {
	position: relative;
	min-height: 420px;
}

.browser-card {
	position: absolute;
	inset: 42px 0 auto auto;
	width: min(100%, 470px);
	padding: 14px;
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 28px;
	box-shadow: 0 34px 110px rgba(0, 0, 0, 0.38);
	backdrop-filter: blur(14px);
}

.browser-bar {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 0 12px;
	color: rgba(255, 255, 255, 0.54);
	font-size: 0.78rem;
}

.browser-bar i {
	width: 9px;
	height: 9px;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 999px;
}

.browser-bar span {
	margin-left: 8px;
}

.site-preview {
	overflow: hidden;
	background: var(--white);
	border-radius: 20px;
}

.preview-hero {
	padding: 30px;
	background:
		linear-gradient(135deg, rgba(255, 90, 31, 0.12), transparent 44%),
		#f8fafc;
}

.preview-hero small {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 10px;
	background: rgba(37, 99, 235, 0.08);
	color: var(--blue);
	border-radius: 999px;
	font-weight: 900;
}

.preview-hero strong {
	display: block;
	max-width: 320px;
	color: var(--ink);
	font-size: 1.7rem;
	line-height: 1.05;
}

.preview-hero p {
	max-width: 340px;
	margin: 12px 0 20px;
}

.preview-hero b {
	display: inline-flex;
	padding: 12px 18px;
	background: var(--orange);
	color: var(--white);
	border-radius: 12px;
}

.preview-list {
	display: grid;
	gap: 12px;
	padding: 22px 30px 30px;
}

.preview-list span {
	height: 14px;
	background: var(--line);
	border-radius: 999px;
}

.preview-list span:nth-child(1) {
	width: 82%;
}

.preview-list span:nth-child(2) {
	width: 68%;
}

.preview-list span:nth-child(3) {
	width: 54%;
}

.floating-card {
	position: absolute;
	padding: 18px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 18px;
	box-shadow: var(--shadow);
}

.floating-card small,
.floating-card strong,
.floating-card span {
	display: block;
}

.floating-card small {
	color: var(--muted);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.floating-card strong {
	margin: 6px 0;
	color: var(--ink);
	font-size: 1.02rem;
}

.lead-card {
	top: 0;
	right: 24px;
	width: 220px;
}

.score-card {
	right: 210px;
	bottom: 18px;
	width: 212px;
}

.score-card div {
	height: 10px;
	margin-top: 12px;
	background: var(--line);
	border-radius: 999px;
}

.score-card div span {
	display: block;
	height: 100%;
	background: var(--green);
	border-radius: inherit;
}

.logo-strip {
	padding: 20px 0;
	background: var(--white);
	border-bottom: 1px solid var(--line);
}

.logo-strip .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.logo-strip span {
	padding: 9px 13px;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--muted);
	font-size: 0.9rem;
	font-weight: 850;
}

.section {
	padding: 108px 0;
}

.muted {
	background: var(--paper);
}

.section-intro {
	background: linear-gradient(180deg, var(--white), #fbfcff);
}

.split-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
	gap: 44px;
	align-items: end;
	margin-bottom: 44px;
}

.split-heading p:not(.eyebrow) {
	margin-bottom: 0;
	font-size: 1.05rem;
}

/* Projeler sayfası: kısa ve dengeli üst başlık */
#projeler .split-heading {
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.55fr);
	gap: 36px;
	margin-bottom: 38px;
}

#projeler .split-heading h1 {
	max-width: 900px;
	margin-bottom: 0;
	font-size: clamp(2.35rem, 3.2vw, 3.25rem);
	line-height: 1.04;
	text-wrap: balance;
}

.eyebrow {
	margin-bottom: 14px;
	color: var(--orange);
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}

.service-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.95fr 0.95fr;
	gap: 18px;
}

.service-card,
.sector-showcase article,
.work-card,
.process-grid div,
.pricing-grid article,
.contact-card,
.blog-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: 0 14px 42px rgba(7, 11, 20, 0.06);
}

.service-card {
	min-height: 300px;
	padding: 30px;
}

.service-icon,
.sector-icon,
.sector-visual {
	display: grid;
	place-items: center;
	color: var(--orange);
}

.service-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 22px;
	background: rgba(255, 90, 31, 0.08);
	border: 1px solid rgba(255, 90, 31, 0.18);
	border-radius: 16px;
}

.service-icon svg,
.sector-icon svg,
.sector-visual svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.service-card span,
.process-grid span {
	display: inline-flex;
	margin-bottom: 28px;
	color: var(--orange);
	font-weight: 950;
}

.service-card.primary-card {
	grid-row: span 2;
	background:
		linear-gradient(140deg, rgba(255, 90, 31, 0.2), transparent 38%),
		var(--ink);
	color: var(--white);
}

.service-card.primary-card p {
	color: rgba(255, 255, 255, 0.72);
}

.service-card.primary-card .service-icon {
	color: var(--white);
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.16);
}

.service-card ul,
.package-list {
	display: grid;
	gap: 8px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.service-card li,
.package-list li {
	position: relative;
	padding-left: 18px;
	color: var(--muted);
	font-size: 0.92rem;
}

.service-card.primary-card li {
	color: rgba(255, 255, 255, 0.72);
}

.service-card li::before,
.package-list li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	height: 7px;
	background: var(--orange);
	border-radius: 999px;
	content: "";
	transform: translateY(-50%);
}

.dark-panel {
	background:
		radial-gradient(circle at 90% 20%, rgba(37, 99, 235, 0.18), transparent 34%),
		var(--ink);
	color: var(--white);
}

.inverse p,
.dark-panel p {
	color: rgba(255, 255, 255, 0.7);
}

.sector-showcase {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.sector-showcase article {
	display: flex;
	flex-direction: column;
	padding: 24px;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: none;
}

.sector-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 15px;
	color: var(--white);
}

.sector-icon svg {
	width: 32px;
	height: 32px;
	stroke-width: 2.2;
}

.sector-visual {
	width: 100%;
	min-height: 118px;
	margin-bottom: 22px;
	background:
		radial-gradient(circle at 30% 20%, rgba(255, 90, 31, 0.42), transparent 34%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	color: var(--white);
}

.sector-visual svg {
	width: 44px;
	height: 44px;
	stroke-width: 2;
}

.sector-showcase ul {
	display: grid;
	gap: 8px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.sector-showcase li {
	color: rgba(255, 255, 255, 0.72);
}

.sector-link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-top: auto;
	padding-top: 20px;
	color: var(--white);
	font-weight: 900;
}

.sector-link:hover {
	color: var(--orange-2);
}

.work-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.work-card {
	overflow: hidden;
}

.work-visual {
	display: grid;
	place-items: center;
	min-height: 250px;
	background: var(--ink);
}

.work-visual span {
	color: var(--white);
	font-size: 1.6rem;
	font-weight: 950;
	letter-spacing: 0.08em;
}

.work-visual.orange {
	background: linear-gradient(135deg, #ff5a1f, #0b1220);
}

.work-visual.blue {
	background: linear-gradient(135deg, #2563eb, #0b1220);
}

.work-visual.green {
	background: linear-gradient(135deg, #16a34a, #0b1220);
}

.work-card div:last-child {
	padding: 24px;
}

.work-card small {
	color: var(--blue);
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.project-showcase-list {
	display: grid;
	gap: 34px;
	width: min(100% - 64px, var(--container));
	margin: 0 auto;
}

#projeler .project-showcase-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
}

.project-showcase-card {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
	gap: 28px;
	align-items: center;
	padding: 28px;
	background:
		linear-gradient(180deg, #f8fafc, #ffffff);
	border: 1px solid var(--line);
	border-radius: 30px;
	box-shadow: 0 20px 60px rgba(7, 11, 20, 0.08);
}

#projeler .project-showcase-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 100%;
	gap: 22px;
	padding: 22px;
}

.project-device-stage {
	position: relative;
	min-height: 390px;
}

#projeler .project-device-stage {
	width: 100%;
	max-width: 100%;
	min-height: 300px;
	margin-inline: auto;
	overflow: hidden;
}

.device {
	position: absolute;
	background: #0a0d14;
	border: 8px solid #111827;
	box-shadow: 0 22px 60px rgba(7, 11, 20, 0.22);
}

.device-screen {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #030712;
}

.device-screen img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.device-screen span {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 18px;
	color: var(--white);
	font-weight: 950;
	text-align: center;
}

.desktop-device {
	top: 0;
	left: 14%;
	width: 57%;
	height: 265px;
	border-radius: 10px;
}

#projeler .desktop-device {
	display: none;
}

.desktop-device::after {
	position: absolute;
	right: 24%;
	bottom: -58px;
	left: 24%;
	height: 58px;
	background:
		linear-gradient(90deg, transparent 0 25%, #cfd5df 25% 75%, transparent 75%),
		linear-gradient(180deg, #e5e7eb, #b7bfca);
	content: "";
}

.desktop-device i {
	position: absolute;
	right: 18%;
	bottom: -74px;
	left: 18%;
	height: 14px;
	background: #d8dde6;
	border-radius: 999px;
}

.laptop-device {
	right: 0;
	bottom: 30px;
	width: 46%;
	height: 196px;
	border-width: 7px;
	border-radius: 12px;
}

#projeler .laptop-device {
	top: 28px;
	right: 0;
	bottom: auto;
	width: 82%;
	height: 210px;
	border-width: 7px;
}

.laptop-device i {
	position: absolute;
	right: -22px;
	bottom: -24px;
	left: -22px;
	height: 18px;
	background: #d8dde6;
	border-radius: 0 0 18px 18px;
}

.phone-device {
	bottom: 26px;
	left: 0;
	width: 18%;
	min-width: 94px;
	height: 285px;
	border-width: 7px;
	border-radius: 22px;
}

#projeler .phone-device {
	bottom: 18px;
	left: 0;
	width: 24%;
	min-width: 96px;
	height: 245px;
}

.phone-device::before {
	position: absolute;
	top: 6px;
	left: 50%;
	width: 34px;
	height: 4px;
	background: rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	content: "";
	transform: translateX(-50%);
	z-index: 1;
}

.project-showcase-content {
	display: grid;
	gap: 18px;
}

#projeler .project-showcase-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 14px;
}

#projeler .project-showcase-content .btn {
	align-self: flex-start;
	margin-top: auto;
}

.project-logo-line {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.project-logo {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	padding: 8px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(7, 11, 20, 0.08);
}

.project-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.project-logo-initial {
	background: linear-gradient(135deg, rgba(255, 90, 31, 0.14), rgba(37, 99, 235, 0.12)), var(--white);
	color: var(--orange);
	font-size: 1.65rem;
	font-weight: 950;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.project-showcase-content small {
	color: var(--orange);
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.project-showcase-content h3 {
	margin-bottom: 0;
	overflow-wrap: anywhere;
}

.project-empty {
	padding: 34px;
	background: var(--paper);
	border: 1px dashed #c8ced8;
	border-radius: var(--radius);
	text-align: center;
}

.all-projects-action {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.tdwp-admin-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.tdwp-admin-field label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.tdwp-image-preview {
	display: grid;
	place-items: center;
	min-height: 120px;
	margin-bottom: 10px;
	padding: 10px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 8px;
}

.tdwp-image-preview:empty::before {
	color: #646970;
	content: "Henüz resim seçilmedi";
}

.tdwp-image-preview img {
	max-width: 100%;
	max-height: 160px;
	object-fit: contain;
}

.trust-section {
	background:
		linear-gradient(180deg, #ffffff, #f9fbff);
		border-top: 1px solid var(--line);
}

.trust-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
	gap: 46px;
	align-items: start;
}

.trust-layout > div:first-child {
	position: sticky;
	top: 104px;
}

.trust-cards {
	display: grid;
	gap: 14px;
}

.trust-cards article,
.faq-grid details {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: 0 14px 42px rgba(7, 11, 20, 0.06);
}

.trust-cards article {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 4px 18px;
	padding: 24px;
}

.trust-cards span {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background: rgba(255, 90, 31, 0.1);
	color: var(--orange);
	border-radius: 15px;
	font-weight: 950;
}

.trust-cards h3,
.trust-cards p {
	margin-bottom: 0;
}

.founder-section {
	background: var(--white);
}

.founder-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.45fr) minmax(0, 0.55fr);
	gap: 48px;
	align-items: center;
}

.founder-media {
	display: grid;
	place-items: center;
	min-height: 360px;
	padding: 26px;
	background:
		radial-gradient(circle at 20% 12%, rgba(255, 90, 31, 0.18), transparent 36%),
		var(--paper);
	border: 1px solid var(--line);
	border-radius: 30px;
	box-shadow: 0 18px 54px rgba(7, 11, 20, 0.08);
}

.founder-photo {
	display: block;
	width: min(100%, 340px);
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 26px;
	box-shadow: 0 18px 42px rgba(7, 11, 20, 0.14);
}

.founder-placeholder {
	display: grid;
	place-items: center;
	width: 180px;
	height: 180px;
	background: linear-gradient(135deg, var(--orange), var(--blue));
	border-radius: 999px;
	color: var(--white);
	font-size: 4.4rem;
	font-weight: 950;
	box-shadow: 0 18px 44px rgba(255, 90, 31, 0.2);
}

.founder-points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.founder-points span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 12px;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--ink);
	font-size: 0.88rem;
	font-weight: 850;
}

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

.process-grid div {
	padding: 26px;
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.pricing-grid article {
	display: grid;
	gap: 14px;
	padding: 28px;
	align-content: start;
}

.pricing-grid strong {
	color: var(--ink);
	font-size: 2rem;
	line-height: 1.05;
}

.pricing-grid .featured {
	position: relative;
	background: var(--ink);
	color: var(--white);
	transform: translateY(-12px);
}

.pricing-grid .featured p,
.pricing-grid .featured strong,
.pricing-grid .featured li {
	color: rgba(255, 255, 255, 0.82);
}

.pricing-grid small {
	display: inline-flex;
	justify-self: start;
	padding: 7px 10px;
	background: var(--orange);
	color: var(--white);
	border-radius: 999px;
	font-weight: 950;
}

.contact-section {
	background:
		linear-gradient(135deg, rgba(255, 90, 31, 0.16), transparent 36%),
		var(--paper);
}

.faq-section {
	background: var(--white);
}

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

.faq-grid details {
	padding: 24px;
}

.faq-grid summary {
	cursor: pointer;
	color: var(--ink);
	font-weight: 950;
}

.faq-grid p {
	margin: 14px 0 0;
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: 46px;
	align-items: center;
}

.contact-card {
	display: grid;
	gap: 12px;
	padding: 28px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 28px;
	box-shadow: 0 20px 60px rgba(7, 11, 20, 0.08);
}

.contact-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.contact-highlights span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(230, 232, 238, 0.9);
	border-radius: 999px;
	color: var(--ink);
	font-size: 0.88rem;
	font-weight: 850;
}

.lead-form label {
	display: grid;
	gap: 7px;
	color: var(--ink);
	font-size: 0.9rem;
	font-weight: 850;
}

.form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.lead-form input,
.lead-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	background: #f8fafc;
	border: 1px solid var(--line);
	border-radius: 14px;
	color: var(--text);
	font: inherit;
}

.lead-form textarea {
	resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus {
	outline: 3px solid rgba(255, 90, 31, 0.2);
	border-color: var(--orange);
	background: var(--white);
}

.hidden-field {
	position: absolute;
	left: -9999px;
}

.form-alert {
	padding: 12px 14px;
	background: rgba(217, 119, 6, 0.1);
	border: 1px solid rgba(217, 119, 6, 0.28);
	border-radius: 14px;
	color: #92400e;
	font-weight: 850;
}

.form-alert.success {
	background: rgba(22, 163, 74, 0.1);
	border-color: rgba(22, 163, 74, 0.28);
	color: #166534;
}

.quick-contact {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.quick-contact a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 12px;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 14px;
	color: var(--ink);
	font-weight: 900;
}

.quick-contact a:first-child {
	background: rgba(22, 163, 74, 0.1);
	border-color: rgba(22, 163, 74, 0.22);
	color: #128c3a;
}

.quick-contact svg {
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.microcopy {
	margin: 6px 0 0;
	font-size: 0.9rem;
}

.footer {
	padding: 66px 0 98px;
	background: var(--ink);
	color: var(--white);
}

.footer p,
.footer a,
.footer li,
.brand-inverse small {
	color: rgba(255, 255, 255, 0.68);
}

.brand-inverse strong {
	color: var(--white);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 0.8fr;
	gap: 42px;
}

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

.footer h2 {
	margin-bottom: 14px;
	color: var(--white);
	font-size: 1rem;
}

.footer-about p {
	max-width: 520px;
	margin-top: 22px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 44px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
	margin: 0;
}

.mobile-cta {
	position: fixed;
	z-index: 70;
	right: 12px;
	bottom: 12px;
	left: 12px;
	display: none;
	grid-template-columns: repeat(3, 1fr);
	overflow: hidden;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: var(--shadow);
}

.mobile-cta a,
.mobile-cta button {
	display: grid;
	place-items: center;
	min-height: 52px;
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--ink);
	font: inherit;
	font-weight: 950;
	cursor: pointer;
}

.mobile-cta a:nth-child(2) {
	background: var(--green);
	color: var(--white);
}

.quote-modal[hidden] {
	display: none;
}

.quote-modal {
	position: fixed;
	z-index: 120;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
}

.quote-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 11, 20, 0.62);
	backdrop-filter: blur(10px);
}

.quote-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 560px);
	max-height: min(760px, calc(100vh - 48px));
	overflow-y: auto;
	padding: 30px;
	background: var(--white);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 30px;
	box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
}

.quote-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--ink);
	font-size: 1.4rem;
	font-weight: 900;
	cursor: pointer;
}

.quote-choice h2,
.quote-form-head h2 {
	max-width: 420px;
	margin-bottom: 12px;
	font-size: clamp(2rem, 5vw, 3rem);
}

.quote-choice p:not(.eyebrow),
.quote-form-head p {
	max-width: 430px;
}

.quote-action-grid {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.quote-action-grid .btn {
	width: 100%;
}

.quote-form {
	box-shadow: none;
	border: 0;
	padding: 0;
}

.quote-form-head {
	display: grid;
	gap: 6px;
	margin-bottom: 18px;
	padding-right: 44px;
}

.quote-form-head button {
	justify-self: start;
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--orange);
	font: inherit;
	font-weight: 950;
	cursor: pointer;
}

body.quote-modal-active {
	overflow: hidden;
}

body.quote-modal-active .mobile-cta {
	display: none;
}

.blog-list {
	display: grid;
	gap: 18px;
}

.blog-card,
.content {
	padding: 28px;
}

@media (max-width: 1120px) {
	.header-inner {
		grid-template-columns: auto 1fr auto;
	}

	.menu-toggle {
		display: block;
	}

	.site-nav {
		position: fixed;
		inset: 78px 0 auto 0;
		display: none;
		padding: 18px 32px 30px;
		background: rgba(255, 255, 255, 0.98);
		border-bottom: 1px solid var(--line);
		box-shadow: var(--shadow);
	}

	body.menu-open .site-nav {
		display: block;
	}

	.nav-list {
		display: grid;
		gap: 8px;
	}

	.nav-list a {
		width: 100%;
		background: var(--paper);
	}

	.phone-link {
		display: none;
	}

	.hero-layout,
	.split-heading,
	.contact-layout {
		grid-template-columns: 1fr;
	}

	.hero {
		padding: 68px 0 58px;
	}

	.hero h1 {
		max-width: 860px;
		font-size: clamp(3rem, 7vw, 4.35rem);
	}

	.product-stage {
		min-height: 430px;
	}

	.browser-card {
		left: 0;
		right: auto;
		width: min(100%, 560px);
	}

	.service-grid,
	.work-grid,
	.project-showcase-card,
	.pricing-grid,
	.footer-grid,
	.trust-layout,
	.faq-grid {
		grid-template-columns: 1fr 1fr;
	}

	.trust-layout > div:first-child {
		position: static;
	}

	.service-card.primary-card {
		grid-row: auto;
	}

	.sector-showcase,
	.process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pricing-grid .featured {
		transform: none;
	}
}

@media (max-width: 768px) {
	#projeler .project-showcase-list {
		grid-template-columns: 1fr;
	}

	#projeler .project-showcase-card {
		padding: 18px;
	}

	#projeler .project-device-stage {
		min-height: 330px;
	}

	#projeler .laptop-device {
		top: 20px;
		width: 84%;
		height: 205px;
	}

	#projeler .phone-device {
		bottom: 18px;
		width: 26%;
		min-width: 96px;
		height: 252px;
	}
}

@media (max-width: 720px) {
	.container,
	.narrow {
		width: min(100% - 32px, var(--container));
	}

	.project-showcase-list {
		width: min(100% - 32px, var(--container));
		gap: 22px;
	}

	.header-inner {
		min-height: 72px;
		gap: 10px;
	}

	.brand-mark {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
		border-radius: 13px;
	}

	.brand-logo {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
		border-radius: 13px;
	}

	.brand-copy strong {
		font-size: 0.96rem;
	}

	.brand-copy small {
		max-width: 160px;
		font-size: 0.68rem;
	}

	.header-actions .btn-primary {
		display: none;
	}

	.site-nav {
		inset: 72px 0 auto 0;
		padding: 14px 16px 22px;
	}

	.hero {
		padding: 46px 0 38px;
	}

	.section {
		padding: 64px 0;
	}

	h1 {
		font-size: clamp(2.38rem, 11vw, 3.55rem);
	}

	.hero h1 {
		max-width: 100%;
		margin-bottom: 16px;
		font-size: clamp(2.08rem, 9.4vw, 2.78rem);
		line-height: 1.01;
	}

	h2 {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.hero-kicker {
		align-items: flex-start;
		margin-bottom: 14px;
		font-size: 0.72rem;
		line-height: 1.45;
		letter-spacing: 0.08em;
	}

	.hero-lead {
		margin-bottom: 20px;
		font-size: 0.98rem;
		line-height: 1.58;
	}

	.hero-actions,
	.hero-proof,
	.service-grid,
	.sector-showcase,
	.work-grid,
	.project-showcase-card,
	.process-grid,
	.pricing-grid,
	.footer-grid,
	.trust-layout,
	.founder-layout,
	.faq-grid {
		grid-template-columns: 1fr;
	}

	.hero-actions {
		display: grid;
		gap: 10px;
	}

	.hero-actions .btn {
		width: 100%;
		min-height: 50px;
	}

	.hero-proof {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		margin-top: 18px;
	}

	.hero-proof div {
		padding: 10px 8px;
		border-radius: 14px;
	}

	.hero-proof strong {
		font-size: 0.86rem;
	}

	.hero-proof span {
		font-size: 0.68rem;
		line-height: 1.25;
	}

	.product-stage {
		display: none;
	}

	.browser-card,
	.floating-card {
		position: static;
		width: 100%;
	}

	.browser-card {
		padding: 8px;
		border-radius: 20px;
	}

	.preview-hero {
		padding: 22px;
	}

	.preview-hero small {
		margin-bottom: 10px;
		font-size: 0.7rem;
	}

	.preview-hero strong {
		font-size: 1.38rem;
	}

	.preview-list {
		gap: 9px;
		padding: 18px 22px 22px;
	}

	.preview-list span {
		height: 10px;
	}

	.floating-card {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 8px 12px;
		margin-top: 0;
		padding: 12px 14px;
		border-radius: 16px;
	}

	.floating-card small {
		font-size: 0.62rem;
	}

	.floating-card strong {
		margin: 0;
		font-size: 0.9rem;
	}

	.floating-card span {
		font-size: 0.76rem;
	}

	.score-card div {
		width: 86px;
		margin-top: 0;
	}

	.project-showcase-card {
		gap: 18px;
		padding: 14px;
		border-radius: 22px;
	}

	.project-device-stage {
		min-height: 310px;
		overflow: hidden;
	}

	.desktop-device {
		top: 0;
		left: 18%;
		width: 70%;
		height: 155px;
		border-width: 6px;
	}

	.desktop-device::after {
		right: 30%;
		bottom: -34px;
		left: 30%;
		height: 34px;
	}

	.desktop-device i {
		right: 22%;
		bottom: -45px;
		left: 22%;
		height: 10px;
	}

	.laptop-device {
		right: 0;
		bottom: 26px;
		width: 58%;
		height: 118px;
		border-width: 6px;
	}

	.laptop-device i {
		right: -14px;
		bottom: -16px;
		left: -14px;
		height: 13px;
	}

	.phone-device {
		bottom: 22px;
		left: 0;
		width: 27%;
		min-width: 88px;
		height: 240px;
		border-width: 6px;
		border-radius: 20px;
	}

	.phone-device::before {
		width: 28px;
		height: 4px;
	}

	.project-logo-line {
		align-items: flex-start;
	}

	.project-showcase-content {
		gap: 12px;
		padding: 0 4px 4px;
	}

	.project-logo {
		width: 54px;
		height: 54px;
		border-radius: 16px;
	}

	.project-showcase-content p {
		margin-bottom: 0;
	}

	.sector-icon {
		width: 44px;
		height: 44px;
		margin-bottom: 16px;
	}

	.founder-layout {
		gap: 24px;
	}

	.founder-media {
		min-height: 260px;
		padding: 22px;
		border-radius: 24px;
	}

	.founder-photo {
		width: min(100%, 260px);
		border-radius: 22px;
	}

	.founder-placeholder {
		width: 138px;
		height: 138px;
		font-size: 3.4rem;
	}

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

	.trust-cards span {
		margin-bottom: 10px;
	}

	.logo-strip .container {
		justify-content: flex-start;
	}

	.split-heading {
		gap: 8px;
		margin-bottom: 30px;
	}

	.service-card,
	.process-grid div,
	.pricing-grid article,
	.contact-card {
		padding: 24px;
	}

	.service-card {
		min-height: auto;
	}

	.service-card span,
	.process-grid span {
		margin-bottom: 28px;
	}

	.contact-layout {
		gap: 24px;
	}

	.form-row,
	.quick-contact {
		grid-template-columns: 1fr;
	}

	.contact-highlights {
		margin-top: 18px;
	}

	.footer-bottom {
		display: grid;
	}

	.mobile-cta {
		display: grid;
	}

	.quote-modal {
		align-items: end;
		padding: 12px;
	}

	.quote-dialog {
		width: 100%;
		max-height: min(86vh, 760px);
		padding: 24px;
		border-radius: 28px 28px 18px 18px;
	}

	.quote-close {
		top: 12px;
		right: 12px;
	}

	.quote-choice h2,
	.quote-form-head h2 {
		padding-right: 44px;
		font-size: clamp(1.82rem, 8vw, 2.35rem);
	}

	.quote-action-grid {
		margin-top: 18px;
	}

	.footer {
		padding-bottom: 92px;
	}
}

@media (max-width: 380px) {
	.project-device-stage {
		min-height: 292px;
	}

	.desktop-device {
		width: 68%;
		height: 142px;
	}

	.laptop-device {
		width: 56%;
		height: 108px;
	}

	.phone-device {
		width: 27%;
		min-width: 80px;
		height: 220px;
	}
}

@media (max-width: 1120px) {
	#projeler .split-heading {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

@media (max-width: 720px) {
	#projeler .split-heading {
		gap: 8px;
		margin-bottom: 30px;
	}

	#projeler .split-heading h1 {
		font-size: clamp(2rem, 9vw, 2.45rem);
	}
}

/* v15.1 - Mobil hizmet kutulari 2 sutun duzeni */
@media (max-width: 768px) {
	#hizmetler .service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	#hizmetler .service-card,
	#hizmetler .service-card.primary-card {
		display: flex;
		min-height: 0;
		padding: 16px 14px;
		border-radius: 20px;
		flex-direction: column;
	}

	#hizmetler .service-icon {
		width: 40px;
		height: 40px;
		margin-bottom: 14px;
		border-radius: 14px;
	}

	#hizmetler .service-icon svg {
		width: 22px;
		height: 22px;
	}

	#hizmetler .service-card span {
		margin-bottom: 12px;
		font-size: 0.88rem;
	}

	#hizmetler .service-card h3 {
		margin-bottom: 8px;
		font-size: clamp(1rem, 4vw, 1.18rem);
		line-height: 1.12;
		letter-spacing: -0.03em;
	}

	#hizmetler .service-card p {
		margin-bottom: 8px;
		font-size: 0.78rem;
		line-height: 1.42;
	}

	#hizmetler .service-card ul {
		gap: 5px;
		margin-top: auto;
	}

	#hizmetler .service-card li {
		padding-left: 13px;
		font-size: 0.72rem;
		line-height: 1.35;
	}

	#hizmetler .service-card li::before {
		width: 5px;
		height: 5px;
	}
}

@media (max-width: 380px) {
	#hizmetler .service-grid {
		gap: 10px;
	}

	#hizmetler .service-card,
	#hizmetler .service-card.primary-card {
		padding: 14px 12px;
	}

	#hizmetler .service-card p,
	#hizmetler .service-card li {
		font-size: 0.68rem;
	}
}

/* v16.1 - Mobil sektor kutulari 2 sutun duzeni */
@media (max-width: 768px) {
	#sektorler .sector-showcase {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	#sektorler .sector-showcase article {
		min-height: 0;
		padding: 16px 14px;
		border-radius: 20px;
	}

	#sektorler .sector-icon {
		width: 40px;
		height: 40px;
		margin-bottom: 14px;
		border-radius: 14px;
	}

	#sektorler .sector-icon svg {
		width: 22px;
		height: 22px;
	}

	#sektorler .sector-showcase h3 {
		margin-bottom: 8px;
		font-size: clamp(1rem, 4vw, 1.18rem);
		line-height: 1.12;
		letter-spacing: -0.03em;
	}

	#sektorler .sector-showcase ul {
		gap: 5px;
		margin-top: 10px;
	}

	#sektorler .sector-showcase li {
		font-size: 0.72rem;
		line-height: 1.35;
	}

	#sektorler .sector-link {
		padding-top: 12px;
		font-size: 0.8rem;
		line-height: 1.2;
	}
}

@media (max-width: 380px) {
	#sektorler .sector-showcase {
		gap: 10px;
	}

	#sektorler .sector-showcase article {
		padding: 14px 12px;
	}

	#sektorler .sector-showcase li,
	#sektorler .sector-link {
		font-size: 0.68rem;
	}
}
