: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-homepage,
.hemen-homepage *,
.hemen-application,
.hemen-application * {
	box-sizing: border-box;
}

.hemen-homepage,
.hemen-application {
	background: var(--hemen-white);
	color: var(--hemen-text);
	font-family: "Open Sans", Arial, sans-serif;
}

.hemen-homepage h1,
.hemen-homepage h2,
.hemen-homepage h3,
.hemen-application h1,
.hemen-application h2 {
	color: var(--hemen-ink);
	font-family: "DM Sans", Arial, sans-serif;
	line-height: 1.08;
	margin-top: 0;
}

.hemen-home-hero {
	background:
		radial-gradient(circle at 78% 18%, rgba(53, 186, 214, 0.23), transparent 28%),
		linear-gradient(128deg, #061622 0%, #0a2639 58%, #0b3044 100%);
	color: var(--hemen-white);
	overflow: hidden;
	padding: 62px 0;
}

.hemen-home-hero__grid {
	align-items: center;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
}

.hemen-home-eyebrow {
	color: var(--hemen-cyan-dark);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.15em;
	margin: 0 0 13px;
	text-transform: uppercase;
}

.hemen-home-hero .hemen-home-eyebrow {
	color: #75e0f2;
}

.hemen-home-hero h1 {
	color: var(--hemen-white);
	font-size: clamp(43px, 5.2vw, 72px);
	letter-spacing: -0.052em;
	margin-bottom: 22px;
	max-width: 780px;
}

.hemen-home-hero h1 span {
	color: #67dbef;
}

.hemen-home-lead {
	color: rgba(255, 255, 255, 0.76);
	font-size: 18px;
	line-height: 1.68;
	margin: 0 0 28px;
	max-width: 700px;
}

.hemen-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
}

.hemen-home-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.hemen-home-proof li {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	padding-left: 18px;
	position: relative;
}

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

.hemen-home-hero__visual {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
	height: 410px;
	overflow: hidden;
	position: relative;
}

.hemen-home-hero__visual::after {
	background: linear-gradient(to top, rgba(3, 19, 29, 0.62), transparent 52%);
	content: "";
	inset: 0;
	position: absolute;
}

.hemen-home-hero__visual img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.hemen-home-price-card {
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.94);
	border-radius: 15px;
	bottom: 20px;
	left: 20px;
	padding: 15px 18px;
	position: absolute;
	right: 20px;
	z-index: 2;
}

.hemen-home-price-card span,
.hemen-home-price-card strong,
.hemen-home-price-card small {
	display: block;
}

.hemen-home-price-card span,
.hemen-home-price-card small {
	color: #667784;
	font-size: 12px;
}

.hemen-home-price-card strong {
	color: var(--hemen-ink);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 28px;
	line-height: 1.1;
	margin: 3px 0;
}

.hemen-home-trust {
	border-bottom: 1px solid var(--hemen-line);
	border-top: 1px solid var(--hemen-line);
}

.hemen-home-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.hemen-home-trust__grid > div {
	padding: 21px 22px;
}

.hemen-home-trust__grid > div:not(:last-child) {
	border-right: 1px solid var(--hemen-line);
}

.hemen-home-trust strong,
.hemen-home-trust span {
	display: block;
}

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

.hemen-home-trust span {
	font-size: 12px;
	margin-top: 3px;
}

.hemen-home-section {
	padding: 68px 0;
}

.hemen-home-section--soft {
	background: #f4f9fa;
}

.hemen-home-heading {
	margin-bottom: 32px;
	max-width: 700px;
}

.hemen-home-heading h2,
.hemen-home-price-layout h2 {
	font-size: clamp(31px, 4vw, 48px);
	letter-spacing: -0.04em;
	margin-bottom: 13px;
}

.hemen-home-heading p:last-child,
.hemen-home-price-layout > div > p {
	line-height: 1.7;
	margin-bottom: 0;
}

