/* En Uygun Toner — modern commerce layer */
:root {
	--eut-ink: #10253f;
	--eut-ink-soft: #40536b;
	--eut-navy: #071c36;
	--eut-navy-2: #0b2b52;
	--eut-blue: #0875f5;
	--eut-blue-2: #23a8ff;
	--eut-sky: #eaf5ff;
	--eut-orange: #ff8a2a;
	--eut-green: #0a9a63;
	--eut-line: #dce6f1;
	--eut-surface: #ffffff;
	--eut-canvas: #f4f7fb;
	--eut-shadow: 0 24px 70px rgba(7, 28, 54, .12);
	--eut-shadow-soft: 0 14px 36px rgba(7, 28, 54, .08);
	--eut-radius-xl: 30px;
	--eut-radius-lg: 22px;
	--eut-radius-md: 16px;
}

body.home,
body.single-product {
	background: var(--eut-canvas);
	color: var(--eut-ink);
	font-family: "Manrope", "Segoe UI Variable", sans-serif;
}

body.home h1,
body.home h2,
body.home h3,
body.single-product h1,
body.single-product h2,
body.single-product h3,
body.home .site-logo-container,
body.single-product .site-logo-container {
	font-family: "Manrope", "Segoe UI Variable", sans-serif;
	letter-spacing: -.035em;
}

body.home a,
body.single-product a,
body.home button,
body.single-product button {
	-webkit-tap-highlight-color: transparent;
}

/* Header */
body:is(.home, .single-product) #header {
	position: relative;
	z-index: 30;
}

body:is(.home, .single-product) #header [data-row="top"] {
	min-height: 38px;
	background: var(--eut-navy);
	border: 0;
	color: rgba(255, 255, 255, .84);
	font-size: 12px;
}

body:is(.home, .single-product) #header [data-row="top"] .ct-container-fluid {
	max-width: 1260px;
	padding-inline: 24px;
}

body:is(.home, .single-product) #header [data-row="top"] a {
	color: rgba(255, 255, 255, .84);
	transition: color .2s ease;
}

body:is(.home, .single-product) #header [data-row="top"] a:hover {
	color: #fff;
}

body:is(.home, .single-product) #header [data-row="top"] .ct-header-text span {
	margin-inline-end: 22px;
}

/* Kredi kartı altyapısı etkinleşene kadar yanlış iddiayı göstermeyin. */
body:is(.home, .single-product) #header [data-row="top"] .ct-header-text span:nth-child(2) {
	display: none;
}

body:is(.home, .single-product) #header [data-row="middle"] {
	min-height: 92px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 12px 34px rgba(9, 35, 65, .06);
	backdrop-filter: blur(14px);
}

body:is(.home, .single-product) #header [data-row="middle"] .ct-container {
	max-width: 1240px;
	gap: 28px;
}

body:is(.home, .single-product) #header [data-row="middle"] .site-logo-container img {
	max-width: 214px;
	height: auto;
}

body:is(.home, .single-product) #header [data-row="bottom"] {
	min-height: 52px;
	background: #fff;
	border-top: 1px solid #edf2f7;
	border-bottom: 1px solid var(--eut-line);
}

body:is(.home, .single-product) #header [data-row="bottom"] .ct-container {
	max-width: 1240px;
}

body:is(.home, .single-product) #header [data-row="bottom"] .menu > li > a {
	min-height: 52px;
	color: var(--eut-ink);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .02em;
}

body:is(.home, .single-product) #header [data-row="bottom"] .menu > li > a:hover {
	color: var(--eut-blue);
}

body:is(.home, .single-product) #header form[role="search"] {
	border-radius: 15px;
	box-shadow: 0 0 0 1px #bcd0e4, 0 8px 24px rgba(10, 45, 80, .06);
	overflow: hidden;
	transition: box-shadow .2s ease, transform .2s ease;
}

body:is(.home, .single-product) #header form[role="search"]:focus-within {
	box-shadow: 0 0 0 2px var(--eut-blue), 0 12px 30px rgba(8, 117, 245, .13);
	transform: translateY(-1px);
}

/* Homepage frame */
body.home .site-main,
body.home .site-main > .ct-container-full,
body.home article#post-399,
body.home article#post-399 > .entry-content {
	max-width: none;
	padding: 0;
	margin: 0;
}

