

		.service-section {
			padding: 80px 0 70px;
			scroll-margin-top: 100px;
			background: #fff;
		}
		.service-section.dark-section {
			background: #021533;
			background-image: radial-gradient(rgba(255,255,255,0.055) 1px, transparent 1px);
			background-size: 22px 22px;
		}

		.dark-section h2 { color: #fff !important; }
		.dark-section .lead-text { color: #a8c0d8 !important; }
		.dark-section .feature-list li { color: #c0d5ee; border-bottom-color: rgba(255,255,255,0.07); }
		.dark-section .feature-list li i { color: #6aa3ff; }
		.dark-section .sub-service-card {
			background: rgba(255,255,255,0.05);
			border-color: rgba(255,255,255,0.1);
		}
		.dark-section .sub-service-card:hover {
			background: rgba(255,255,255,0.09);
			border-color: rgba(12,90,219,0.5);
			box-shadow: 0 6px 24px rgba(0,0,0,0.3);
		}
		.dark-section .sub-service-card h5 { color: #ddeaff; }
		.dark-section .sub-service-card p { color: #8aadc7; }
		.dark-section .sub-service-card h5 i { color: #6aa3ff; }
		.dark-section .service-visual-icon {
			background: linear-gradient(135deg, #0d2550 0%, #1a65f0 100%);
			box-shadow: 0 20px 60px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.08);
		}

		.service-section-icon {
			width: 80px;
			height: 80px;
			background: linear-gradient(135deg, #0c5adb, #021533);
			border-radius: 16px;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 34px;
			color: #fff;
			margin-bottom: 24px;
			box-shadow: 0 8px 24px rgba(12,90,219,0.25);
		}
		.service-section h2 {
			font-size: 30px;
			color: #021533;
			margin-bottom: 8px;
			font-weight: 800;
		}
		.service-section .lead-text {
			font-size: 16px;
			color: #444;
			line-height: 1.8;
			margin-bottom: 20px;
		}

		.feature-list {
			list-style: none;
			padding: 0;
			margin: 0 0 28px;
		}
		.feature-list li {
			display: flex;
			align-items: flex-start;
			gap: 10px;
			padding: 8px 0;
			border-bottom: 1px solid #eef2fa;
			font-size: 14px;
			color: #444;
		}
		.feature-list li:last-child { border-bottom: none; }
		.feature-list li i {
			color: #0c5adb;
			font-size: 15px;
			flex-shrink: 0;
			margin-top: 2px;
		}

		.sub-service-card {
			background: #fff;
			border: 1px solid #e2eaf8;
			border-radius: 10px;
			padding: 22px 20px;
			margin-bottom: 16px;
			height: calc(100% - 16px);
			transition: all 0.3s;
		}
		.sub-service-card:hover {
			border-color: #0c5adb;
			box-shadow: 0 6px 24px rgba(12,90,219,0.1);
			transform: translateY(-3px);
		}
		.sub-service-card h5 {
			font-size: 15px;
			color: #021533;
			font-weight: 700;
			margin: 0 0 6px;
			display: flex;
			align-items: center;
			gap: 8px;
		}
		.sub-service-card h5 i { color: #0c5adb; }
		.sub-service-card p {
			font-size: 13px;
			color: #666;
			line-height: 1.6;
			margin: 0;
		}

		.service-visual {
			border-radius: 14px;
			overflow: hidden;
			box-shadow: 0 16px 48px rgba(0,0,0,0.10);
		}
		.service-visual img { width: 100%; height: auto; display: block; }
		.service-visual-icon {
			border-radius: 14px;
			overflow: hidden;
			min-height: 320px;
		}
		.service-visual-icon img {
			width: 100%;
			height: 100%;
			min-height: 320px;
			object-fit: cover;
			display: block;
		}

		.bilgi-al-btn {
			display: inline-block;
			background: transparent;
			color: #0c5adb;
			border: 2px solid #0c5adb;
			padding: 10px 28px;
			border-radius: 6px;
			font-weight: 600;
			font-size: 15px;
			text-decoration: none;
			position: relative;
			overflow: hidden;
			z-index: 1;
			transition: color 0.4s;
		}
		.bilgi-al-btn::before {
			content: "";
			position: absolute;
			width: 0;
			height: 100%;
			background: #0c5adb;
			top: 0;
			right: 0;
			z-index: -1;
			transition: 0.4s;
			border-radius: 4px;
		}
		.bilgi-al-btn:hover { color: #fff; }
		.bilgi-al-btn:hover::before { width: 100%; left: 0; }
		.bilgi-al-btn i { transition: color 0.4s; }
		.bilgi-al-btn:hover i { color: #fff; }

		.dark-section .bilgi-al-btn {
			background: #0c5adb;
			color: #fff;
			border-color: #0c5adb;
		}
		.dark-section .bilgi-al-btn::before { background: #fff; }
		.dark-section .bilgi-al-btn:hover { color: #0c5adb; }
		.dark-section .bilgi-al-btn:hover i { color: #0c5adb; }

		.services-cta {
			padding: 70px 0;
			background: linear-gradient(135deg, #0c5adb 0%, #021533 100%);
			text-align: center;
		}
		.services-cta h2 { font-size: 32px; color: #fff; margin-bottom: 12px; }
		.services-cta p { color: #b0c4de; font-size: 16px; margin-bottom: 28px; }
		.services-cta .cta-btn {
			display: inline-block;
			background: #fff;
			color: #0c5adb;
			padding: 13px 34px;
			border-radius: 6px;
			font-size: 15px;
			font-weight: 700;
			text-decoration: none;
			transition: all 0.3s;
			margin: 0 8px 10px;
		}
		.services-cta .cta-btn:hover { background: #e8f0fe; }
		.services-cta .cta-btn-outline {
			background: transparent;
			color: #fff;
			border: 2px solid rgba(255,255,255,0.5);
		}
		.services-cta .cta-btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

		@media (max-width: 767px) {
			.service-section { padding: 40px 0 40px; }
		}

		.projects-section { padding: 60px 0 80px; background: #f6f9fe; }
		.proj-layout { display: flex; gap: 32px; align-items: flex-start; }

		.proj-sidebar { width: 300px; flex-shrink: 0; position: sticky; top: 110px; }
		.proj-menu {
			background: #fff;
			border: 1px solid #e6edf9;
			border-radius: 18px;
			padding: 16px;
			box-shadow: 0 12px 34px rgba(2,21,51,0.06);
		}
		.proj-menu-title {
			font-size: 12px; text-transform: uppercase; letter-spacing: 1.2px;
			color: #8aa0bd; padding: 6px 12px 14px; font-weight: 700;
		}
		.proj-menu button {
			display: flex; align-items: center; gap: 13px; width: 100%; text-align: left;
			background: transparent; border: none; border-radius: 12px;
			padding: 13px 13px; font-size: 15px; font-weight: 600; color: #021533;
			cursor: pointer; transition: all .25s; margin-bottom: 5px;
		}
		.proj-menu button:last-child { margin-bottom: 0; }
		.proj-menu button .mi {
			width: 40px; height: 40px; border-radius: 11px; display: flex;
			align-items: center; justify-content: center; background: #eef4ff;
			color: #0c5adb; font-size: 19px; flex-shrink: 0; transition: all .25s;
		}
		.proj-menu button .mt { line-height: 1.25; }
		.proj-menu button .mt small { display: block; font-size: 12px; font-weight: 500; color: #8094ad; margin-top: 2px; }
		.proj-menu button:hover { background: #f3f7ff; }
		.proj-menu button.active {
			background: linear-gradient(135deg, #0c5adb, #021533); color: #fff;
			box-shadow: 0 12px 26px rgba(12,90,219,0.28);
		}
		.proj-menu button.active .mi { background: rgba(255,255,255,0.18); color: #fff; }
		.proj-menu button.active .mt small { color: rgba(255,255,255,0.7); }

		.proj-help {
			margin-top: 16px; background: linear-gradient(135deg, #0c5adb, #021533);
			border-radius: 16px; padding: 22px; color: #fff;
		}
		.proj-help h5 { font-size: 16px; font-weight: 700; margin: 0 0 8px; color: #fff; }
		.proj-help p { font-size: 13px; line-height: 1.7; color: #cfe0f7; margin: 0 0 14px; }
		.proj-help a {
			display: inline-flex; align-items: center; gap: 7px; background: #fff; color: #0c5adb;
			font-size: 13.5px; font-weight: 700; padding: 9px 18px; border-radius: 8px; text-decoration: none;
		}

		.proj-content { flex: 1; min-width: 0; }
		.proj-panel { display: none; }
		.proj-panel.active { display: block; animation: projFade .45s ease; }
		@keyframes projFade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

		.proj-panel-head { margin-bottom: 6px; }
		.proj-panel-head .eyebrow {
			display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .6px;
			text-transform: uppercase; color: #0c5adb; background: #eef4ff;
			padding: 5px 14px; border-radius: 20px; margin-bottom: 14px;
		}
		.proj-panel-head h2 { font-size: 28px; font-weight: 800; color: #021533; margin: 0 0 12px; }
		.proj-panel-head p.intro { color: #52617a; font-size: 15.5px; line-height: 1.85; margin: 0; max-width: 760px; }

		.proj-item {
			background: #fff; border: 1px solid #e6edf9; border-radius: 16px;
			padding: 28px 30px; margin-top: 22px; box-shadow: 0 8px 28px rgba(2,21,51,0.05);
			transition: all .3s; position: relative; overflow: hidden;
		}
		.proj-item::before {
			content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
			background: linear-gradient(#0c5adb, #021533);
		}
		.proj-item:hover { box-shadow: 0 18px 44px rgba(12,90,219,0.12); transform: translateY(-3px); }
		.proj-item .badge-no {
			display: inline-flex; align-items: center; justify-content: center;
			width: 30px; height: 30px; border-radius: 9px; background: #eef4ff; color: #0c5adb;
			font-size: 14px; font-weight: 800; margin-bottom: 12px;
		}
		.proj-item h3 { font-size: 19px; font-weight: 700; color: #021533; margin: 0 0 6px; line-height: 1.4; }
		.proj-item .sub { font-size: 13px; color: #0c5adb; font-weight: 600; margin: 0 0 14px; }
		.proj-item p { font-size: 14.5px; color: #52617a; line-height: 1.85; margin: 0 0 14px; }
		.proj-item p:last-child { margin-bottom: 0; }

		.proj-logos { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 4px 0 18px; }
		.logo-chip {
			background: #fff; border: 1px solid #eef2fa; border-radius: 12px; padding: 10px 16px;
			height: 62px; display: flex; align-items: center; box-shadow: 0 4px 14px rgba(2,21,51,0.05);
		}
		.logo-chip img { max-height: 40px; max-width: 130px; width: auto; object-fit: contain; display: block; }
		.logo-chip.logo-chip-lg { height: 92px; padding: 12px 24px; }
		.logo-chip.logo-chip-lg img { max-height: 64px; max-width: 190px; }

		.proj-figure { margin: 6px 0 18px; }
		.proj-figure img {
			max-width: 220px; width: 100%; border-radius: 12px; border: 1px solid #eef2fa;
			box-shadow: 0 6px 18px rgba(2,21,51,0.07);
		}

		.proj-feature { list-style: none; padding: 0; margin: 0 0 6px; }
		.proj-feature.cols { columns: 2; column-gap: 28px; }
		.proj-feature li {
			display: flex; gap: 10px; align-items: flex-start; padding: 7px 0;
			font-size: 14px; color: #44516a; border-bottom: 1px dashed #eef2fa;
			break-inside: avoid;
		}
		.proj-feature li:last-child { border-bottom: none; }
		.proj-feature li i { color: #0c5adb; margin-top: 3px; flex-shrink: 0; font-size: 14px; }
		.proj-feature.cols li.col-break { break-after: column; -webkit-column-break-after: always; }

		.proj-subtitle { font-size: 14px; font-weight: 700; color: #021533; margin: 18px 0 8px; }

		.proj-callout { background: #f3f7ff; border: 1px solid #e2ebfb; border-radius: 12px; padding: 16px 18px; margin: 16px 0; }
		.proj-callout h5 { font-size: 14px; font-weight: 700; color: #021533; margin: 0 0 6px; display: flex; gap: 8px; align-items: center; }
		.proj-callout h5 i { color: #0c5adb; }
		.proj-callout p { font-size: 13.5px; margin: 0; }

		@media (max-width: 991px) {
			.proj-layout { flex-direction: column; }
			.proj-sidebar { position: static; width: 100%; }
			.proj-menu { display: flex; flex-wrap: wrap; gap: 8px; }
			.proj-menu-title { width: 100%; padding-bottom: 6px; }
			.proj-menu button { flex: 1; min-width: 160px; margin-bottom: 0; }
			.proj-help { display: none; }
		}
		@media (max-width: 575px) {
			.projects-section { padding: 36px 0 50px; }
			.proj-item { padding: 22px 20px; }
			.proj-feature.cols { columns: 1; }
			.proj-menu button .mt small { display: none; }
		}

		.refp-section { padding: 60px 0 80px; background: #f6f9fe; }
		.refp-intro { text-align: center; max-width: 760px; margin: 0 auto 44px; }
		.refp-intro .eyebrow {
			display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .6px;
			text-transform: uppercase; color: #0c5adb; background: #eef4ff;
			padding: 5px 16px; border-radius: 20px; margin-bottom: 16px;
		}
		.refp-intro h2 { font-size: 30px; font-weight: 800; color: #021533; margin: 0 0 14px; }
		.refp-intro p { font-size: 15.5px; line-height: 1.85; color: #52617a; margin: 0; }

		.refp-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin: 0 auto 46px; }
		.refp-stat {
			background: #fff; border: 1px solid #e6edf9; border-radius: 16px;
			padding: 20px 30px; text-align: center; min-width: 170px;
			box-shadow: 0 8px 28px rgba(2,21,51,0.05);
		}
		.refp-stat b { display: block; font-size: 30px; font-weight: 800; color: #0c5adb; line-height: 1; }
		.refp-stat span { display: block; font-size: 13.5px; font-weight: 600; color: #52617a; margin-top: 8px; }

		.refp-grid {
			display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
			gap: 16px;
		}
		.refp-cell {
			display: flex; align-items: center; justify-content: center;
			height: 108px; background: #fff; border: 1px solid #e6edf9; border-radius: 14px;
			padding: 16px 20px; transition: box-shadow .25s, border-color .25s, transform .25s;
		}
		.refp-cell:hover { box-shadow: 0 14px 34px rgba(12,90,219,0.12); border-color: #c5d4ef; transform: translateY(-3px); }
		.refp-cell a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
		.refp-cell img {
			max-width: 100%; max-height: 100%; object-fit: contain;
			filter: grayscale(100%); opacity: .62; transition: filter .25s, opacity .25s;
			transform: translateZ(0); backface-visibility: hidden;
		}
		.refp-cell:hover img { filter: grayscale(0%); opacity: 1; }

		.refp-cta {
			margin-top: 54px; background: linear-gradient(135deg, #0c5adb, #021533);
			border-radius: 20px; padding: 46px 40px; text-align: center; color: #fff;
		}
		.refp-cta h3 { font-size: 26px; font-weight: 800; color: #fff; margin: 0 0 12px; }
		.refp-cta p { font-size: 15px; color: #cfe0f7; margin: 0 auto 24px; max-width: 560px; line-height: 1.8; }
		.refp-cta a {
			display: inline-flex; align-items: center; gap: 9px; background: #fff; color: #0c5adb;
			font-size: 15px; font-weight: 700; padding: 13px 30px; border-radius: 10px; text-decoration: none;
			transition: transform .25s, box-shadow .25s;
		}
		.refp-cta a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,0.22); }

		@media (max-width: 767px) {
			.refp-section { padding: 40px 0 56px; }
			.refp-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 12px; }
			.refp-cell { height: 88px; padding: 12px 14px; }
			.refp-intro h2 { font-size: 24px; }
			.refp-cta { padding: 36px 24px; }
			.refp-cta h3 { font-size: 21px; }
		}

		.privacy-area {
			padding: 70px 0 80px;
			background: #fff;
		}
		.privacy-content h2 {
			font-size: 26px;
			color: #021533;
			font-weight: 800;
			margin-bottom: 14px;
			margin-top: 40px;
		}
		.privacy-content h2:first-child { margin-top: 0; }
		.privacy-content p {
			font-size: 15px;
			color: #555;
			line-height: 1.9;
			margin-bottom: 14px;
		}
		.privacy-content ul {
			padding-left: 0;
			list-style: none;
			margin-bottom: 14px;
		}
		.privacy-content ul li {
			font-size: 15px;
			color: #555;
			line-height: 1.8;
			padding: 6px 0 6px 24px;
			position: relative;
			border-bottom: 1px solid #f0f4fb;
		}
		.privacy-content ul li:last-child { border-bottom: none; }
		.privacy-content ul li::before {
			content: "\F26C";
			font-family: "bootstrap-icons";
			color: #0c5adb;
			position: absolute;
			left: 0;
			top: 7px;
			font-size: 14px;
		}
		.privacy-content a { color: #0c5adb; text-decoration: none; }
		.privacy-content a:hover { text-decoration: underline; }

		.privacy-update-note {
			background: #f0f5ff;
			border-left: 4px solid #0c5adb;
			padding: 14px 20px;
			border-radius: 0 6px 6px 0;
			font-size: 14px;
			color: #444;
			margin-top: 40px;
		}

		.cookies-area {
			padding: 70px 0 80px;
			background: #fff;
		}
		.cookies-content h2 {
			font-size: 26px;
			color: #021533;
			font-weight: 800;
			margin-bottom: 14px;
			margin-top: 40px;
		}
		.cookies-content h2:first-child { margin-top: 0; }
		.cookies-content p {
			font-size: 15px;
			color: #555;
			line-height: 1.9;
			margin-bottom: 14px;
		}
		.cookies-content ul {
			padding-left: 0;
			list-style: none;
			margin-bottom: 14px;
		}
		.cookies-content ul li {
			font-size: 15px;
			color: #555;
			line-height: 1.8;
			padding: 6px 0 6px 24px;
			position: relative;
			border-bottom: 1px solid #f0f4fb;
		}
		.cookies-content ul li:last-child { border-bottom: none; }
		.cookies-content ul li::before {
			content: "\F26C";
			font-family: "bootstrap-icons";
			color: #0c5adb;
			position: absolute;
			left: 0;
			top: 7px;
			font-size: 14px;
		}
		.cookies-content a { color: #0c5adb; text-decoration: none; }
		.cookies-content a:hover { text-decoration: underline; }

		.cookie-table {
			width: 100%;
			border-collapse: collapse;
			margin-bottom: 20px;
			font-size: 14px;
		}
		.cookie-table thead tr {
			background: #021533;
			color: #fff;
		}
		.cookie-table th {
			padding: 12px 16px;
			text-align: left;
			font-weight: 600;
		}
		.cookie-table td {
			padding: 11px 16px;
			border-bottom: 1px solid #e8eef8;
			color: #555;
			vertical-align: top;
		}
		.cookie-table tr:nth-child(even) td { background: #f8fafd; }

		.cookies-update-note {
			background: #f0f5ff;
			border-left: 4px solid #0c5adb;
			padding: 14px 20px;
			border-radius: 0 6px 6px 0;
			font-size: 14px;
			color: #444;
			margin-top: 40px;
		}

		.p-konguru .urun-intro { padding: 70px 0 20px; background: #fff; }
		.p-konguru .urun-intro .urun-slogan { font-size: 32px; color: #021533; font-weight: 800; line-height: 1.3; margin: 0 0 26px; padding-bottom: 18px; position: relative; }
		.p-konguru .urun-intro .urun-slogan::after { content: ""; position: absolute; left: 0; bottom: 0; width: 64px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, #0c5adb, #021533); }
		.p-konguru .urun-intro p { font-size: 16px; color: #444; line-height: 1.85; margin-bottom: 16px; max-width: 920px; }
		.p-konguru .urun-section { padding: 40px 0 30px; background: #fff; }
		.p-konguru .urun-section.alt { background: #f7faff; padding: 60px 0 36px; }
		.p-konguru .urun-head { margin-bottom: 28px; }
		.p-konguru .urun-head h2 { font-size: 26px; color: #021533; font-weight: 800; margin: 0; }
		.p-konguru .modul-card { background: #fff; border: 1px solid #e2eaf8; border-left: 4px solid #0c5adb; border-radius: 14px; padding: 28px 30px; margin-bottom: 26px; height: calc(100% - 26px); transition: all .3s; }
		.p-konguru .modul-card:hover { box-shadow: 0 12px 34px rgba(12,90,219,.12); transform: translateY(-3px); }
		.p-konguru .modul-card h5 { font-size: 18px; color: #021533; font-weight: 800; margin: 0 0 14px; display: flex; align-items: center; gap: 12px; }
		.p-konguru .modul-card h5 i { width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg,#0c5adb,#021533); color: #fff; font-size: 19px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 16px rgba(12,90,219,.22); }
		.p-konguru .modul-card p { font-size: 14.5px; color: #555; line-height: 1.75; margin: 0; }
		.p-konguru .modul-card .yakinda { display: inline-block; margin-left: 6px; font-size: 11px; font-weight: 700; color: #0c5adb; background: #e8f0fe; border-radius: 20px; padding: 2px 10px; vertical-align: middle; }
		.p-konguru .urun-stats { background: #021533; background-image: radial-gradient(rgba(255,255,255,0.055) 1px, transparent 1px); background-size: 22px 22px; padding: 60px 0; }
		.p-konguru .urun-stats .stat-item { text-align: center; color: #fff; padding: 14px 0; }
		.p-konguru .urun-stats .stat-num { font-size: 42px; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 8px; }
		.p-konguru .urun-stats .stat-num span { color: #6aa3ff; }
		.p-konguru .urun-stats .stat-label { font-size: 15px; color: #a8c0d8; }
		.p-konguru .urun-cta { padding: 70px 0; background: linear-gradient(135deg, #0c5adb 0%, #021533 100%); text-align: center; }
		.p-konguru .urun-cta h2 { font-size: 30px; color: #fff; margin-bottom: 12px; }
		.p-konguru .urun-cta p { color: #b0c4de; font-size: 16px; margin-bottom: 28px; }
		.p-konguru .urun-cta .cta-btn { display: inline-block; background: #fff; color: #0c5adb; padding: 13px 34px; border-radius: 6px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .3s; margin: 0 8px 10px; }
		.p-konguru .urun-cta .cta-btn:hover { background: #e8f0fe; }
		.p-konguru .urun-cta .cta-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
		.p-konguru .urun-cta .cta-btn-outline:hover { background: rgba(255,255,255,.1); border-color: #fff; }
		.p-konguru .urun-intro .urun-slogan { font-size: 30px; }
		.p-konguru .konguru-brand-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #FFD23F 0%, #F6B60C 100%); border-radius: 18px; padding: 58px 36px; box-shadow: 0 24px 54px rgba(246,182,12,.30); text-align: center; }
		.p-konguru .konguru-brand-hero .kb-watermark { position: absolute; right: -34px; bottom: -34px; width: 240px; opacity: .10; pointer-events: none; }
		.p-konguru .konguru-brand-hero .kb-inner { position: relative; z-index: 1; }
		.p-konguru .konguru-brand-hero .kb-logo { display: block; width: 100%; max-width: 430px; margin: 0 auto 26px; }
		.p-konguru .konguru-brand-hero .kb-tag { color: #021533; font-size: 20px; font-weight: 700; line-height: 1.55; margin: 0; }
		.p-konguru .konguru-brand-hero .kb-modules { color: #021533; font-weight: 700; letter-spacing: .2px; font-size: 13px; line-height: 1.7; }
		.p-konguru .konguru-brand-hero .kb-modules .sep { color: rgba(2,21,51,.40); margin: 0 7px; }
		@media (min-width: 992px) and (max-width: 1199px) {
			.p-konguru .konguru-brand-hero .kb-modules { white-space: nowrap; font-size: 11px; }
			.p-konguru .konguru-brand-hero .kb-modules .sep { margin: 0 5px; }
		}
		@media (min-width: 1200px) {
			.p-konguru .konguru-brand-hero .kb-modules { white-space: nowrap; }
		}
		.p-konguru .konguru-link-btn { display: inline-flex; align-items: center; gap: 9px; background: #0c5adb; color: #fff; padding: 13px 28px; border-radius: 7px; font-size: 15px; font-weight: 700; text-decoration: none; margin-top: 12px; box-shadow: 0 8px 22px rgba(12,90,219,.28); transition: all .3s; }
		.p-konguru .konguru-link-btn:hover { background: #021533; color: #fff; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(2,21,51,.28); }
		.p-konguru .konguru-link-btn i { font-size: 17px; }
		@media (max-width: 991px) {
			.p-konguru .konguru-brand-hero { margin-top: 34px; }
		}
		@media (max-width: 767px) {
			.p-konguru .konguru-brand-hero { padding: 48px 26px; }
			.p-konguru .konguru-brand-hero .kb-logo { max-width: 300px; }
			.p-konguru .konguru-brand-hero .kb-tag { font-size: 18px; }
		}
		.p-konguru .crm-wheel-wrap { text-align: center; }
		.p-konguru .crm-wheel-img { width: 100%; max-width: 380px; margin: 0 auto; display: block; }
		.p-konguru .neden-lead { font-size: 16px; color: #444; line-height: 1.85; margin: 0 0 22px; }
		.p-konguru .neden-item { background: #fff; border: 1px solid #e2eaf8; border-left: 4px solid #0c5adb; border-radius: 14px; padding: 22px 24px; margin-bottom: 24px; height: calc(100% - 24px); transition: all .3s; }
		.p-konguru .neden-item:hover { box-shadow: 0 12px 30px rgba(12,90,219,.12); transform: translateY(-3px); }
		.p-konguru .neden-item h5 { font-size: 16.5px; color: #021533; font-weight: 800; margin: 0 0 11px; display: flex; align-items: center; gap: 11px; }
		.p-konguru .neden-item h5 i { width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg,#0c5adb,#021533); color: #fff; font-size: 17px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 16px rgba(12,90,219,.22); }
		.p-konguru .neden-item p { font-size: 14px; color: #555; line-height: 1.75; margin: 0; }
		@media (max-width: 991px) {
			.p-konguru .crm-wheel-wrap { margin-bottom: 30px; }
		}
		.p-konguru .feat-row { margin-bottom: 26px; }
		.p-konguru .feat-img { display: block; width: 100%; border-radius: 14px; box-shadow: 0 16px 40px rgba(2,21,51,.14); }
		.p-konguru .feat-text .feat-badge { display: inline-block; font-size: 11.5px; font-weight: 700; color: #0c5adb; background: #e8f0fe; border-radius: 20px; padding: 4px 14px; margin-bottom: 14px; letter-spacing: .5px; text-transform: uppercase; }
		.p-konguru .feat-text h3 { font-size: 23px; color: #021533; font-weight: 800; margin: 0 0 14px; display: flex; align-items: center; gap: 13px; }
		.p-konguru .feat-text h3 i { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg,#0c5adb,#021533); color: #fff; font-size: 20px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 16px rgba(12,90,219,.22); }
		.p-konguru .feat-text p { font-size: 15.5px; color: #555; line-height: 1.85; margin: 0; }
		.p-konguru .modul-list { border-top: 1px solid #e6edf8; }
		.p-konguru .modul-row { position: relative; display: flex; gap: 26px; align-items: baseline; padding: 26px 18px; border-bottom: 1px solid #e6edf8; transition: background .25s; }
		.p-konguru .modul-row::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #0c5adb; transform: scaleY(0); transform-origin: top; transition: transform .25s; }
		.p-konguru .modul-row:hover { background: #f7faff; }
		.p-konguru .modul-row:hover::before { transform: scaleY(1); }
		.p-konguru .modul-num { font-size: 34px; font-weight: 800; line-height: 1; color: #0c5adb; opacity: .28; flex-shrink: 0; min-width: 58px; transition: opacity .25s; }
		.p-konguru .modul-row:hover .modul-num { opacity: .85; }
		.p-konguru .modul-body { flex: 1; }
		.p-konguru .modul-body h5 { font-size: 19px; color: #021533; font-weight: 800; margin: 0 0 9px; letter-spacing: .2px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
		.p-konguru .modul-body p { font-size: 15px; color: #555; line-height: 1.8; margin: 0; max-width: 900px; }
		.p-konguru .modul-list .yakinda { font-size: 11px; font-weight: 700; color: #0c5adb; background: #e8f0fe; border-radius: 20px; padding: 2px 10px; }
		@media (max-width: 767px) {
			.p-konguru .modul-row { gap: 14px; padding: 20px 10px; }
			.p-konguru .modul-num { font-size: 24px; min-width: 40px; }
			.p-konguru .modul-body h5 { font-size: 17px; }
		}
		@media (max-width: 991px) {
			.p-konguru .feat-text { margin-top: 24px; }
		}
		@media (max-width: 767px) {
			.p-konguru .urun-intro { padding: 40px 0 10px; }
			.p-konguru .urun-intro .urun-slogan { font-size: 24px; }
			.p-konguru .urun-section.alt { padding: 40px 0 16px; }
			.p-konguru .urun-head h2 { font-size: 22px; }
			.p-konguru .urun-stats .stat-num { font-size: 34px; }
			.p-konguru .feat-text h3 { font-size: 20px; }
		}

		.p-bmbase .urun-intro { padding: 70px 0 20px; background: #fff; }
		.p-bmbase .urun-intro .urun-slogan { font-size: 34px; color: #021533; font-weight: 800; line-height: 1.3; margin: 0 0 26px; padding-bottom: 18px; position: relative; }
		.p-bmbase .urun-intro .urun-slogan::after { content: ""; position: absolute; left: 0; bottom: 0; width: 64px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, #0c5adb, #021533); }
		.p-bmbase .urun-intro p { font-size: 16px; color: #444; line-height: 1.85; margin-bottom: 16px; max-width: 920px; }
		.p-bmbase .urun-intro .urun-box-wrap { max-width: 380px; margin: 0 auto; background: #f7faff; border: 1px solid #e2eaf8; border-radius: 16px; padding: 22px; box-shadow: 0 18px 42px rgba(2,21,51,.12); }
		.p-bmbase .urun-intro .urun-box-img { display: block; width: 100%; height: auto; border-radius: 8px; }
		@media (max-width: 991px) {
			.p-bmbase .urun-intro .urun-box-wrap { margin-top: 34px; }
		}
		.p-bmbase .urun-section { padding: 40px 0 30px; background: #fff; }
		.p-bmbase .urun-section.alt { background: #f7faff; padding: 60px 0 36px; }
		.p-bmbase .urun-head { margin-bottom: 28px; }
		.p-bmbase .urun-head h2 { font-size: 26px; color: #021533; font-weight: 800; margin: 0; }
		.p-bmbase .modul-card { background: #fff; border: 1px solid #e2eaf8; border-left: 4px solid #0c5adb; border-radius: 14px; padding: 30px 34px; margin-bottom: 26px; height: calc(100% - 26px); transition: all .3s; }
		.p-bmbase .modul-card:hover { box-shadow: 0 12px 34px rgba(12,90,219,.12); transform: translateY(-3px); }
		.p-bmbase .modul-card h5 { font-size: 19px; color: #021533; font-weight: 800; margin: 0 0 16px; display: flex; align-items: center; gap: 13px; }
		.p-bmbase .modul-card h5 i { width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg,#0c5adb,#021533); color: #fff; font-size: 19px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 16px rgba(12,90,219,.22); }
		.p-bmbase .modul-card p { font-size: 15px; color: #555; line-height: 1.85; margin: 0 0 13px; }
		.p-bmbase .modul-card p:last-child { margin-bottom: 0; }
		.p-bmbase .urun-cta { padding: 70px 0; background: linear-gradient(135deg, #0c5adb 0%, #021533 100%); text-align: center; }
		.p-bmbase .urun-cta h2 { font-size: 30px; color: #fff; margin-bottom: 12px; }
		.p-bmbase .urun-cta p { color: #b0c4de; font-size: 16px; margin-bottom: 28px; }
		.p-bmbase .urun-cta .cta-btn { display: inline-block; background: #fff; color: #0c5adb; padding: 13px 34px; border-radius: 6px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .3s; margin: 0 8px 10px; }
		.p-bmbase .urun-cta .cta-btn:hover { background: #e8f0fe; }
		.p-bmbase .urun-cta .cta-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
		.p-bmbase .urun-cta .cta-btn-outline:hover { background: rgba(255,255,255,.1); border-color: #fff; }
		@media (max-width: 767px) {
			.p-bmbase .urun-intro { padding: 40px 0 10px; }
			.p-bmbase .urun-intro .urun-slogan { font-size: 26px; }
			.p-bmbase .urun-section.alt { padding: 40px 0 16px; }
			.p-bmbase .urun-head h2 { font-size: 22px; }
		}

		.p-btbase .urun-intro { padding: 70px 0 20px; background: #fff; }
		.p-btbase .urun-intro .urun-slogan { font-size: 34px; color: #021533; font-weight: 800; line-height: 1.3; margin: 0 0 26px; padding-bottom: 18px; position: relative; }
		.p-btbase .urun-intro .urun-slogan::after { content: ""; position: absolute; left: 0; bottom: 0; width: 64px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, #0c5adb, #021533); }
		.p-btbase .urun-intro p { font-size: 16px; color: #444; line-height: 1.85; margin-bottom: 16px; max-width: 920px; }
		.p-btbase .urun-section { padding: 40px 0 30px; background: #fff; }
		.p-btbase .urun-section.alt { background: #f7faff; padding: 60px 0 50px; }
		.p-btbase .urun-head { margin-bottom: 28px; }
		.p-btbase .urun-head h2 { font-size: 26px; color: #021533; font-weight: 800; margin: 0; }
		.p-btbase .feature-card { background: #fff; border: 1px solid #e2eaf8; border-left: 4px solid #0c5adb; border-radius: 14px; padding: 24px 26px; margin-bottom: 24px; height: calc(100% - 24px); display: flex; align-items: center; gap: 16px; transition: all .3s; }
		.p-btbase .feature-card:hover { box-shadow: 0 12px 34px rgba(12,90,219,.12); transform: translateY(-3px); }
		.p-btbase .feature-card i { width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, #0c5adb, #021533); color: #fff; font-size: 20px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 16px rgba(12,90,219,.22); }
		.p-btbase .feature-card span { font-size: 15.5px; color: #3a4757; line-height: 1.65; font-weight: 500; }
		.p-btbase .urun-cta { padding: 70px 0; background: linear-gradient(135deg, #0c5adb 0%, #021533 100%); text-align: center; }
		.p-btbase .urun-cta h2 { font-size: 30px; color: #fff; margin-bottom: 12px; }
		.p-btbase .urun-cta p { color: #b0c4de; font-size: 16px; margin-bottom: 28px; }
		.p-btbase .urun-cta .cta-btn { display: inline-block; background: #fff; color: #0c5adb; padding: 13px 34px; border-radius: 6px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .3s; margin: 0 8px 10px; }
		.p-btbase .urun-cta .cta-btn:hover { background: #e8f0fe; }
		.p-btbase .urun-cta .cta-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
		.p-btbase .urun-cta .cta-btn-outline:hover { background: rgba(255,255,255,.1); border-color: #fff; }
		@media (max-width: 767px) {
			.p-btbase .urun-intro { padding: 40px 0 10px; }
			.p-btbase .urun-intro .urun-slogan { font-size: 26px; }
			.p-btbase .urun-section.alt { padding: 40px 0 30px; }
			.p-btbase .urun-head h2 { font-size: 22px; }
		}

		.p-doxbase .urun-intro { padding: 70px 0 20px; background: #fff; }
		.p-doxbase .urun-intro .urun-slogan { font-size: 34px; color: #021533; font-weight: 800; line-height: 1.3; margin: 0 0 26px; padding-bottom: 18px; position: relative; }
		.p-doxbase .urun-intro .urun-slogan::after { content: ""; position: absolute; left: 0; bottom: 0; width: 64px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, #0c5adb, #021533); }
		.p-doxbase .urun-intro .urun-box-wrap { max-width: 380px; margin: 0 auto; background: #f7faff; border: 1px solid #e2eaf8; border-radius: 16px; padding: 22px; box-shadow: 0 18px 42px rgba(2,21,51,.12); }
		.p-doxbase .urun-intro .urun-box-img { display: block; width: 100%; height: auto; border-radius: 8px; }
		.p-doxbase .urun-intro p { font-size: 16px; color: #444; line-height: 1.85; margin-bottom: 16px; max-width: 920px; }
		.p-doxbase .urun-section { padding: 40px 0 30px; background: #fff; }
		.p-doxbase .urun-section.alt { background: #f7faff; padding: 60px 0 36px; }
		.p-doxbase .urun-head { margin-bottom: 28px; }
		.p-doxbase .urun-head h2 { font-size: 26px; color: #021533; font-weight: 800; margin: 0; }
		.p-doxbase .modul-card { background: #fff; border: 1px solid #e2eaf8; border-left: 4px solid #0c5adb; border-radius: 14px; padding: 30px 34px; margin-bottom: 26px; height: calc(100% - 26px); transition: all .3s; }
		.p-doxbase .modul-card:hover { box-shadow: 0 12px 34px rgba(12,90,219,.12); transform: translateY(-3px); }
		.p-doxbase .modul-card h5 { font-size: 19px; color: #021533; font-weight: 800; margin: 0 0 16px; display: flex; align-items: center; gap: 13px; }
		.p-doxbase .modul-card h5 i { width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg,#0c5adb,#021533); color: #fff; font-size: 19px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 16px rgba(12,90,219,.22); }
		.p-doxbase .modul-card p { font-size: 15px; color: #555; line-height: 1.85; margin: 0 0 13px; }
		.p-doxbase .modul-card p:last-child { margin-bottom: 0; }
		.p-doxbase .urun-cta { padding: 70px 0; background: linear-gradient(135deg, #0c5adb 0%, #021533 100%); text-align: center; }
		.p-doxbase .urun-cta h2 { font-size: 30px; color: #fff; margin-bottom: 12px; }
		.p-doxbase .urun-cta p { color: #b0c4de; font-size: 16px; margin-bottom: 28px; }
		.p-doxbase .urun-cta .cta-btn { display: inline-block; background: #fff; color: #0c5adb; padding: 13px 34px; border-radius: 6px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .3s; margin: 0 8px 10px; }
		.p-doxbase .urun-cta .cta-btn:hover { background: #e8f0fe; }
		.p-doxbase .urun-cta .cta-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
		.p-doxbase .urun-cta .cta-btn-outline:hover { background: rgba(255,255,255,.1); border-color: #fff; }
		@media (max-width: 991px) {
			.p-doxbase .urun-intro .urun-box-wrap { margin-top: 34px; }
		}
		@media (max-width: 767px) {
			.p-doxbase .urun-intro { padding: 40px 0 10px; }
			.p-doxbase .urun-intro .urun-slogan { font-size: 26px; }
			.p-doxbase .urun-section.alt { padding: 40px 0 16px; }
			.p-doxbase .urun-head h2 { font-size: 22px; }
		}

		.p-semabase .urun-intro { padding: 70px 0 20px; background: #fff; }
		.p-semabase .urun-intro .urun-slogan { font-size: 34px; color: #021533; font-weight: 800; line-height: 1.3; margin: 0 0 26px; padding-bottom: 18px; position: relative; }
		.p-semabase .urun-intro .urun-slogan::after { content: ""; position: absolute; left: 0; bottom: 0; width: 64px; height: 4px; border-radius: 2px; background: linear-gradient(90deg, #0c5adb, #021533); }
		.p-semabase .urun-intro .urun-box-wrap { max-width: 380px; margin: 0 auto; background: #f7faff; border: 1px solid #e2eaf8; border-radius: 16px; padding: 22px; box-shadow: 0 18px 42px rgba(2,21,51,.12); }
		.p-semabase .urun-intro .urun-box-img { display: block; width: 100%; height: auto; border-radius: 8px; }
		.p-semabase .urun-intro p { font-size: 16px; color: #444; line-height: 1.85; margin-bottom: 16px; max-width: 920px; }
		.p-semabase .urun-section { padding: 40px 0 30px; background: #fff; }
		.p-semabase .urun-section.alt { background: #f7faff; padding: 60px 0 36px; }
		.p-semabase .urun-head { margin-bottom: 28px; }
		.p-semabase .urun-head h2 { font-size: 26px; color: #021533; font-weight: 800; margin: 0; }
		.p-semabase .modul-card { background: #fff; border: 1px solid #e2eaf8; border-left: 4px solid #0c5adb; border-radius: 14px; padding: 30px 34px; margin-bottom: 26px; height: calc(100% - 26px); transition: all .3s; }
		.p-semabase .modul-card:hover { box-shadow: 0 12px 34px rgba(12,90,219,.12); transform: translateY(-3px); }
		.p-semabase .modul-card h5 { font-size: 19px; color: #021533; font-weight: 800; margin: 0 0 16px; display: flex; align-items: center; gap: 13px; }
		.p-semabase .modul-card h5 i { width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg,#0c5adb,#021533); color: #fff; font-size: 19px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 16px rgba(12,90,219,.22); }
		.p-semabase .modul-card p { font-size: 15px; color: #555; line-height: 1.85; margin: 0 0 13px; }
		.p-semabase .modul-card p:last-child { margin-bottom: 0; }
		.p-semabase .urun-cta { padding: 70px 0; background: linear-gradient(135deg, #0c5adb 0%, #021533 100%); text-align: center; }
		.p-semabase .urun-cta h2 { font-size: 30px; color: #fff; margin-bottom: 12px; }
		.p-semabase .urun-cta p { color: #b0c4de; font-size: 16px; margin-bottom: 28px; }
		.p-semabase .urun-cta .cta-btn { display: inline-block; background: #fff; color: #0c5adb; padding: 13px 34px; border-radius: 6px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .3s; margin: 0 8px 10px; }
		.p-semabase .urun-cta .cta-btn:hover { background: #e8f0fe; }
		.p-semabase .urun-cta .cta-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
		.p-semabase .urun-cta .cta-btn-outline:hover { background: rgba(255,255,255,.1); border-color: #fff; }
		@media (max-width: 991px) {
			.p-semabase .urun-intro .urun-box-wrap { margin-top: 34px; }
		}
		@media (max-width: 767px) {
			.p-semabase .urun-intro { padding: 40px 0 10px; }
			.p-semabase .urun-intro .urun-slogan { font-size: 26px; }
			.p-semabase .urun-section.alt { padding: 40px 0 16px; }
			.p-semabase .urun-head h2 { font-size: 22px; }
		}
