:root {
	--hemen-cyan: #35bad6;
	--hemen-cyan-dark: #1c93ad;
	--hemen-ink: #071c2c;
	--hemen-ink-soft: #163247;
	--hemen-text: #435365;
	--hemen-mist: #f2f8fa;
	--hemen-line: #dce9ed;
	--hemen-white: #fff;
	--hemen-radius: 22px;
	--hemen-shadow: 0 24px 70px rgba(7, 28, 44, 0.11);
}

.hemen-geo-page,
.hemen-geo-page * {
	box-sizing: border-box;
}

.hemen-geo-page {
	background: var(--hemen-white);
	color: var(--hemen-text);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	overflow: hidden;
}

.hemen-geo-page h1,
.hemen-geo-page h2,
.hemen-geo-page h3,
.hemen-geo-page p {
	margin-top: 0;
}

.hemen-geo-page h1,
.hemen-geo-page h2,
.hemen-geo-page h3 {
	color: var(--hemen-ink);
	font-family: "DM Sans", Arial, sans-serif;
	line-height: 1.12;
}

.hemen-geo-container {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.hemen-geo-breadcrumb {
	background: #061622;
	color: rgba(255, 255, 255, 0.66);
	font-size: 13px;
	padding: 12px 0;
}

.hemen-geo-breadcrumb .hemen-geo-container {
	align-items: center;
	display: flex;
	gap: 10px;
	overflow: hidden;
	white-space: nowrap;
}

.hemen-geo-breadcrumb a {
	color: var(--hemen-cyan);
	text-decoration: none;
}

.hemen-geo-breadcrumb span:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
}

.hemen-geo-hero {
	background:
		radial-gradient(circle at 9% 15%, rgba(53, 186, 214, 0.18), transparent 31%),
		linear-gradient(128deg, #061622 0%, #0a2639 52%, #0d3449 100%);
	color: var(--hemen-white);
	padding: 86px 0 82px;
	position: relative;
}

.hemen-geo-hero::after {
	background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 40px 40px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to right, #000, transparent);
	pointer-events: none;
	position: absolute;
}

.hemen-geo-hero__glow {
	background: var(--hemen-cyan);
	border-radius: 50%;
	filter: blur(120px);
	height: 260px;
	opacity: 0.13;
	position: absolute;
	right: 6%;
	top: 15%;
	width: 260px;
}

.hemen-geo-hero__grid {
	align-items: center;
	display: grid;
	gap: 68px;
	grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
	position: relative;
	z-index: 1;
}

.hemen-geo-eyebrow,
.hemen-geo-kicker {
	color: var(--hemen-cyan-dark);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.hemen-geo-eyebrow {
	align-items: center;
	color: #76def1;
	display: flex;
	gap: 10px;
}

.hemen-geo-eyebrow::before {
	background: var(--hemen-cyan);
	content: "";
	height: 2px;
	width: 34px;
}

.hemen-geo-hero h1 {
	color: var(--hemen-white);
	font-size: clamp(42px, 5.1vw, 72px);
	letter-spacing: -0.045em;
	margin-bottom: 25px;
	max-width: 780px;
}

.hemen-geo-hero h1 span {
	color: #65d9ed;
}

.hemen-geo-lead {
	color: rgba(255, 255, 255, 0.76);
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 31px;
	max-width: 700px;
}

.hemen-geo-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hemen-geo-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 11px;
	display: inline-flex;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	min-height: 52px;
	padding: 13px 22px;
	text-decoration: none !important;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hemen-geo-button:hover {
	transform: translateY(-2px);
}

.hemen-geo-button--primary {
	background: var(--hemen-cyan);
	color: #05202e !important;
}

.hemen-geo-button--primary:hover {
	background: #66d5e9;
}

.hemen-geo-button--dark {
	background: var(--hemen-ink);
	color: var(--hemen-white) !important;
}

.hemen-geo-button--ghost {
	border-color: rgba(255, 255, 255, 0.25);
	color: var(--hemen-white) !important;
}

.hemen-geo-button--ghost:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.48);
}

.hemen-geo-button--light {
	background: var(--hemen-white);
	color: var(--hemen-ink) !important;
}

.hemen-geo-button--outline-light {
	border-color: rgba(255, 255, 255, 0.45);
	color: var(--hemen-white) !important;
}

.hemen-geo-trustline {
	align-items: center;
	color: rgba(255, 255, 255, 0.58);
	display: flex;
	font-size: 13px;
	gap: 8px;
	margin: 21px 0 0;
}

.hemen-geo-trustline span {
	color: var(--hemen-cyan);
}

.hemen-geo-hero__visual {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 28px;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35);
	min-height: 470px;
	overflow: hidden;
	position: relative;
	transform: rotate(1.2deg);
}