.hemen-home-steps {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.hemen-home-steps li {
	align-items: flex-start;
	background: var(--hemen-white);
	border: 1px solid var(--hemen-line);
	border-radius: 17px;
	display: flex;
	gap: 16px;
	padding: 24px;
}

.hemen-home-steps li > span {
	color: var(--hemen-cyan-dark);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.hemen-home-steps h3 {
	font-size: 19px;
	margin-bottom: 7px;
}

.hemen-home-steps p {
	font-size: 14px;
	line-height: 1.62;
	margin: 0;
}

.hemen-home-price-layout {
	align-items: center;
	display: grid;
	gap: 65px;
	grid-template-columns: 0.82fr 1.18fr;
}

.hemen-home-price-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, 1fr);
}

.hemen-home-price-grid article {
	background: var(--hemen-white);
	border: 1px solid var(--hemen-line);
	border-radius: 18px;
	padding: 26px;
}

.hemen-home-price-grid article.is-featured {
	border: 2px solid var(--hemen-cyan);
}

.hemen-home-price-grid span,
.hemen-home-price-grid strong,
.hemen-home-price-grid small {
	display: block;
}

.hemen-home-price-grid span {
	color: var(--hemen-cyan-dark);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.hemen-home-price-grid strong {
	color: var(--hemen-ink);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 31px;
	margin: 9px 0 2px;
}

.hemen-home-price-grid small {
	margin-bottom: 19px;
}

.hemen-home-price-grid a,
.hemen-home-text-link {
	color: var(--hemen-ink);
	font-family: "DM Sans", Arial, sans-serif;
	font-weight: 800;
}

.hemen-home-faq-layout {
	display: grid;
	gap: 70px;
	grid-template-columns: 0.75fr 1.25fr;
}

.hemen-home-final {
	background: linear-gradient(128deg, #188ba4, #0b6e86);
	color: rgba(255, 255, 255, 0.78);
	padding: 52px 0;
}

.hemen-home-final__inner {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: 1fr auto;
}

.hemen-home-final .hemen-home-eyebrow {
	color: #c3f5fc;
}

.hemen-home-final h2 {
	color: var(--hemen-white);
	font-size: clamp(30px, 3.6vw, 45px);
	letter-spacing: -0.035em;
	margin: 0;
	max-width: 720px;
}

.hemen-application {
	background:
		linear-gradient(128deg, rgba(53, 186, 214, 0.09), transparent 46%),
		#f5fafb;
	padding: 64px 0;
}

.hemen-application__grid {
	align-items: start;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
}

.hemen-application h1 {
	font-size: clamp(38px, 5vw, 60px);
	letter-spacing: -0.047em;
	margin-bottom: 20px;
}

.hemen-application__lead {
	font-size: 17px;
	line-height: 1.72;
}

.hemen-application__copy ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 26px 0;
	padding: 0;
}

.hemen-application__copy li {
	color: var(--hemen-ink-soft);
	font-weight: 700;
	padding-left: 24px;
	position: relative;
}

.hemen-application__copy li::before {
	color: var(--hemen-cyan-dark);
	content: "✓";
	left: 0;
	position: absolute;
}

.hemen-application__privacy {
	color: #70808c;
	font-size: 13px;
	line-height: 1.65;
}

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

.hemen-application__form {
	background: var(--hemen-white);
	border: 1px solid var(--hemen-line);
	border-radius: 20px;
	box-shadow: var(--hemen-shadow);
	padding: 30px;
}

.hemen-application__form .wpforms-container {
	margin: 0;
}

.hemen-application__form .wpforms-field {
	padding: 8px 0 !important;
}

.hemen-application__form input,
.hemen-application__form select,
.hemen-application__form textarea {
	border-color: #cbdce1 !important;
	border-radius: 9px !important;
	min-height: 48px;
}

.hemen-application__form button[type="submit"] {
	background: var(--hemen-ink) !important;
	border: 0 !important;
	border-radius: 9px !important;
	color: var(--hemen-white) !important;
	font-weight: 800 !important;
	min-height: 50px;
	width: 100%;
}

/* Managed about page ----------------------------------------------------- */
.hemen-managed-about footer.elementor-location-footer {
	display: none !important;
}

.hemen-managed-about .elementor-location-header {
	position: relative;
	z-index: 20;
}

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

.hemen-about {
	--about-brand: #ef315f;
	--about-brand-dark: #c91f4a;
	--about-ink: #17212b;
	--about-text: #52606d;
	--about-line: #e5e9ed;
	background: #fff;
	color: var(--about-text);
	font-family: "Open Sans", Arial, sans-serif;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.hemen-about h1,
.hemen-about h2,
.hemen-about h3 {
	color: var(--about-ink);
	font-family: "DM Sans", Arial, sans-serif;
	line-height: 1.08;
	margin-top: 0;
}

.hemen-about a {
	text-decoration: none;
}

.hemen-about__hero {
	background:
		radial-gradient(circle at 82% 20%, rgba(239, 49, 95, 0.22), transparent 27%),
		linear-gradient(128deg, #1c2229 0%, #2b333c 58%, #343d47 100%);
	color: #fff;
	padding: 64px 0;
}

.hemen-about__hero-grid {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 0.76fr);
}

.hemen-about__eyebrow {
	color: var(--about-brand);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 0 13px;
	text-transform: uppercase;
}

.hemen-about__hero .hemen-about__eyebrow,
.hemen-about__contact .hemen-about__eyebrow {
	color: #ff8cab;
}

.hemen-about__hero h1 {
	color: #fff;
	font-size: clamp(42px, 5.3vw, 72px);
	letter-spacing: -0.052em;
	margin-bottom: 21px;
	max-width: 760px;
}

.hemen-about__hero-copy > p:not(.hemen-about__eyebrow) {
	color: rgba(255, 255, 255, 0.76);
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 26px;
	max-width: 720px;
}

.hemen-about__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hemen-about__button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 9px;
	display: inline-flex;
	font-family: "DM Sans", Arial, sans-serif;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 0 21px;
	transition: transform 180ms ease, background-color 180ms ease;
}

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

.hemen-about__button--brand {
	background: var(--about-brand);
	color: #fff !important;
}

.hemen-about__button--brand:hover {
	background: var(--about-brand-dark);
}

.hemen-about__button--light {
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff !important;
}

.hemen-about__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	list-style: none;
	margin: 23px 0 0;
	padding: 0;
}