body.home .eut-home {
	overflow: hidden;
	background:
		linear-gradient(180deg, #f7faff 0, #fff 25%, #f7faff 100%);
	color: var(--eut-ink);
}

body.home .eut-home .eut-container {
	width: min(1200px, calc(100% - 40px));
	margin-inline: auto;
}

/* Hero */
body.home .eut-home .eut-hero {
	position: relative;
	isolation: isolate;
	padding: 42px 0 74px;
	background:
		radial-gradient(circle at 88% 14%, rgba(35, 168, 255, .26), transparent 27%),
		radial-gradient(circle at 2% 94%, rgba(255, 138, 42, .14), transparent 22%),
		linear-gradient(135deg, #061a32 0%, #0a2f59 56%, #0b4b87 100%);
}

body.home .eut-home .eut-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: .18;
	background-image:
		linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(to bottom, black, transparent 86%);
}

body.home .eut-home .eut-hero::after {
	content: "";
	position: absolute;
	right: -110px;
	bottom: -145px;
	width: 360px;
	height: 360px;
	border: 55px solid rgba(255, 255, 255, .07);
	border-radius: 50%;
	z-index: -1;
}

body.home .eut-home .eut-hero-card {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(350px, 2fr);
	align-items: center;
	gap: clamp(34px, 5vw, 72px);
	padding: clamp(34px, 4vw, 58px);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: var(--eut-radius-xl);
	background: rgba(255, 255, 255, .055);
	box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
	backdrop-filter: blur(8px);
}

body.home .eut-home .eut-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	width: max-content;
	margin-bottom: 22px;
	padding: 9px 14px;
	border: 1px solid rgba(143, 202, 255, .35);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #cbe9ff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .065em;
	text-transform: uppercase;
}

body.home .eut-home .eut-eyebrow-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #35dd9a;
	box-shadow: 0 0 0 5px rgba(53, 221, 154, .13);
}

body.home .eut-home #eut-hero-title {
	max-width: 690px;
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 4.6vw, 68px);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -.055em;
}

body.home .eut-home #eut-hero-title span {
	display: inline;
	color: #72c7ff;
	background: none;
}

body.home .eut-home .eut-hero-copy {
	max-width: 660px;
	margin: 24px 0 28px;
	color: rgba(235, 246, 255, .78);
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.72;
}

body.home .eut-home .eut-search {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
	max-width: 690px;
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
	transition: transform .2s ease, box-shadow .2s ease;
}

body.home .eut-home .eut-search:focus-within {
	transform: translateY(-2px);
	box-shadow: 0 24px 65px rgba(0, 0, 0, .28);
}

body.home .eut-home .eut-search input[type="search"] {
	height: 58px;
	min-width: 0;
	padding: 0 18px;
	border: 0;
	border-radius: 12px;
	background: #fff;
	color: var(--eut-ink);
	font-size: 15px;
	box-shadow: none;
	outline: none;
}

body.home .eut-home .eut-search button {
	min-width: 150px;
	height: 58px;
	padding: 0 24px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--eut-blue), #0763db);
	color: #fff;
	font-weight: 800;
	box-shadow: 0 9px 22px rgba(8, 117, 245, .26);
	transition: transform .2s ease, box-shadow .2s ease;
}

body.home .eut-home .eut-search button:hover {
	transform: translateY(-2px);
	box-shadow: 0 13px 28px rgba(8, 117, 245, .35);
}

body.home .eut-home .eut-quick {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin-top: 20px;
	color: rgba(255, 255, 255, .62);
	font-size: 12px;
}

body.home .eut-home .eut-quick a {
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-weight: 700;
	transition: background .2s ease, transform .2s ease;
}

body.home .eut-home .eut-quick a:hover {
	background: rgba(255, 255, 255, .16);
	transform: translateY(-1px);
}

body.home .eut-home .eut-hero-visual {
	position: relative;
}

body.home .eut-home .eut-visual-panel {
	position: relative;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(232,245,255,.93));
	box-shadow: 0 34px 70px rgba(0, 0, 0, .28);
	transform: rotate(1.2deg);
}

body.home .eut-home .eut-visual-panel::before {
	content: "DOĞRU ÜRÜN • NET SEÇİM";
	position: absolute;
	left: 22px;
	top: 20px;
	z-index: 2;
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--eut-navy);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
}

body.home .eut-home .eut-visual-panel img {
	display: block;
	width: 100%;
	aspect-ratio: 1.42 / 1;
	object-fit: cover;
	border-radius: 20px;
}

body.home .eut-home .eut-visual-badge {
	right: -18px;
	bottom: 24px;
	min-width: 184px;
	padding: 15px 17px;
	border: 1px solid rgba(13, 56, 98, .1);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--eut-shadow-soft);
	color: var(--eut-ink);
	transform: rotate(-1.2deg);
}

body.home .eut-home .eut-visual-badge b {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: #e6faf2;
	color: var(--eut-green);
}

/* Trust row */
body.home .eut-home .eut-trust {
	position: relative;
	z-index: 3;
	margin-top: -36px;
	padding: 0 0 18px;
	background: transparent;
}