.hemen-geo-hero__visual::after {
	background: linear-gradient(to top, rgba(3, 22, 34, 0.76), transparent 50%);
	content: "";
	inset: 0;
	position: absolute;
}

.hemen-geo-hero__visual img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.hemen-geo-page--e-imza-bayilik .hemen-geo-hero__visual img {
	object-position: center;
}

.hemen-geo-hero__panel {
	align-items: center;
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 15px;
	bottom: 24px;
	box-shadow: 0 14px 40px rgba(7, 28, 44, 0.24);
	display: flex;
	gap: 12px;
	left: 24px;
	padding: 15px 17px;
	position: absolute;
	right: 24px;
	z-index: 2;
}

.hemen-geo-hero__panel strong,
.hemen-geo-hero__panel small {
	display: block;
}

.hemen-geo-hero__panel strong {
	color: var(--hemen-ink);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 14px;
}

.hemen-geo-hero__panel small {
	color: #71808d;
	font-size: 12px;
}

.hemen-geo-status-dot {
	background: #2dd4bf;
	border: 5px solid #d7faf4;
	border-radius: 50%;
	height: 18px;
	width: 18px;
}

.hemen-geo-factbar {
	background: var(--hemen-white);
	border-bottom: 1px solid var(--hemen-line);
	box-shadow: 0 12px 35px rgba(7, 28, 44, 0.06);
	position: relative;
	z-index: 3;
}

.hemen-geo-factbar__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.hemen-geo-fact {
	padding: 25px 30px;
	position: relative;
}