.hemen-about__proof li {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	padding-left: 17px;
	position: relative;
}

.hemen-about__proof li::before {
	color: #ff6f94;
	content: "✓";
	font-weight: 900;
	left: 0;
	position: absolute;
}

.hemen-about__hero-visual {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
	height: 390px;
	overflow: hidden;
	position: relative;
}

.hemen-about__hero-visual::after {
	background: linear-gradient(to top, rgba(20, 24, 29, 0.68), transparent 56%);
	content: "";
	inset: 0;
	position: absolute;
}

.hemen-about__hero-visual img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hemen-about__visual-note {
	bottom: 20px;
	display: flex;
	flex-direction: column;
	left: 22px;
	position: absolute;
	z-index: 2;
}

.hemen-about__visual-note strong {
	color: #fff;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 34px;
	line-height: 1;
}

.hemen-about__visual-note span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	margin-top: 5px;
}

.hemen-about__metrics {
	border-bottom: 1px solid var(--about-line);
}

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

.hemen-about__metrics-grid > div {
	align-items: center;
	display: grid;
	gap: 13px;
	grid-template-columns: auto 1fr;
	padding: 22px 28px;
}

.hemen-about__metrics-grid > div:not(:last-child) {
	border-right: 1px solid var(--about-line);
}

.hemen-about__metrics strong {
	color: var(--about-brand);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 28px;
}