body.home .eut-home .eut-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

body.home .eut-home .eut-trust-item {
	min-height: 92px;
	padding: 18px;
	border: 1px solid var(--eut-line);
	border-radius: 18px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 16px 40px rgba(7, 28, 54, .09);
}

body.home .eut-home .eut-trust-icon {
	display: grid;
	flex: 0 0 44px;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: var(--eut-sky);
	color: transparent;
	font-size: 0;
}

body.home .eut-home .eut-trust-icon::before {
	content: "";
	width: 21px;
	height: 21px;
	background: var(--eut-blue);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v10H3z'/%3E%3Cpath d='M14 10h4l3 3v4h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.home .eut-home .eut-trust-item:nth-child(2) .eut-trust-icon::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 10h18M7 15h2'/%3E%3C/svg%3E");
}

body.home .eut-home .eut-trust-item:nth-child(3) .eut-trust-icon::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9V2h12v7M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Crect x='6' y='14' width='12' height='8'/%3E%3C/svg%3E");
}

body.home .eut-home .eut-trust-item:nth-child(4) .eut-trust-icon::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3v-7a4 4 0 0 1-1-3V7a4 4 0 0 1 4-4h11a4 4 0 0 1 4 4z'/%3E%3C/svg%3E");
}

body.home .eut-home .eut-trust-item strong {
	color: var(--eut-ink);
	font-size: 14px;
	font-weight: 800;
}

body.home .eut-home .eut-trust-item span:not(.eut-trust-icon) {
	margin-top: 5px;
	color: #6c7d90;
	font-size: 12px;
	line-height: 1.45;
}

/* Homepage sections */
body.home .eut-home .eut-section {
	padding: 88px 0;
	background: #fff;
}

body.home .eut-home .eut-section-alt {
	background:
		radial-gradient(circle at 10% 10%, rgba(35,168,255,.08), transparent 28%),
		#f5f9fd;
}

body.home .eut-home .eut-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	column-gap: 30px;
	margin-bottom: 36px;
}