.hemen-geo-fact:not(:last-child)::after {
	background: var(--hemen-line);
	content: "";
	height: 36px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.hemen-geo-fact strong,
.hemen-geo-fact span {
	display: block;
}

.hemen-geo-fact strong {
	color: var(--hemen-ink);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 18px;
}

.hemen-geo-fact span {
	color: #72808b;
	font-size: 13px;
}

.hemen-geo-section {
	padding: 96px 0;
}

.hemen-geo-section--soft {
	background: #f8fbfc;
}

.hemen-geo-section--tint {
	background: var(--hemen-mist);
}

.hemen-geo-section--answer {
	padding-bottom: 58px;
	padding-top: 76px;
}

.hemen-geo-answer {
	align-items: flex-start;
	background: linear-gradient(135deg, #eefafd, #f7fbfc);
	border: 1px solid #c9eaf1;
	border-radius: var(--hemen-radius);
	display: grid;
	gap: 24px;
	grid-template-columns: auto 1fr;
	padding: 34px 38px;
}

.hemen-geo-answer__mark {
	align-items: center;
	background: var(--hemen-cyan);
	border-radius: 14px;
	color: #05202e;
	display: flex;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 24px;
	font-weight: 800;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.hemen-geo-answer h2 {
	font-size: clamp(27px, 3vw, 38px);
	margin-bottom: 13px;
}

.hemen-geo-answer p:last-child {
	font-size: 17px;
	margin-bottom: 0;
	max-width: 960px;
}

.hemen-geo-heading {
	margin-bottom: 42px;
	max-width: 790px;
}

.hemen-geo-heading h2 {
	font-size: clamp(31px, 4vw, 48px);
	letter-spacing: -0.035em;
	margin-bottom: 18px;
}

.hemen-geo-heading > p:last-child {
	font-size: 17px;
	margin-bottom: 0;
}

.hemen-geo-cards {
	display: grid;
	gap: 18px;
}

.hemen-geo-cards--2 {
	grid-template-columns: repeat(2, 1fr);
}

.hemen-geo-cards--3 {
	grid-template-columns: repeat(3, 1fr);
}

.hemen-geo-card {
	background: var(--hemen-white);
	border: 1px solid var(--hemen-line);
	border-radius: 18px;
	min-height: 240px;
	padding: 30px;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hemen-geo-card:hover {
	border-color: #9edbe7;
	box-shadow: 0 18px 45px rgba(7, 28, 44, 0.09);
	transform: translateY(-4px);
}

.hemen-geo-card__number {
	color: var(--hemen-cyan-dark);
	display: block;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 37px;
}

.hemen-geo-card h3 {
	font-size: 21px;
	margin-bottom: 12px;
}

.hemen-geo-card p {
	font-size: 14px;
	line-height: 1.72;
	margin-bottom: 0;
}

.hemen-geo-packages {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 36px;
}

.hemen-geo-package {
	background: var(--hemen-white);
	border: 1px solid var(--hemen-line);
	border-radius: 22px;
	box-shadow: 0 18px 50px rgba(7, 28, 44, 0.07);
	padding: 38px;
	position: relative;
}

.hemen-geo-package--featured {
	border: 2px solid var(--hemen-cyan);
	transform: translateY(-9px);
}

.hemen-geo-package__badge {
	background: var(--hemen-cyan);
	border-radius: 999px;
	color: #05202e;
	font-size: 11px;
	font-weight: 800;
	padding: 7px 11px;
	position: absolute;
	right: 24px;
	top: 24px;
}

.hemen-geo-package__term {
	color: var(--hemen-cyan-dark);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.hemen-geo-package h3 {
	font-size: 28px;
	margin: 8px 0 12px;
}

.hemen-geo-package__price {
	color: var(--hemen-ink);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 34px;
	font-weight: 800;
	margin-bottom: 20px;
}

.hemen-geo-package ul {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.hemen-geo-package li {
	border-top: 1px solid var(--hemen-line);
	padding: 11px 0 11px 24px;
	position: relative;
}

.hemen-geo-package li::before {
	color: var(--hemen-cyan-dark);
	content: "✓";
	font-weight: 800;
	left: 0;
	position: absolute;
}

.hemen-geo-note,
.hemen-geo-reviewed {
	color: #6d7d89;
	font-size: 13px;
	margin: 20px 0 0;
}

.hemen-geo-price-table-wrap {
	border: 1px solid var(--hemen-line);
	border-radius: 18px;
	overflow-x: auto;
}

.hemen-geo-price-table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.hemen-geo-price-table caption {
	background: #e5f7fb;
	font-weight: 700;
	padding: 14px 20px;
	text-align: left;
}

.hemen-geo-price-table th,
.hemen-geo-price-table td {
	background: var(--hemen-white);
	border-bottom: 1px solid var(--hemen-line);
	padding: 18px 20px;
	text-align: left;
}

.hemen-geo-verification {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: 0.9fr 1.1fr;
}

.hemen-geo-verification h2 {
	font-size: clamp(30px, 4vw, 46px);
	margin-bottom: 0;
}

.hemen-geo-verification__card {
	background: var(--hemen-white);
	border: 1px solid var(--hemen-line);
	border-radius: var(--hemen-radius);
	box-shadow: var(--hemen-shadow);
	padding: 32px;
}

.hemen-geo-verification__card p {
	margin-bottom: 16px;
}

.hemen-geo-verification__card a {
	color: var(--hemen-cyan-dark);
	font-weight: 700;
}

.hemen-geo-section--dark {
	background:
		radial-gradient(circle at 80% 10%, rgba(53, 186, 214, 0.14), transparent 30%),
		var(--hemen-ink);
	color: rgba(255, 255, 255, 0.7);
}

.hemen-geo-heading--light h2 {
	color: var(--hemen-white);
}

.hemen-geo-heading--light .hemen-geo-kicker {
	color: #63d9ed;
}

.hemen-geo-steps {
	counter-reset: none;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.hemen-geo-steps li {
	padding: 0 25px;
	position: relative;
}

.hemen-geo-steps li:first-child {
	padding-left: 0;
}

.hemen-geo-steps li:last-child {
	padding-right: 0;
}

.hemen-geo-steps li:not(:last-child)::after {
	background: linear-gradient(90deg, var(--hemen-cyan), rgba(53, 186, 214, 0.13));
	content: "";
	height: 1px;
	position: absolute;
	right: -12px;
	top: 21px;
	width: 48px;
}

.hemen-geo-steps li > span {
	align-items: center;
	background: rgba(53, 186, 214, 0.16);
	border: 1px solid rgba(99, 217, 237, 0.38);
	border-radius: 50%;
	color: #7be3f4;
	display: flex;
	font-family: "DM Sans", Arial, sans-serif;
	font-weight: 800;
	height: 43px;
	justify-content: center;
	margin-bottom: 25px;
	width: 43px;
}

.hemen-geo-steps h3 {
	color: var(--hemen-white);
	font-size: 19px;
	margin-bottom: 10px;
}

.hemen-geo-steps p {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 0;
}

.hemen-geo-source-layout {
	align-items: start;
	display: grid;
	gap: 80px;
	grid-template-columns: 0.88fr 1.12fr;
}

.hemen-geo-source-layout h2 {
	font-size: clamp(30px, 4vw, 46px);
	margin-bottom: 16px;
}

.hemen-geo-sources {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hemen-geo-sources li + li {
	margin-top: 10px;
}

.hemen-geo-sources a {
	align-items: center;
	background: #f8fbfc;
	border: 1px solid var(--hemen-line);
	border-radius: 12px;
	color: var(--hemen-ink) !important;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	padding: 17px 19px;
	text-decoration: none !important;
	transition: background 180ms ease, border-color 180ms ease;
}

.hemen-geo-sources a:hover {
	background: #eefafd;
	border-color: #a9dfe9;
}

.hemen-geo-faq-layout {
	display: grid;
	gap: 80px;
	grid-template-columns: 0.76fr 1.24fr;
}

.hemen-geo-faq {
	background: var(--hemen-white);
	border: 1px solid var(--hemen-line);
	border-radius: 13px;
	padding: 0 21px;
}

.hemen-geo-faq + .hemen-geo-faq {
	margin-top: 10px;
}

.hemen-geo-faq summary {
	color: var(--hemen-ink);
	cursor: pointer;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	list-style: none;
	padding: 19px 35px 19px 0;
	position: relative;
}

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

.hemen-geo-faq summary::after {
	color: var(--hemen-cyan-dark);
	content: "+";
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 13px;
}

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

.hemen-geo-faq p {
	border-top: 1px solid var(--hemen-line);
	font-size: 14px;
	margin: 0;
	padding: 17px 0 20px;
}

.hemen-geo-related {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, 1fr);
}

.hemen-geo-related a {
	align-items: center;
	background: var(--hemen-white);
	border: 1px solid var(--hemen-line);
	border-radius: 13px;
	color: var(--hemen-ink) !important;
	display: flex;
	font-family: "DM Sans", Arial, sans-serif;
	font-weight: 700;
	justify-content: space-between;
	padding: 18px 20px;
	text-decoration: none !important;
	transition: border-color 180ms ease, transform 180ms ease;
}

.hemen-geo-related a:hover {
	border-color: var(--hemen-cyan);
	transform: translateX(3px);
}

.hemen-geo-related a span:last-child {
	color: var(--hemen-cyan-dark);
}

.hemen-geo-cta {
	background: linear-gradient(126deg, var(--hemen-cyan-dark), #0c7f99 55%, #09657d);
	color: rgba(255, 255, 255, 0.78);
	padding: 74px 0;
}

.hemen-geo-cta__inner {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: 1.2fr 0.8fr;
}

.hemen-geo-cta h2 {
	color: var(--hemen-white);
	font-size: clamp(31px, 4vw, 49px);
	letter-spacing: -0.035em;
	margin-bottom: 15px;
}

.hemen-geo-cta .hemen-geo-kicker {
	color: #bdf3fb;
}

.hemen-geo-cta p:last-child {
	margin-bottom: 0;
}

.hemen-geo-context {
	background: #f6f8fb;
	border-left: 4px solid var(--hemen-cyan);
	margin: 2rem 0 0;
	padding: 1rem 1.25rem;
}

.hemen-geo-page + .hemen-geo-context {
	display: none;
}

@media (max-width: 1024px) {
	.hemen-geo-hero__grid {
		gap: 42px;
		grid-template-columns: 1fr 0.82fr;
	}

	.hemen-geo-hero__visual {
		min-height: 410px;
	}

	.hemen-geo-cards--3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.hemen-geo-steps {
		gap: 36px 24px;
		grid-template-columns: repeat(2, 1fr);
	}

	.hemen-geo-steps li {
		padding: 0;
	}

	.hemen-geo-steps li::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.hemen-geo-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.hemen-geo-hero {
		padding: 61px 0 55px;
	}

	.hemen-geo-hero__grid,
	.hemen-geo-verification,
	.hemen-geo-source-layout,
	.hemen-geo-faq-layout,
	.hemen-geo-cta__inner {
		gap: 36px;
		grid-template-columns: 1fr;
	}

	.hemen-geo-hero h1 {
		font-size: 42px;
	}

	.hemen-geo-lead {
		font-size: 16px;
	}

	.hemen-geo-actions,
	.hemen-geo-button {
		width: 100%;
	}

	.hemen-geo-hero__visual {
		min-height: 360px;
		transform: none;
	}

	.hemen-geo-factbar__grid {
		grid-template-columns: 1fr;
	}

	.hemen-geo-fact {
		padding: 17px 18px;
	}

	.hemen-geo-fact:not(:last-child)::after {
		bottom: 0;
		height: 1px;
		left: 18px;
		right: 18px;
		top: auto;
		transform: none;
		width: auto;
	}

	.hemen-geo-section {
		padding: 66px 0;
	}

	.hemen-geo-section--answer {
		padding: 54px 0 30px;
	}

	.hemen-geo-answer {
		grid-template-columns: 1fr;
		padding: 27px 24px;
	}

	.hemen-geo-cards--2,
	.hemen-geo-cards--3,
	.hemen-geo-packages,
	.hemen-geo-steps,
	.hemen-geo-related {
		grid-template-columns: 1fr;
	}

	.hemen-geo-card {
		min-height: auto;
	}

	.hemen-geo-card__number {
		margin-bottom: 24px;
	}

	.hemen-geo-package {
		padding: 30px 25px;
	}

	.hemen-geo-package--featured {
		transform: none;
	}

	.hemen-geo-heading {
		margin-bottom: 31px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hemen-geo-button,
	.hemen-geo-card,
	.hemen-geo-related a {
		transition: none;
	}
}