.hemen-about__metrics span {
	color: var(--about-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.hemen-about__section {
	padding: 72px 0;
}

.hemen-about__section--soft {
	background: #f7f8fa;
}

.hemen-about__story-grid {
	display: grid;
	gap: 78px;
	grid-template-columns: 0.82fr 1.18fr;
}

.hemen-about__story-grid h2,
.hemen-about__heading h2 {
	font-size: clamp(31px, 4vw, 49px);
	letter-spacing: -0.043em;
	margin-bottom: 0;
}

.hemen-about__story-copy p,
.hemen-about__heading > p:last-child {
	font-size: 16px;
	line-height: 1.76;
	margin: 0;
}

.hemen-about__story-copy p + p {
	margin-top: 16px;
}

.hemen-about__heading {
	margin-bottom: 30px;
	max-width: 760px;
}

.hemen-about__cards {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, 1fr);
}

.hemen-about__cards article {
	background: #fff;
	border: 1px solid var(--about-line);
	border-radius: 16px;
	min-height: 230px;
	padding: 25px;
}

.hemen-about__cards article > span {
	color: var(--about-brand);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.hemen-about__cards h3,
.hemen-about__flow h3 {
	font-size: 20px;
	margin: 28px 0 8px;
}

.hemen-about__cards p,
.hemen-about__flow p {
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
}

.hemen-about__flow-grid {
	align-items: start;
	display: grid;
	gap: 76px;
	grid-template-columns: 0.8fr 1.2fr;
}

.hemen-about__flow {
	border-top: 1px solid var(--about-line);
	list-style: none;
	margin: 0;
	padding: 0;
}

.hemen-about__flow li {
	align-items: start;
	border-bottom: 1px solid var(--about-line);
	display: grid;
	gap: 18px;
	grid-template-columns: 42px 1fr;
	padding: 20px 0;
}

.hemen-about__flow li > span {
	align-items: center;
	background: #fff0f4;
	border-radius: 50%;
	color: var(--about-brand-dark);
	display: inline-flex;
	font-family: "DM Sans", Arial, sans-serif;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.hemen-about__flow h3 {
	margin: 0 0 6px;
}

.hemen-about__contact {
	background: linear-gradient(128deg, #2b333c, #1d232a);
	color: rgba(255, 255, 255, 0.72);
	padding: 48px 0;
}

.hemen-about__contact-grid {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: 1fr auto;
}

.hemen-about__contact h2 {
	color: #fff;
	font-size: clamp(29px, 3.6vw, 45px);
	letter-spacing: -0.04em;
	margin-bottom: 10px;
}

.hemen-about__contact p:last-child {
	margin: 0;
}

.hemen-about__contact-actions {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(2, minmax(205px, 1fr));
}

.hemen-about__contact-actions a {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 11px;
	padding: 15px 17px;
}

.hemen-about__contact-actions span,
.hemen-about__contact-actions strong {
	display: block;
}

.hemen-about__contact-actions span {
	color: rgba(255, 255, 255, 0.56);
	font-size: 11px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.hemen-about__contact-actions strong {
	color: #fff;
	font-size: 15px;
}

.hemen-about__footer {
	background: #151a20;
	color: rgba(255, 255, 255, 0.6);
	padding: 40px 0 18px;
}

.hemen-about__footer-grid {
	display: grid;
	gap: 56px;
	grid-template-columns: 1.6fr 0.7fr 0.7fr;
}

.hemen-about__footer-grid > div > strong {
	color: #fff;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 21px;
}

.hemen-about__footer-grid p {
	font-size: 13px;
	line-height: 1.6;
	max-width: 390px;
}

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

.hemen-about__footer nav span {
	color: #fff;
	font-weight: 800;
	margin-bottom: 4px;
}

.hemen-about__footer nav a {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
}

.hemen-about__footer nav a:hover {
	color: #ff789a;
}

.hemen-about__footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	display: flex;
	font-size: 11px;
	justify-content: space-between;
	margin-top: 30px;
	padding-top: 17px;
}

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

.hemen-intent {
	background: #fff;
	color: var(--hemen-text);
	font-family: "Open Sans", Arial, sans-serif;
	padding: 52px 22px 58px;
}

.hemen-intent__inner {
	margin: 0 auto;
	max-width: 1240px;
}

.hemen-intent__intro {
	align-items: end;
	display: grid;
	gap: 6px 34px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
	margin-bottom: 20px;
}

.hemen-intent__intro > span {
	color: var(--hemen-cyan-dark);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.hemen-intent__intro h2 {
	color: #020404;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: clamp(28px, 3.2vw, 44px);
	grid-column: 1;
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0;
}

.hemen-intent__intro p {
	grid-column: 2;
	grid-row: 1 / span 2;
	line-height: 1.65;
	margin: 0;
}

.hemen-intent__tabs {
	background: #eef8fa;
	border: 1px solid #d8eef2;
	border-radius: 18px 18px 0 0;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, 1fr);
	padding: 8px;
}

.hemen-intent__tabs button {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 12px;
	color: #163247;
	cursor: pointer;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: clamp(18px, 2.25vw, 30px);
	font-weight: 700;
	line-height: 1.15;
	min-height: 62px;
	padding: 12px 16px;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.hemen-intent__tabs button:hover {
	color: #020404;
	transform: translateY(-1px);
}

.hemen-intent__tabs button[aria-selected="true"] {
	background: #35bad6;
	box-shadow: 0 9px 22px rgba(53, 186, 214, 0.22);
	color: #020404;
}

.hemen-intent__tabs button:focus-visible {
	outline: 3px solid #020404;
	outline-offset: 2px;
}

.hemen-intent__panels {
	border: 1px solid #d8eef2;
	border-radius: 0 0 18px 18px;
	border-top: 0;
	overflow: hidden;
}

.hemen-intent__panel {
	align-items: center;
	background:
		linear-gradient(115deg, rgba(53, 186, 214, 0.08), transparent 47%),
		#fff;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.2fr) minmax(230px, 0.7fr) auto;
	min-height: 190px;
	padding: 25px 30px;
}

.hemen-intent__panel[hidden] {
	display: none;
}

.hemen-intent__panel h3 {
	color: #020404;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: clamp(24px, 2.4vw, 34px);
	letter-spacing: -0.025em;
	margin: 5px 0 10px;
}

.hemen-intent__panel p {
	line-height: 1.65;
	margin: 0;
}

.hemen-intent__label {
	color: var(--hemen-cyan-dark);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hemen-intent__prices {
	display: grid;
	gap: 10px;
}

.hemen-intent__prices p {
	background: #f4fafb;
	border: 1px solid #d8eef2;
	border-radius: 12px;
	padding: 13px 15px;
}

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

.hemen-intent__prices strong {
	color: #020404;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 23px;
}

.hemen-intent__prices span {
	font-size: 12px;
	margin-top: 2px;
}

.hemen-intent__panel ul {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hemen-intent__panel li {
	padding-left: 23px;
	position: relative;
}

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

.hemen-intent__actions {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 180px;
}

.hemen-intent__actions a {
	border: 1px solid #c9e5ea;
	border-radius: 10px;
	color: #071c2c;
	font-family: "DM Sans", Arial, sans-serif;
	font-weight: 700;
	padding: 12px 15px;
	text-align: center;
	text-decoration: none;
}

.hemen-intent__actions a:hover {
	border-color: var(--hemen-cyan-dark);
}

.hemen-intent__actions .hemen-intent__primary {
	background: #020404;
	border-color: #020404;
	color: #fff;
}

.hemen-intent__actions .hemen-intent__primary:hover {
	background: #1c93ad;
	border-color: #1c93ad;
	color: #fff;
}

.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: 64px 0 60px;
	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: 390px;
	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: 72px 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-about__hero-grid {
		gap: 36px;
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
	}

	.hemen-about__metrics-grid > div {
		padding: 19px 20px;
	}

	.hemen-about__story-grid,
	.hemen-about__flow-grid {
		gap: 46px;
	}

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

	.hemen-home-hero__grid {
		gap: 38px;
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
	}

	.hemen-home-hero__visual {
		height: 360px;
	}

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

	.hemen-home-trust__grid > div:nth-child(2) {
		border-right: 0;
	}

	.hemen-home-trust__grid > div:nth-child(-n+2) {
		border-bottom: 1px solid var(--hemen-line);
	}

	.hemen-home-price-layout,
	.hemen-home-faq-layout {
		gap: 42px;
	}

	.hemen-application__grid {
		gap: 38px;
		grid-template-columns: minmax(0, 0.78fr) minmax(380px, 1.22fr);
	}

	.hemen-intent__panel {
		grid-template-columns: minmax(0, 1fr) minmax(230px, 0.75fr);
	}

	.hemen-intent__actions {
		flex-direction: row;
		grid-column: 1 / -1;
	}

	.hemen-intent__actions a {
		flex: 1;
	}

	.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-about__hero {
		padding: 42px 0 34px;
	}

	.hemen-about__hero-grid,
	.hemen-about__story-grid,
	.hemen-about__flow-grid,
	.hemen-about__contact-grid,
	.hemen-about__footer-grid {
		gap: 28px;
		grid-template-columns: 1fr;
	}

	.hemen-about__hero h1 {
		font-size: 41px;
	}

	.hemen-about__hero-copy > p:not(.hemen-about__eyebrow) {
		font-size: 16px;
	}

	.hemen-about__actions,
	.hemen-about__button {
		width: 100%;
	}

	.hemen-about__proof {
		display: grid;
	}

	.hemen-about__hero-visual {
		height: 300px;
	}

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

	.hemen-about__metrics-grid > div {
		border-bottom: 1px solid var(--about-line);
		border-right: 0 !important;
		padding: 16px 18px;
	}

	.hemen-about__metrics-grid > div:last-child {
		border-bottom: 0;
	}

	.hemen-about__section {
		padding: 52px 0;
	}

	.hemen-about__story-grid h2,
	.hemen-about__heading h2 {
		font-size: 34px;
	}

	.hemen-about__cards,
	.hemen-about__contact-actions {
		grid-template-columns: 1fr;
	}

	.hemen-about__cards article {
		min-height: 0;
	}

	.hemen-about__contact {
		padding: 42px 0;
	}

	.hemen-about__footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.hemen-home-hero {
		padding: 43px 0 34px;
	}

	.hemen-home-hero__grid,
	.hemen-home-price-layout,
	.hemen-home-faq-layout,
	.hemen-home-final__inner,
	.hemen-application__grid {
		gap: 30px;
		grid-template-columns: 1fr;
	}

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

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

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

	.hemen-home-proof {
		gap: 7px 14px;
	}

	.hemen-home-hero__visual {
		height: 310px;
	}

	.hemen-home-trust__grid {
		grid-template-columns: 1fr;
	}

	.hemen-home-trust__grid > div {
		border-bottom: 1px solid var(--hemen-line);
		border-right: 0 !important;
		padding: 16px 18px;
	}

	.hemen-home-trust__grid > div:last-child {
		border-bottom: 0;
	}

	.hemen-home-section {
		padding: 50px 0;
	}

	.hemen-home-steps,
	.hemen-home-price-grid {
		grid-template-columns: 1fr;
	}

	.hemen-home-heading {
		margin-bottom: 24px;
	}

	.hemen-home-final {
		padding: 43px 0;
	}

	.hemen-application {
		padding: 45px 0;
	}

	.hemen-application h1 {
		font-size: 39px;
	}

	.hemen-application__form {
		padding: 22px 18px;
	}

	.hemen-intent {
		padding: 38px 14px 43px;
	}

	.hemen-intent__intro {
		display: block;
	}

	.hemen-intent__intro h2 {
		font-size: 32px;
		margin: 5px 0 10px;
	}

	.hemen-intent__tabs {
		gap: 5px;
		padding: 5px;
	}

	.hemen-intent__tabs button {
		font-size: 16px;
		min-height: 52px;
		padding: 9px 6px;
	}

	.hemen-intent__panel {
		display: block;
		min-height: 0;
		padding: 25px 20px;
	}

	.hemen-intent__prices,
	.hemen-intent__panel ul,
	.hemen-intent__actions {
		margin-top: 22px;
	}

	.hemen-intent__actions {
		display: grid;
	}

	.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;
	}
}