body.home .eut-home .eut-section-head .eut-kicker {
	grid-column: 1 / -1;
	margin: 0 0 9px;
	color: var(--eut-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

body.home .eut-home .eut-section-head h2 {
	max-width: 720px;
	margin: 0;
	color: var(--eut-ink);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 800;
	line-height: 1.14;
}

body.home .eut-home .eut-section-head p {
	max-width: 620px;
	margin: 13px 0 0;
	color: #617186;
	font-size: 15px;
	line-height: 1.7;
}

body.home .eut-home .eut-section-link {
	align-self: center;
	color: var(--eut-blue);
	font-weight: 800;
}

/* Brand cards */
body.home .eut-home .eut-brands {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.home .eut-home .eut-brand {
	position: relative;
	min-height: 200px;
	padding: 34px;
	border: 0;
	border-radius: 24px;
	overflow: hidden;
	background:
		radial-gradient(circle at 92% 18%, rgba(114,199,255,.38), transparent 28%),
		linear-gradient(135deg, #0b2b52, #0b5aa9);
	color: #fff;
	box-shadow: var(--eut-shadow-soft);
	transition: transform .25s ease, box-shadow .25s ease;
}

body.home .eut-home .eut-brand:nth-child(2) {
	background:
		radial-gradient(circle at 88% 18%, rgba(255,138,42,.28), transparent 26%),
		linear-gradient(135deg, #11243b, #213e61);
}

body.home .eut-home .eut-brand::after {
	content: "";
	position: absolute;
	right: -36px;
	bottom: -80px;
	width: 210px;
	height: 210px;
	border: 38px solid rgba(255,255,255,.09);
	border-radius: 50%;
}

body.home .eut-home .eut-brand:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 50px rgba(7,28,54,.2);
}

body.home .eut-home .eut-brand-label {
	color: #9ed9ff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
}

body.home .eut-home .eut-brand strong {
	margin-top: 12px;
	color: #fff;
	font-size: 31px;
	font-weight: 800;
}

body.home .eut-home .eut-brand small {
	max-width: 350px;
	margin-top: 9px;
	color: rgba(255,255,255,.7);
	font-size: 14px;
	line-height: 1.6;
}

body.home .eut-home .eut-brand-arrow {
	position: absolute;
	right: 30px;
	top: 50%;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 50%;
	background: rgba(255,255,255,.1);
	color: #fff;
	font-size: 24px;
	transform: translateY(-50%);
}

/* Product cards */
body.home .eut-home .eut-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

body.home .eut-home .eut-product {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--eut-line);
	border-radius: 22px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 9px 26px rgba(7, 28, 54, .055);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

body.home .eut-home .eut-product:hover {
	transform: translateY(-6px);
	border-color: #b9d5ee;
	box-shadow: 0 22px 48px rgba(7, 28, 54, .13);
}

body.home .eut-home .eut-product-media {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 245px;
	padding: 26px;
	background:
		linear-gradient(145deg, #f8fbff, #eaf4fd);
	border-bottom: 1px solid #e6eef6;
	overflow: hidden;
}

body.home .eut-home .eut-product-media::after {
	content: "";
	position: absolute;
	right: -55px;
	bottom: -65px;
	width: 145px;
	height: 145px;
	border: 24px solid rgba(8,117,245,.07);
	border-radius: 50%;
}

body.home .eut-home .eut-product-media img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 205px;
	object-fit: contain;
	filter: drop-shadow(0 18px 15px rgba(7,28,54,.12));
	transition: transform .3s ease;
}

body.home .eut-home .eut-product:hover .eut-product-media img {
	transform: scale(1.035);
}

body.home .eut-home .eut-stock {
	top: 15px;
	left: 15px;
	z-index: 2;
	padding: 7px 10px;
	border-radius: 999px;
	background: #e6faf2;
	color: #08784f;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

body.home .eut-home .eut-product-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

body.home .eut-home .eut-product-code {
	color: var(--eut-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.home .eut-home .eut-product h3 {
	min-height: 50px;
	margin: 9px 0 10px;
	color: var(--eut-ink);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
}

body.home .eut-home .eut-product-desc {
	min-height: 68px;
	margin: 0;
	color: #68798c;
	font-size: 12.5px;
	line-height: 1.6;
}

body.home .eut-home .eut-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 16px 0 18px;
}

body.home .eut-home .eut-tags span {
	padding: 5px 8px;
	border-radius: 8px;
	background: #f0f5fa;
	color: #4a6077;
	font-size: 10px;
	font-weight: 700;
}

body.home .eut-home .eut-product-foot {
	margin-top: auto;
	padding-top: 17px;
	border-top: 1px solid #edf2f7;
}

body.home .eut-home .eut-price {
	color: var(--eut-ink);
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -.03em;
}

body.home .eut-home .eut-product .eut-btn {
	padding: 10px 13px;
	border-radius: 11px;
	background: var(--eut-blue);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	box-shadow: none;
}

/* Models and steps */
body.home .eut-home .eut-models {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

body.home .eut-home .eut-model {
	min-height: 112px;
	padding: 18px;
	border: 1px solid var(--eut-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(7,28,54,.04);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body.home .eut-home .eut-model:hover {
	transform: translateY(-3px);
	border-color: #a8cae8;
	box-shadow: var(--eut-shadow-soft);
}

body.home .eut-home .eut-model-icon {
	display: grid;
	flex: 0 0 42px;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: var(--eut-sky);
	color: transparent;
	font-size: 0;
}

body.home .eut-home .eut-model-icon::before {
	content: "";
	width: 21px;
	height: 21px;
	background: var(--eut-blue);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9V2h12v7M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Crect x='6' y='14' width='12' height='8'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.home .eut-home .eut-model strong {
	color: var(--eut-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

body.home .eut-home .eut-model small {
	margin-top: 5px;
	color: #758599;
	font-size: 11px;
}

body.home .eut-home .eut-model-arrow {
	color: var(--eut-blue);
	font-size: 24px;
}

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

body.home .eut-home .eut-step {
	position: relative;
	min-height: 220px;
	padding: 30px;
	border: 1px solid var(--eut-line);
	border-radius: 22px;
	background: #fff;
	overflow: hidden;
}

body.home .eut-home .eut-step::after {
	content: "";
	position: absolute;
	right: -30px;
	bottom: -55px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #f0f7ff;
}

body.home .eut-home .eut-step-num {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 15px;
	background: var(--eut-navy);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(7,28,54,.18);
}

body.home .eut-home .eut-step h3 {
	position: relative;
	z-index: 1;
	margin: 28px 0 10px;
	color: var(--eut-ink);
	font-size: 20px;
	font-weight: 800;
}

body.home .eut-home .eut-step p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #68798c;
	font-size: 14px;
	line-height: 1.7;
}

/* Dark value block */
body.home .eut-home .eut-benefit-wrap {
	position: relative;
	gap: 58px;
	padding: clamp(36px, 5vw, 64px);
	border-radius: 30px;
	background:
		radial-gradient(circle at 85% 5%, rgba(35,168,255,.24), transparent 30%),
		linear-gradient(135deg, var(--eut-navy), var(--eut-navy-2));
	box-shadow: var(--eut-shadow);
	overflow: hidden;
}

body.home .eut-home .eut-benefit-copy h2 {
	margin-top: 10px;
	color: #fff;
	font-size: clamp(31px, 3.4vw, 47px);
	font-weight: 800;
	line-height: 1.13;
}

body.home .eut-home .eut-benefit-copy > p:not(.eut-kicker) {
	color: rgba(255,255,255,.68);
	line-height: 1.75;
}

body.home .eut-home .eut-btn-light {
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 12px;
	background: #fff;
	color: var(--eut-navy);
	font-weight: 800;
}

body.home .eut-home .eut-benefits {
	gap: 12px;
}

body.home .eut-home .eut-benefit {
	padding: 19px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 16px;
	background: rgba(255,255,255,.07);
}

body.home .eut-home .eut-benefit b {
	color: #fff;
	font-size: 14px;
}

body.home .eut-home .eut-benefit span {
	margin-top: 6px;
	color: rgba(255,255,255,.62);
	font-size: 12px;
	line-height: 1.55;
}

/* Final CTA + homepage footer */
body.home .eut-home .eut-final {
	padding: 0 0 88px;
	background: #f5f9fd;
}

body.home .eut-home .eut-final-card {
	position: relative;
	padding: clamp(34px, 4vw, 54px);
	border: 0;
	border-radius: 26px;
	background:
		radial-gradient(circle at 90% 0%, rgba(255,255,255,.22), transparent 30%),
		linear-gradient(120deg, #086fe8, #0792f7);
	color: #fff;
	box-shadow: 0 22px 52px rgba(8,117,245,.24);
	overflow: hidden;
}

body.home .eut-home .eut-final-card h2 {
	color: #fff;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
}

body.home .eut-home .eut-final-card p {
	color: rgba(255,255,255,.78);
}

body.home .eut-home .eut-final-card .eut-btn {
	border-radius: 12px;
	background: #fff;
	color: var(--eut-blue);
	font-weight: 800;
}

body.home .eut-home .eut-footer {
	padding: 58px 0 25px;
	background: #06192f;
	color: rgba(255,255,255,.66);
}

body.home .eut-home .eut-footer a {
	color: rgba(255,255,255,.75);
}

body.home .eut-home .eut-footer a:hover {
	color: #fff;
}

body.home .eut-home .eut-footer-bottom {
	border-top-color: rgba(255,255,255,.1);
	color: rgba(255,255,255,.5);
}

body.home #footer {
	display: none;
}

/* Product page */
body.single-product .site-main {
	padding-bottom: 90px;
	background:
		radial-gradient(circle at 92% 12%, rgba(35,168,255,.08), transparent 20%),
		var(--eut-canvas);
}

body.single-product .site-main > .ct-container-full {
	max-width: none;
	padding-inline: 20px;
}

body.single-product .hero-section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 28px 0 20px;
	background: transparent;
}

body.single-product .entry-header .ct-breadcrumbs {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .035em;
	text-transform: uppercase;
}

body.single-product div.product .product-entry-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
	align-items: start;
	gap: clamp(34px, 5vw, 70px);
	max-width: 1200px;
	margin: 0 auto 34px;
	padding: clamp(26px, 4vw, 52px);
	border: 1px solid var(--eut-line);
	border-radius: var(--eut-radius-xl);
	background: #fff;
	box-shadow: var(--eut-shadow);
}

body.single-product .woocommerce-product-gallery {
	min-width: 0;
}

body.single-product .ct-product-gallery-container {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 540px;
	padding: clamp(24px, 4vw, 54px);
	border: 1px solid #dbe8f4;
	border-radius: 24px;
	background:
		linear-gradient(145deg, rgba(255,255,255,.92), rgba(231,243,255,.94)),
		#f1f7fc;
	overflow: hidden;
}

body.single-product .ct-product-gallery-container::before {
	content: "EN UYGUN TONER";
	position: absolute;
	left: 22px;
	top: 22px;
	z-index: 2;
	padding: 8px 11px;
	border-radius: 999px;
	background: var(--eut-navy);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
}

body.single-product .ct-product-gallery-container::after {
	content: "";
	position: absolute;
	right: -82px;
	bottom: -90px;
	width: 250px;
	height: 250px;
	border: 42px solid rgba(8,117,245,.08);
	border-radius: 50%;
}

body.single-product .woocommerce-product-gallery .ct-media-container {
	position: relative;
	z-index: 1;
	width: 100%;
	background: transparent;
}

body.single-product .woocommerce-product-gallery img {
	display: block;
	width: 100%;
	max-height: 470px;
	margin: auto;
	object-fit: contain;
	filter: drop-shadow(0 24px 22px rgba(7, 28, 54, .15));
}

body.single-product .summary.entry-summary {
	min-width: 0;
	padding-top: 6px;
}

body.single-product .summary .product_title {
	margin: 0 0 13px;
	color: var(--eut-ink);
	font-size: clamp(31px, 3vw, 46px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -.05em;
}

body.single-product .eut-product-trust-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	padding-bottom: 19px;
	border-bottom: 1px solid #e8eef5;
	color: #68798c;
	font-size: 12px;
}

body.single-product .eut-product-trust-row a {
	color: var(--eut-blue);
	font-weight: 800;
}

body.single-product .summary p.price {
	margin: 0 0 20px;
	color: var(--eut-navy);
	font-size: clamp(34px, 3.2vw, 48px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.045em;
}

body.single-product .summary .woocommerce-product-details__short-description {
	margin-bottom: 22px;
	color: #53667b;
	font-size: 15px;
	line-height: 1.75;
}

body.single-product .ct-product-divider {
	border-color: #e8eef5;
}

body.single-product .ct-product-add-to-cart {
	padding-block: 20px;
}

body.single-product form.cart {
	display: grid;
	grid-template-columns: 128px 1fr;
	gap: 10px;
}

body.single-product form.cart .quantity {
	width: 128px;
	min-height: 58px;
	border: 1px solid #b8cce0;
	border-radius: 14px;
	background: #f8fbfe;
}

body.single-product form.cart .single_add_to_cart_button {
	min-height: 58px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--eut-blue), #0764dc);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	box-shadow: 0 13px 28px rgba(8,117,245,.25);
	transition: transform .2s ease, box-shadow .2s ease;
}

body.single-product form.cart .single_add_to_cart_button:hover {
	transform: translateY(-2px);
	box-shadow: 0 17px 34px rgba(8,117,245,.32);
}

body.single-product .eut-buy-confidence {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	margin: 4px 0 18px;
}

body.single-product .eut-buy-confidence__item {
	min-width: 0;
	padding: 13px 10px;
	border: 1px solid #dbe7f2;
	border-radius: 13px;
	background: #f7fbff;
	text-align: center;
}

body.single-product .eut-buy-confidence__item svg {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto 8px;
	color: var(--eut-blue);
}

body.single-product .eut-buy-confidence__item strong {
	display: block;
	color: var(--eut-ink);
	font-size: 10.5px;
	font-weight: 800;
	line-height: 1.35;
}

body.single-product .eut-whatsapp-order {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 54px;
	margin: 12px 0 0;
	border: 1px solid #a8dec7;
	border-radius: 14px;
	background: #edf9f4;
	color: #08764d;
	font-size: 13px;
	font-weight: 800;
	transition: transform .2s ease, background .2s ease;
}

body.single-product .eut-whatsapp-order:hover {
	transform: translateY(-2px);
	background: #e2f6ed;
	color: #086b47;
}

body.single-product .eut-whatsapp-order svg {
	width: 20px;
	height: 20px;
}

body.single-product .eut-purchase-note {
	margin: 10px 0 0;
	color: #7b8b9c;
	font-size: 10.5px;
	line-height: 1.5;
	text-align: center;
}

body.single-product .eut-single-favorite-wrap {
	margin-top: 14px;
}

body.single-product .eut-favorite-single {
	min-height: 44px;
	border: 1px solid #cddbe8;
	border-radius: 12px;
	background: #fff;
	color: var(--eut-ink);
	font-size: 12px;
	font-weight: 800;
}

body.single-product .product_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 2px;
}

body.single-product .product_meta > span {
	padding: 8px 10px;
	border: 1px solid #dfe8f1;
	border-radius: 10px;
	background: #f7f9fc;
	color: #66778a;
	font-size: 10px;
}

body.single-product .product_meta a {
	color: var(--eut-blue);
	font-weight: 800;
}

/* Product content modules */
body.single-product .eut-compatible,
body.single-product .eut-prominent-reviews,
body.single-product .eut-product-questions,
body.single-product .woocommerce-tabs,
body.single-product .related.products {
	max-width: 1200px;
	margin: 22px auto 0;
	padding: clamp(26px, 4vw, 46px);
	border: 1px solid var(--eut-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(7,28,54,.065);
}

body.single-product .eut-compatible {
	background:
		radial-gradient(circle at 96% 0%, rgba(35,168,255,.13), transparent 24%),
		#fff;
}

body.single-product .eut-section-kicker {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--eut-blue);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

body.single-product .eut-compatible h2,
body.single-product .eut-prominent-reviews h2,
body.single-product .eut-product-questions h2,
body.single-product .related h2 {
	margin: 0;
	color: var(--eut-ink);
	font-size: clamp(26px, 2.5vw, 36px);
	font-weight: 800;
}

body.single-product .eut-compatible-heading p,
body.single-product .eut-review-section-heading p,
body.single-product .eut-question-section-head p {
	color: #697a8d;
	line-height: 1.65;
}

body.single-product .eut-printer-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 24px;
}

body.single-product .eut-printer-links a {
	position: relative;
	padding: 15px 44px 15px 16px;
	border: 1px solid #d9e6f2;
	border-radius: 13px;
	background: #f8fbfe;
	color: var(--eut-ink);
	font-size: 12px;
	font-weight: 800;
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

body.single-product .eut-printer-links a::after {
	content: "→";
	position: absolute;
	right: 15px;
	top: 50%;
	color: var(--eut-blue);
	font-size: 17px;
	transform: translateY(-50%);
}

body.single-product .eut-printer-links a:hover {
	transform: translateY(-2px);
	border-color: #a9cce9;
	background: #eef7ff;
}

body.single-product .eut-review-summary-card {
	border: 1px solid #dfe8f1;
	border-radius: 18px;
	background: #f8fbfe;
}

body.single-product .eut-review-score-number {
	color: var(--eut-ink);
	font-size: 46px;
	font-weight: 800;
	letter-spacing: -.05em;
}

body.single-product .eut-review-cta,
body.single-product .eut-ask-question-button,
body.single-product .eut-question-submit {
	border-radius: 12px;
	background: var(--eut-blue);
	color: #fff;
	font-weight: 800;
}

body.single-product .eut-question-form-card,
body.single-product .eut-no-questions {
	border: 1px solid #dfe8f1;
	border-radius: 18px;
	background: #f8fbfe;
}

body.single-product .eut-question-form-card input,
body.single-product .eut-question-form-card textarea {
	border: 1px solid #bfcfe0;
	border-radius: 12px;
	background: #fff;
}

body.single-product .woocommerce-tabs {
	padding: 0;
	overflow: hidden;
}

body.single-product .woocommerce-tabs .wc-tabs {
	max-width: none;
	margin: 0;
	padding: 0 38px;
	border-bottom: 1px solid var(--eut-line);
	background: #f8fbfe;
}

body.single-product .woocommerce-tabs .wc-tabs li a {
	min-height: 62px;
	color: var(--eut-ink);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .07em;
}

body.single-product .woocommerce-tabs .wc-tabs li.active a {
	color: var(--eut-blue);
}

body.single-product .woocommerce-tabs .wc-tab {
	max-width: 850px;
	margin: 0;
	padding: clamp(28px, 4vw, 50px);
	color: #4e6175;
}

body.single-product .woocommerce-tabs .wc-tab > h1:first-child {
	margin-top: 0;
	color: var(--eut-ink);
	font-size: clamp(28px, 2.8vw, 40px);
	font-weight: 800;
}

body.single-product .woocommerce-tabs .wc-tab h2 {
	margin-top: 38px;
	color: var(--eut-ink);
	font-size: clamp(23px, 2vw, 30px);
	font-weight: 800;
}

body.single-product .woocommerce-tabs .wc-tab p,
body.single-product .woocommerce-tabs .wc-tab li {
	font-size: 15px;
	line-height: 1.82;
}

body.single-product .woocommerce-tabs .wc-tab ul {
	padding-left: 22px;
}

body.single-product .related.products .products {
	margin-top: 28px;
}

body.single-product .related.products li.product {
	border: 1px solid var(--eut-line);
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease;
}

body.single-product .related.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: var(--eut-shadow-soft);
}

/* Responsive */
@media (max-width: 1100px) {
	body.home .eut-home .eut-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .eut-home .eut-models {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.single-product div.product .product-entry-wrapper {
		grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
		gap: 34px;
		padding: 32px;
	}

	body.single-product .ct-product-gallery-container {
		min-height: 430px;
		padding: 32px;
	}
}

@media (max-width: 900px) {
	body.home .eut-home .eut-hero-card {
		grid-template-columns: 1fr;
	}

	body.home .eut-home .eut-hero-content {
		text-align: center;
	}

	body.home .eut-home .eut-eyebrow {
		margin-inline: auto;
	}

	body.home .eut-home #eut-hero-title,
	body.home .eut-home .eut-hero-copy,
	body.home .eut-home .eut-search {
		margin-inline: auto;
	}

	body.home .eut-home .eut-quick {
		justify-content: center;
	}

	body.home .eut-home .eut-hero-visual {
		max-width: 620px;
		margin-inline: auto;
	}

	body.home .eut-home .eut-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .eut-home .eut-benefit-wrap {
		grid-template-columns: 1fr;
	}

	body.single-product div.product .product-entry-wrapper {
		grid-template-columns: 1fr;
	}

	body.single-product .ct-product-gallery-container {
		min-height: 500px;
	}

	body.single-product .eut-printer-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 689px) {
	body:is(.home, .single-product) #header [data-row="middle"] {
		min-height: 72px;
	}

	body.home .eut-home .eut-container {
		width: min(100% - 28px, 1200px);
	}

	body.home .eut-home .eut-hero {
		padding: 18px 0 52px;
	}

	body.home .eut-home .eut-hero-card {
		gap: 30px;
		padding: 28px 20px 24px;
		border-radius: 23px;
	}

	body.home .eut-home #eut-hero-title {
		font-size: clamp(36px, 11vw, 49px);
	}

	body.home .eut-home .eut-hero-copy {
		margin-top: 18px;
		font-size: 15px;
	}

	body.home .eut-home .eut-search {
		grid-template-columns: 1fr;
		padding: 7px;
	}

	body.home .eut-home .eut-search button {
		width: 100%;
	}

	body.home .eut-home .eut-visual-panel {
		padding: 11px;
		border-radius: 21px;
		transform: none;
	}

	body.home .eut-home .eut-visual-panel img {
		border-radius: 15px;
	}

	body.home .eut-home .eut-visual-panel::before {
		left: 16px;
		top: 16px;
	}

	body.home .eut-home .eut-visual-badge {
		right: 10px;
		bottom: 16px;
		min-width: 160px;
		transform: none;
	}

	body.home .eut-home .eut-trust {
		margin-top: -20px;
	}

	body.home .eut-home .eut-trust-grid {
		grid-template-columns: 1fr;
	}

	body.home .eut-home .eut-trust-item {
		min-height: 80px;
	}

	body.home .eut-home .eut-section {
		padding: 62px 0;
	}

	body.home .eut-home .eut-section-head {
		display: block;
		margin-bottom: 26px;
	}

	body.home .eut-home .eut-section-head h2 {
		font-size: 31px;
	}

	body.home .eut-home .eut-section-link {
		display: inline-block;
		margin-top: 14px;
	}

	body.home .eut-home .eut-brands,
	body.home .eut-home .eut-products,
	body.home .eut-home .eut-models,
	body.home .eut-home .eut-steps {
		grid-template-columns: 1fr;
	}

	body.home .eut-home .eut-brand {
		min-height: 184px;
		padding: 27px;
	}

	body.home .eut-home .eut-product h3,
	body.home .eut-home .eut-product-desc {
		min-height: 0;
	}

	body.home .eut-home .eut-product-media {
		min-height: 270px;
	}

	body.home .eut-home .eut-benefit-wrap {
		padding: 32px 24px;
		border-radius: 22px;
	}

	body.home .eut-home .eut-final {
		padding-bottom: 62px;
	}

	body.single-product .site-main > .ct-container-full {
		padding-inline: 12px;
	}

	body.single-product .hero-section {
		padding: 18px 4px 12px;
	}

	body.single-product div.product .product-entry-wrapper {
		gap: 26px;
		margin-bottom: 18px;
		padding: 16px;
		border-radius: 22px;
	}

	body.single-product .ct-product-gallery-container {
		min-height: 330px;
		padding: 26px;
		border-radius: 18px;
	}

	body.single-product .summary.entry-summary {
		padding: 4px 4px 10px;
	}

	body.single-product .summary .product_title {
		font-size: 31px;
	}

	body.single-product form.cart {
		grid-template-columns: 1fr;
	}

	body.single-product form.cart .quantity {
		width: 100%;
	}

	body.single-product .eut-buy-confidence {
		grid-template-columns: 1fr;
	}

	body.single-product .eut-buy-confidence__item {
		display: grid;
		grid-template-columns: 28px 1fr;
		align-items: center;
		text-align: left;
	}

	body.single-product .eut-buy-confidence__item svg {
		margin: 0;
	}

	body.single-product .eut-compatible,
	body.single-product .eut-prominent-reviews,
	body.single-product .eut-product-questions,
	body.single-product .woocommerce-tabs,
	body.single-product .related.products {
		margin-top: 14px;
		padding: 24px 18px;
		border-radius: 20px;
	}

	body.single-product .eut-printer-links {
		grid-template-columns: 1fr;
	}

	body.single-product .woocommerce-tabs {
		padding: 0;
	}

	body.single-product .woocommerce-tabs .wc-tabs {
		padding-inline: 18px;
	}

	body.single-product .woocommerce-tabs .wc-tab {
		padding: 28px 20px;
	}
}

/* Blocksy keeps legacy 50% widths on gallery and summary; reset them inside the new grid. */
body.single-product div.product .product-entry-wrapper > .woocommerce-product-gallery,
body.single-product div.product .product-entry-wrapper > .summary.entry-summary {
	width: 100% !important;
	max-width: none !important;
	flex: none !important;
}

@media (prefers-reduced-motion: reduce) {
	body.home *,
	body.single-product * {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
