/* =========================================================
   Su Arıtıcı Servisi — tasarım sistemi
   ========================================================= */

:root {
	--sas-navy:      #0E3A73;
	--sas-navy-deep: #0A2B58;
	--sas-topbar:    #123F82;
	--sas-blue:      #1B7FD6;
	--sas-blue-dark: #1568B6;
	--sas-blue-lite: #3FA0EA;
	--sas-sky:       #EAF6FD;
	--sas-ice:       #F5FAFE;
	--sas-text:      #5D6F82;
	--sas-text-soft: #7C8CA0;
	--sas-border:    #E2ECF5;
	--sas-white:     #FFFFFF;
	--sas-green:     #25D366;
	--sas-kap:       1200px;
	--sas-radius:    10px;
	--sas-golge:     0 4px 18px rgba(14, 58, 115, .07);
	--sas-golge-hv:  0 12px 30px rgba(14, 58, 115, .14);
}

/* ---------- temel ---------- */
.sas body,
body.sas-tema {
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: var(--sas-text);
	background: var(--sas-white);
}
body.sas-tema h1, body.sas-tema h2, body.sas-tema h3,
body.sas-tema h4, body.sas-tema h5, body.sas-tema h6 {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
	color: var(--sas-navy);
	margin: 0 0 .5em;
	line-height: 1.25;
}
body.sas-tema a { color: var(--sas-blue); text-decoration: none; }
body.sas-tema img { max-width: 100%; height: auto; }

.sas-kap {
	max-width: var(--sas-kap);
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}
.sas-bolum { padding: 72px 0; }
.sas-bolum--ice { background: var(--sas-ice); }
.sas-bolum--sik { padding: 56px 0; }

/* ---------- bölüm başlıkları ---------- */
.sas-baslik-satir {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 34px;
	flex-wrap: wrap;
}
.sas-ust-yazi {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--sas-blue);
	margin-bottom: 8px;
}
.sas-bolum-baslik {
	font-size: 34px;
	font-weight: 800;
	margin: 0;
	position: relative;
	padding-bottom: 14px;
	color: var(--sas-navy);
}
.sas-bolum-baslik::after {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 62px; height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--sas-blue), var(--sas-blue-lite));
}
.sas-baslik-yan {
	display: flex;
	align-items: center;
	gap: 18px;
	padding-bottom: 6px;
}
.sas-baslik-yan p {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--sas-text-soft);
	max-width: 230px;
	text-align: right;
}

/* ---------- butonlar ---------- */
.sas-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 26px;
	border-radius: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all .2s ease;
	white-space: nowrap;
}
.sas-btn svg { width: 17px; height: 17px; flex: 0 0 auto; }
.sas-btn--birincil {
	background: linear-gradient(135deg, var(--sas-blue) 0%, var(--sas-blue-lite) 100%);
	color: #fff;
	box-shadow: 0 6px 16px rgba(27, 127, 214, .28);
}
.sas-btn--birincil:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(27, 127, 214, .38);
}
.sas-btn--cizgi {
	background: transparent;
	color: var(--sas-navy);
	border-color: #BDD9F0;
}
.sas-btn--cizgi:hover { border-color: var(--sas-blue); color: var(--sas-blue); background: #fff; }
.sas-btn--beyaz { background: #fff; color: var(--sas-blue); }
.sas-btn--beyaz:hover { color: var(--sas-blue-dark); transform: translateY(-2px); }
.sas-btn--kucuk { padding: 10px 20px; font-size: 13px; }

/* =========================================================
   ÜST BAR
   ========================================================= */
.sas-ustbar {
	background: var(--sas-topbar);
	color: #C7DDF5;
	font-size: 13px;
	line-height: 1;
}
.sas-ustbar .sas-kap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 42px;
	padding-top: 8px;
	padding-bottom: 8px;
	flex-wrap: wrap;
}
.sas-ustbar-sol, .sas-ustbar-sag {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
}
.sas-ustbar a { color: #C7DDF5; display: inline-flex; align-items: center; gap: 7px; }
.sas-ustbar a:hover { color: #fff; }
.sas-ustbar svg { width: 14px; height: 14px; opacity: .85; }
.sas-ustbar-konum { display: inline-flex; align-items: center; gap: 7px; }
.sas-sosyal { display: inline-flex; align-items: center; gap: 12px; }
.sas-sosyal a { width: 15px; height: 15px; }
.sas-sosyal svg { width: 15px; height: 15px; opacity: .9; }

/* =========================================================
   ANA BAŞLIK (HEADER)
   ========================================================= */
.sas-header {
	background: #fff;
	position: relative;
	z-index: 50;
	box-shadow: 0 1px 0 rgba(14, 58, 115, .07);
}
.sas-header.sas-yapisik {
	position: fixed;
	top: 0; left: 0; right: 0;
	box-shadow: 0 4px 20px rgba(14, 58, 115, .10);
	animation: sasIn .25s ease;
}
@keyframes sasIn { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.sas-header .sas-kap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 86px;
}
.sas-logo { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.sas-logo img { width: 54px; height: 54px; display: block; }
.sas-logo-yazi { display: flex; flex-direction: column; line-height: 1; }
.sas-logo-ad {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: var(--sas-navy);
	letter-spacing: -.01em;
}
.sas-logo-alt {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .3em;
	color: var(--sas-blue);
	margin-top: 4px;
}
.sas-logo-slogan {
	font-size: 8.5px;
	color: var(--sas-text-soft);
	letter-spacing: .02em;
	margin-top: 4px;
}

/* menü */
.sas-menu { display: flex; align-items: center; gap: 4px; margin: 0 auto; }
.sas-menu ul { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.sas-menu li { position: relative; }
.sas-menu > ul > li > a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 10px 14px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14.5px;
	font-weight: 600;
	color: var(--sas-navy);
	border-radius: 6px;
	transition: color .18s;
}
.sas-menu > ul > li > a:hover,
.sas-menu > ul > li.current-menu-item > a,
.sas-menu > ul > li.current-menu-parent > a,
.sas-menu > ul > li.current-page-ancestor > a { color: var(--sas-blue); }
.sas-menu > ul > li.current-menu-item > a::after,
.sas-menu > ul > li.current-page-ancestor > a::after {
	content: '';
	position: absolute;
	left: 14px; right: 14px; bottom: 2px;
	height: 2px; border-radius: 2px;
	background: var(--sas-blue);
}
.sas-menu .sas-ok { width: 9px; height: 9px; opacity: .6; transition: transform .2s; }
.sas-menu li:hover > a .sas-ok { transform: rotate(180deg); }

/* açılır menü */
.sas-menu ul ul {
	position: absolute;
	top: calc(100% + 6px); left: 0;
	min-width: 268px;
	background: #fff;
	border: 1px solid var(--sas-border);
	border-radius: 10px;
	box-shadow: 0 14px 34px rgba(14, 58, 115, .14);
	padding: 8px;
	display: block;
	flex-direction: column;
	align-items: stretch;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: all .2s ease;
	z-index: 60;
}
.sas-menu li:hover > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.sas-menu ul ul li { width: 100%; }
.sas-menu ul ul a {
	display: block;
	padding: 10px 14px;
	font-size: 13.5px;
	font-weight: 500;
	color: var(--sas-navy);
	border-radius: 7px;
}
.sas-menu ul ul a:hover { background: var(--sas-sky); color: var(--sas-blue); }

.sas-header-sag { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }

/* mobil menü tetikleyici */
.sas-mobil-ac {
	display: none;
	background: none;
	border: 0;
	padding: 8px;
	cursor: pointer;
	color: var(--sas-navy);
}
.sas-mobil-ac svg { width: 26px; height: 26px; }

/* =========================================================
   HERO
   ========================================================= */
.sas-hero {
	position: relative;
	background: linear-gradient(135deg, #EDF8FE 0%, #DCEEFB 55%, #CFE7F9 100%);
	overflow: hidden;
	padding: 62px 0 96px;
}
.sas-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(760px 420px at 78% 32%, rgba(255,255,255,.72), transparent 62%),
		radial-gradient(520px 320px at 8% 82%, rgba(255,255,255,.45), transparent 64%);
	pointer-events: none;
}
.sas-hero-dalga {
	position: absolute;
	left: 0; right: 0; bottom: -1px;
	width: 100%; height: auto;
	display: block;
	pointer-events: none;
}
.sas-hero .sas-kap { position: relative; z-index: 2; }
.sas-hero-izgara {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 44px;
}
.sas-hero h1 {
	font-size: 46px;
	font-weight: 800;
	line-height: 1.16;
	margin: 0 0 18px;
	letter-spacing: -.015em;
}
.sas-hero h1 .sas-h1-alt { color: var(--sas-blue); display: block; }
.sas-hero-metin {
	font-size: 15.5px;
	line-height: 1.75;
	color: #4A5D71;
	margin: 0 0 26px;
	max-width: 520px;
}
.sas-hero-butonlar { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }

/* hero rozetler */
.sas-hero-rozetler { display: flex; gap: 12px; flex-wrap: wrap; }
.sas-rozet {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255,255,255,.88);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 9px;
	padding: 10px 15px;
	box-shadow: 0 3px 12px rgba(14, 58, 115, .07);
	backdrop-filter: blur(4px);
}
.sas-rozet-ikon {
	width: 32px; height: 32px;
	border-radius: 50%;
	background: linear-gradient(135deg, #E3F1FC, #CFE6FA);
	display: flex; align-items: center; justify-content: center;
	flex: 0 0 auto;
}
.sas-rozet-ikon svg { width: 16px; height: 16px; color: var(--sas-blue); }
.sas-rozet span {
	font-family: 'Montserrat', sans-serif;
	font-size: 12.5px;
	font-weight: 700;
	color: var(--sas-navy);
	line-height: 1.32;
}

/* hero görsel */
.sas-hero-gorsel { position: relative; }
.sas-hero-gorsel img.sas-hero-foto {
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 22px 50px rgba(14, 58, 115, .18);
	display: block;
}
.sas-hero-mahur {
	position: absolute;
	right: -14px; bottom: 26px;
	width: 132px; height: 132px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 26px rgba(14, 58, 115, .18);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 14px;
	border: 3px solid #E8F4FD;
}
.sas-hero-mahur svg { width: 22px; height: 22px; color: #34B96F; margin-bottom: 5px; }
.sas-hero-mahur span {
	font-family: 'Montserrat', sans-serif;
	font-size: 8.5px;
	font-weight: 800;
	letter-spacing: .06em;
	color: var(--sas-navy);
	line-height: 1.45;
	text-transform: uppercase;
}
.sas-el-yazi {
	position: absolute;
	top: 4px; right: 12px;
	font-family: 'Dancing Script', cursive;
	font-size: 25px;
	font-weight: 600;
	color: var(--sas-blue);
	line-height: 1.22;
	text-align: right;
	transform: rotate(-4deg);
}

/* =========================================================
   HİZMET KARTLARI
   ========================================================= */
.sas-hizmet-izgara {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}
.sas-hizmet-kart {
	background: #fff;
	border: 1px solid var(--sas-border);
	border-radius: var(--sas-radius);
	padding: 26px 20px 22px;
	text-align: center;
	display: flex;
	flex-direction: column;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.sas-hizmet-kart:hover {
	transform: translateY(-5px);
	box-shadow: var(--sas-golge-hv);
	border-color: #C9E2F7;
}
.sas-hizmet-ikon {
	width: 62px; height: 62px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: linear-gradient(135deg, #E7F3FD 0%, #D2E8FA 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.sas-hizmet-ikon svg { width: 28px; height: 28px; color: var(--sas-blue); }
.sas-hizmet-kart h3 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.38;
	margin: 0 0 9px;
	min-height: 41px;
}
.sas-hizmet-kart p {
	font-size: 12.8px;
	line-height: 1.62;
	color: var(--sas-text);
	margin: 0 0 16px;
	flex: 1 1 auto;
}
.sas-kart-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12.5px;
	font-weight: 700;
	color: var(--sas-blue);
	margin-top: auto;
}
.sas-kart-link svg { width: 13px; height: 13px; transition: transform .2s; }
.sas-hizmet-kart:hover .sas-kart-link svg,
.sas-urun-kart:hover .sas-kart-link svg { transform: translateX(4px); }

/* =========================================================
   ÜRÜN KARTLARI
   ========================================================= */
.sas-urun-izgara {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
.sas-urun-kart {
	background: #fff;
	border: 1px solid var(--sas-border);
	border-radius: var(--sas-radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .22s ease, box-shadow .22s ease;
}
.sas-urun-kart:hover { transform: translateY(-5px); box-shadow: var(--sas-golge-hv); }
.sas-urun-medya {
	position: relative;
	background: linear-gradient(160deg, #F4FAFE 0%, #E6F2FB 100%);
	padding: 24px 18px;
	display: block;
	text-align: center;
}
.sas-urun-medya img {
	width: 100%;
	height: 188px;
	object-fit: contain;
	display: block;
	mix-blend-mode: multiply;
}
.sas-etiket {
	position: absolute;
	top: 12px; right: 12px;
	background: #fff;
	color: var(--sas-navy);
	font-family: 'Montserrat', sans-serif;
	font-size: 10.5px;
	font-weight: 700;
	padding: 5px 11px;
	border-radius: 20px;
	box-shadow: 0 2px 8px rgba(14, 58, 115, .12);
	letter-spacing: .01em;
}
.sas-etiket--yesil { background: #E8F8EF; color: #1E9E5A; }
.sas-etiket--mavi  { background: #E6F2FD; color: var(--sas-blue); }
.sas-urun-govde {
	padding: 18px;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	border-top: 1px solid var(--sas-border);
}
.sas-urun-govde h3 {
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 8px;
	min-height: 39px;
	text-transform: uppercase;
	letter-spacing: .01em;
}
.sas-urun-govde h3 a { color: var(--sas-navy); }
.sas-urun-govde h3 a:hover { color: var(--sas-blue); }
.sas-urun-govde p {
	font-size: 12.5px;
	line-height: 1.6;
	color: var(--sas-text-soft);
	margin: 0 0 14px;
	flex: 1 1 auto;
}

/* =========================================================
   NEDEN BİZ
   ========================================================= */
.sas-neden-izgara {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.sas-neden-kart {
	background: #fff;
	border: 1px solid var(--sas-border);
	border-radius: var(--sas-radius);
	padding: 22px 20px;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	transition: transform .22s ease, box-shadow .22s ease;
}
.sas-neden-kart:hover { transform: translateY(-4px); box-shadow: var(--sas-golge-hv); }
.sas-neden-ikon {
	width: 46px; height: 46px;
	border-radius: 50%;
	background: linear-gradient(135deg, #E7F3FD, #D2E8FA);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}
.sas-neden-ikon svg { width: 21px; height: 21px; color: var(--sas-blue); }
.sas-neden-kart h3 {
	font-size: 14.5px;
	font-weight: 700;
	margin: 0 0 6px;
	line-height: 1.32;
}
.sas-neden-kart p {
	font-size: 12.5px;
	line-height: 1.6;
	color: var(--sas-text-soft);
	margin: 0;
}

/* =========================================================
   CTA BANDI
   ========================================================= */
.sas-cta-sarmal { padding: 0 0 72px; }
.sas-cta {
	position: relative;
	background: linear-gradient(115deg, #1071C9 0%, #2E97E4 62%, #46ABEE 100%);
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	padding: 26px 34px;
	min-height: 132px;
}
.sas-cta::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(540px 280px at 88% 46%, rgba(255,255,255,.18), transparent 66%);
	pointer-events: none;
}
.sas-cta-sol { display: flex; align-items: center; gap: 18px; position: relative; z-index: 2; }
.sas-cta-daire {
	width: 56px; height: 56px;
	border-radius: 50%;
	background: rgba(255,255,255,.18);
	border: 1.5px solid rgba(255,255,255,.35);
	display: flex; align-items: center; justify-content: center;
	flex: 0 0 auto;
}
.sas-cta-daire svg { width: 26px; height: 26px; color: #fff; }
.sas-cta-sol h2 {
	color: #fff;
	font-size: 21px;
	font-weight: 800;
	margin: 0 0 4px;
	line-height: 1.25;
}
.sas-cta-sol p { color: rgba(255,255,255,.88); font-size: 13.5px; margin: 0; }
.sas-cta-orta {
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
	z-index: 2;
	flex-wrap: wrap;
}
.sas-cta-tel {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 9px;
	padding: 12px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: var(--sas-navy);
	white-space: nowrap;
}
.sas-cta-tel svg { width: 18px; height: 18px; color: var(--sas-blue); }
.sas-cta-gorsel {
	position: relative;
	z-index: 2;
	align-self: flex-end;
	margin-bottom: -26px;
	flex: 0 0 auto;
	display: flex;
	align-items: flex-end;
	gap: 8px;
}
.sas-cta-gorsel img { width: 150px; display: block; }
.sas-cta-yazi {
	font-family: 'Dancing Script', cursive;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	line-height: 1.24;
	white-space: nowrap;
	transform: rotate(-4deg);
	margin-bottom: 42px;
}

/* =========================================================
   İLETİŞİM
   ========================================================= */
.sas-iletisim-izgara {
	display: grid;
	grid-template-columns: 300px 1fr 1fr;
	gap: 26px;
	align-items: stretch;
}
.sas-bilgi-liste { display: flex; flex-direction: column; gap: 18px; }
.sas-bilgi {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}
.sas-bilgi-ikon {
	width: 42px; height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #E7F3FD, #D2E8FA);
	display: flex; align-items: center; justify-content: center;
	flex: 0 0 auto;
}
.sas-bilgi-ikon svg { width: 18px; height: 18px; color: var(--sas-blue); }
.sas-bilgi-metin { font-size: 13.5px; line-height: 1.6; color: var(--sas-navy); padding-top: 3px; }
.sas-bilgi-metin a { color: var(--sas-navy); }
.sas-bilgi-metin a:hover { color: var(--sas-blue); }

.sas-harita {
	border-radius: var(--sas-radius);
	overflow: hidden;
	border: 1px solid var(--sas-border);
	min-height: 330px;
	position: relative;
	background: var(--sas-ice);
}
.sas-harita iframe { width: 100%; height: 100%; min-height: 330px; border: 0; display: block; }

/* form */
.sas-form-kart {
	background: #fff;
	border: 1px solid var(--sas-border);
	border-radius: var(--sas-radius);
	padding: 24px;
	box-shadow: var(--sas-golge);
}
.sas-form-kart h3 { font-size: 17px; font-weight: 700; margin: 0 0 5px; }
.sas-form-kart > p {
	font-size: 12.8px;
	color: var(--sas-text-soft);
	margin: 0 0 16px;
}
.sas-form-kart .sas-alan { position: relative; margin-bottom: 12px; }
.sas-form-kart .sas-alan-ikon {
	position: absolute;
	left: 13px; top: 13px;
	width: 15px; height: 15px;
	color: var(--sas-text-soft);
	pointer-events: none;
	z-index: 2;
}
.sas-form-kart input[type="text"],
.sas-form-kart input[type="tel"],
.sas-form-kart input[type="email"],
.sas-form-kart select,
.sas-form-kart textarea {
	width: 100%;
	padding: 11px 13px 11px 36px;
	border: 1px solid var(--sas-border);
	border-radius: 8px;
	font-size: 13.5px;
	font-family: 'Open Sans', sans-serif;
	color: var(--sas-navy);
	background: #FBFDFF;
	box-shadow: none;
	transition: border-color .18s, background .18s;
	height: auto;
	margin: 0;
}
.sas-form-kart textarea { min-height: 88px; resize: vertical; padding-top: 11px; }
.sas-form-kart input:focus,
.sas-form-kart select:focus,
.sas-form-kart textarea:focus {
	border-color: var(--sas-blue);
	background: #fff;
	outline: none;
}
.sas-form-kart ::placeholder { color: #9DAEC0; }
.sas-form-ikili { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sas-form-ikili .sas-alan { margin-bottom: 12px; }
.sas-form-kart .sas-kvkk {
	font-size: 11.5px;
	color: var(--sas-text-soft);
	line-height: 1.5;
	margin: 2px 0 12px;
	display: flex;
	gap: 8px;
	align-items: flex-start;
}
.sas-form-kart .sas-kvkk input { width: auto; padding: 0; margin: 2px 0 0; flex: 0 0 auto; }
.sas-form-kart button[type="submit"],
.sas-form-kart input[type="submit"] {
	width: 100%;
	border: 0;
	border-radius: 8px;
	padding: 13px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(135deg, var(--sas-blue), var(--sas-blue-lite));
	cursor: pointer;
	transition: transform .18s, box-shadow .18s;
	box-shadow: 0 6px 16px rgba(27, 127, 214, .28);
}
.sas-form-kart button[type="submit"]:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(27,127,214,.36); }

/* =========================================================
   FOOTER
   ========================================================= */
.sas-footer {
	position: relative;
	background: linear-gradient(135deg, #0C4F9B 0%, #1273C4 55%, #1A86D8 100%);
	color: #CFE3F7;
	margin-top: 0;
	padding-top: 0;
}
.sas-footer-dalga {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: -1px;
	color: var(--sas-ice);
}
.sas-footer-ic { padding: 46px 0 34px; }
.sas-footer-izgara {
	display: grid;
	grid-template-columns: 1.55fr 1fr 1.2fr 1.35fr;
	gap: 34px;
}
.sas-footer h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 16px;
	position: relative;
	padding-bottom: 10px;
}
.sas-footer h4::after {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 34px; height: 2px;
	background: rgba(255,255,255,.45);
	border-radius: 2px;
}
.sas-footer-logo { display: flex; align-items: center; gap: 11px; margin-bottom: 15px; }
.sas-footer-logo img { width: 48px; height: 48px; display: block; }
.sas-footer-logo .sas-logo-ad { color: #fff; font-size: 18px; }
.sas-footer-logo .sas-logo-alt { color: #BFDCF5; }
.sas-footer-logo .sas-logo-slogan { color: #9EC6EA; }
.sas-footer-hakkinda { font-size: 13px; line-height: 1.75; color: #C3DCF4; margin: 0 0 18px; }
.sas-footer-liste { list-style: none; margin: 0; padding: 0; }
.sas-footer-liste li { margin-bottom: 9px; }
.sas-footer-liste a {
	color: #C3DCF4;
	font-size: 13px;
	transition: color .18s, padding-left .18s;
	display: inline-block;
}
.sas-footer-liste a:hover { color: #fff; padding-left: 4px; }
.sas-footer-iletisim { list-style: none; margin: 0; padding: 0; }
.sas-footer-iletisim li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin-bottom: 13px;
	font-size: 13px;
	line-height: 1.6;
	color: #C3DCF4;
}
.sas-footer-iletisim svg { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 3px; opacity: .85; }
.sas-footer-iletisim a { color: #C3DCF4; }
.sas-footer-iletisim a:hover { color: #fff; }
.sas-footer-sosyal { display: flex; gap: 10px; margin-top: 16px; }
.sas-footer-sosyal a {
	width: 33px; height: 33px;
	border-radius: 50%;
	background: rgba(255,255,255,.14);
	display: flex; align-items: center; justify-content: center;
	transition: background .2s, transform .2s;
}
.sas-footer-sosyal a:hover { background: rgba(255,255,255,.3); transform: translateY(-2px); }
.sas-footer-sosyal svg { width: 15px; height: 15px; color: #fff; }

.sas-footer-alt {
	border-top: 1px solid rgba(255,255,255,.16);
	padding: 16px 0;
}
.sas-footer-alt .sas-kap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
}
.sas-footer-alt p { margin: 0; font-size: 12.5px; color: #B6D4F0; }
.sas-footer-alt nav { display: flex; gap: 22px; }
.sas-footer-alt nav a { font-size: 12.5px; color: #B6D4F0; }
.sas-footer-alt nav a:hover { color: #fff; }

/* =========================================================
   SAYFA BAŞLIĞI (iç sayfalar)
   ========================================================= */
.sas-sayfa-basi {
	position: relative;
	background: linear-gradient(135deg, #EDF8FE 0%, #DCEEFB 60%, #CFE7F9 100%);
	padding: 52px 0 66px;
	overflow: hidden;
	text-align: center;
}
.sas-sayfa-basi h1 { font-size: 36px; font-weight: 800; margin: 0 0 10px; }
.sas-sayfa-basi p { font-size: 15px; color: #4A5D71; margin: 0 auto; max-width: 660px; }
.sas-kirinti {
	font-size: 12.5px;
	color: var(--sas-text-soft);
	margin-bottom: 14px;
}
.sas-kirinti a { color: var(--sas-blue); }
.sas-kirinti span { margin: 0 6px; opacity: .6; }

/* =========================================================
   MOBİL SABİT ÇUBUK
   ========================================================= */
.sas-mobil-bar { display: none; }

/* =========================================================
   DUYARLI (RESPONSIVE)
   ========================================================= */
@media (max-width: 1199px) {
	.sas-hizmet-izgara { grid-template-columns: repeat(3, 1fr); }
	.sas-iletisim-izgara { grid-template-columns: 1fr 1fr; }
	.sas-bilgi-liste { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
	.sas-bilgi { flex: 1 1 calc(50% - 9px); }
	.sas-hero h1 { font-size: 40px; }
	.sas-footer-izgara { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 991px) {
	.sas-menu, .sas-header-sag .sas-btn { display: none; }
	.sas-mobil-ac { display: block; }
	.sas-header .sas-kap { min-height: 72px; }
	.sas-hero-izgara { grid-template-columns: 1fr; gap: 34px; }
	.sas-hero { padding: 42px 0 80px; }
	.sas-hero h1 { font-size: 34px; }
	.sas-hero-metin { max-width: none; }
	.sas-el-yazi { display: none; }
	.sas-urun-izgara { grid-template-columns: repeat(2, 1fr); }
	.sas-neden-izgara { grid-template-columns: repeat(2, 1fr); }
	.sas-cta { flex-direction: column; align-items: flex-start; padding: 26px; }
	.sas-cta-gorsel { display: none; }
	.sas-bolum { padding: 52px 0; }
	.sas-bolum-baslik { font-size: 28px; }
	.sas-baslik-yan p { display: none; }
	.sas-ustbar-sol .sas-ustbar-eposta { display: none; }
}

@media (max-width: 767px) {
	.sas-hizmet-izgara { grid-template-columns: repeat(2, 1fr); }
	.sas-iletisim-izgara { grid-template-columns: 1fr; }
	.sas-bilgi { flex: 1 1 100%; }
	.sas-ustbar .sas-kap { justify-content: center; min-height: 0; gap: 10px; }
	.sas-ustbar-konum { display: none; }
	.sas-footer-izgara { grid-template-columns: 1fr; gap: 26px; }
	.sas-footer-alt .sas-kap { flex-direction: column; text-align: center; gap: 10px; }
	.sas-hero h1 { font-size: 29px; }
	.sas-hero-butonlar .sas-btn { flex: 1 1 100%; }
	.sas-hero-mahur { width: 104px; height: 104px; right: 8px; bottom: 12px; }
	.sas-sayfa-basi h1 { font-size: 27px; }
	.sas-bolum-baslik { font-size: 24px; }
	.sas-cta-tel, .sas-cta-orta .sas-btn { width: 100%; justify-content: center; }
	.sas-cta-orta { width: 100%; }

	/* mobil sabit iletişim çubuğu */
	.sas-mobil-bar {
		display: flex;
		position: fixed; left: 0; right: 0; bottom: 0;
		z-index: 9999;
		background: #fff;
		border-top: 1px solid var(--sas-border);
		box-shadow: 0 -2px 14px rgba(14, 58, 115, .12);
	}
	.sas-mobil-bar a {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 3px;
		padding: 9px 4px;
		font-family: 'Montserrat', sans-serif;
		font-size: 10.5px;
		font-weight: 700;
		color: var(--sas-navy);
	}
	.sas-mobil-bar svg { width: 19px; height: 19px; }
	.sas-mobil-bar a.sas-wa { color: var(--sas-green); }
	body { padding-bottom: 60px; }
}

@media (max-width: 479px) {
	.sas-hizmet-izgara, .sas-urun-izgara, .sas-neden-izgara { grid-template-columns: 1fr; }
	.sas-form-ikili { grid-template-columns: 1fr; }
	.sas-hero-rozetler { flex-direction: column; }
	.sas-rozet { width: 100%; }
}

/* =========================================================
   MOBİL MENÜ PANELİ
   ========================================================= */
.sas-mobil-panel {
	position: fixed;
	top: 0; left: 0; bottom: 0;
	width: 300px;
	max-width: 86vw;
	background: #fff;
	z-index: 10000;
	transform: translateX(-100%);
	transition: transform .28s cubic-bezier(.4,0,.2,1);
	overflow-y: auto;
	box-shadow: 4px 0 26px rgba(14, 58, 115, .18);
	padding: 18px;
}
.sas-mobil-panel.acik { transform: translateX(0); }
.sas-mobil-ortu {
	position: fixed;
	inset: 0;
	background: rgba(10, 43, 88, .5);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity .28s, visibility .28s;
}
.sas-mobil-ortu.acik { opacity: 1; visibility: visible; }
.sas-mobil-panel-bas {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 14px;
	margin-bottom: 12px;
	border-bottom: 1px solid var(--sas-border);
}
.sas-mobil-kapat { background: none; border: 0; cursor: pointer; padding: 6px; color: var(--sas-navy); }
.sas-mobil-kapat svg { width: 22px; height: 22px; }
.sas-mobil-panel ul { list-style: none; margin: 0; padding: 0; }
.sas-mobil-panel > ul > li { border-bottom: 1px solid #F0F6FB; }
.sas-mobil-panel a {
	display: block;
	padding: 12px 6px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14.5px;
	font-weight: 600;
	color: var(--sas-navy);
}
.sas-mobil-panel ul ul { padding-left: 14px; padding-bottom: 6px; }
.sas-mobil-panel ul ul a { font-size: 13px; font-weight: 500; color: var(--sas-text); padding: 8px 6px; }
.sas-mobil-panel .sas-btn { width: 100%; margin-top: 16px; }

/* =========================================================
   ERİŞİLEBİLİRLİK / YARDIMCI
   ========================================================= */
.sas-gizli {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}
.sas-btn:focus-visible,
.sas-menu a:focus-visible,
.sas-form-kart :focus-visible {
	outline: 3px solid rgba(27,127,214,.45);
	outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
	* { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* =========================================================
   FLATSOME EZME — ana temanın genel kuralları tasarımı bozmasın
   ========================================================= */

/* SVG'ler satır içi davransın (Flatsome svg{display:block} uygular) */
body.sas-tema .sas-btn svg,
body.sas-tema .sas-kart-link svg,
body.sas-tema .sas-menu svg,
body.sas-tema .sas-ustbar svg,
body.sas-tema .sas-footer svg:not(.sas-footer-dalga),
body.sas-tema .sas-cta-tel svg {
	display: inline-block;
	vertical-align: middle;
	flex: 0 0 auto;
}

/* Menü yapısı — Flatsome nav li{display:flex} kuralını geçersiz kılar */
body.sas-tema .sas-menu > ul {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
}
body.sas-tema .sas-menu > ul > li {
	display: block;
	flex: 0 0 auto;
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
}
body.sas-tema .sas-menu > ul > li > a {
	display: inline-flex;
	align-items: center;
	width: auto;
	white-space: nowrap;
	text-transform: none;
	letter-spacing: 0;
}
body.sas-tema .sas-menu ul ul {
	display: block;
	width: auto;
}
body.sas-tema .sas-menu ul ul li {
	display: block;
	width: 100%;
	flex: none;
	margin: 0;
}
body.sas-tema .sas-menu ul ul a { display: block; width: 100%; white-space: normal; }
body.sas-tema .sas-menu li:hover > ul { opacity: 1; visibility: visible; transform: translateY(0); }

/* Buton renkleri — genel a{color} kuralını geçersiz kılar */
body.sas-tema a.sas-btn--birincil,
body.sas-tema a.sas-btn--birincil:hover,
body.sas-tema a.sas-btn--birincil:focus { color: #fff; }
body.sas-tema a.sas-btn--cizgi { color: var(--sas-navy); }
body.sas-tema a.sas-btn--cizgi:hover { color: var(--sas-blue); }
body.sas-tema a.sas-btn--beyaz,
body.sas-tema a.sas-btn--beyaz:hover { color: var(--sas-blue); }
body.sas-tema a.sas-cta-tel { color: var(--sas-navy); }
body.sas-tema .sas-cta a.sas-btn--beyaz { color: var(--sas-blue); }

/* Üst bar / footer bağlantı renkleri */
body.sas-tema .sas-ustbar a { color: #C7DDF5; }
body.sas-tema .sas-ustbar a:hover { color: #fff; }
body.sas-tema .sas-footer a { color: #C3DCF4; }
body.sas-tema .sas-footer a:hover { color: #fff; }
body.sas-tema .sas-footer-sosyal a { color: #fff; }
body.sas-tema .sas-urun-govde h3 a { color: var(--sas-navy); }
body.sas-tema .sas-urun-govde h3 a:hover { color: var(--sas-blue); }
body.sas-tema .sas-bilgi-metin a { color: var(--sas-navy); }

/* Liste ve başlık sıfırlamaları */
body.sas-tema .sas-footer-liste,
body.sas-tema .sas-footer-iletisim { list-style: none; margin: 0; padding: 0; }
body.sas-tema .sas-footer-liste li,
body.sas-tema .sas-footer-iletisim li { list-style: none; }
body.sas-tema .sas-hizmet-kart h3,
body.sas-tema .sas-neden-kart h3,
body.sas-tema .sas-urun-govde h3 { text-transform: none; letter-spacing: 0; }
body.sas-tema .sas-urun-govde h3 { text-transform: uppercase; }

/* Form alanları — Flatsome input stillerini geçersiz kılar */
body.sas-tema .sas-form-kart input[type="text"],
body.sas-tema .sas-form-kart input[type="tel"],
body.sas-tema .sas-form-kart input[type="email"],
body.sas-tema .sas-form-kart select,
body.sas-tema .sas-form-kart textarea {
	height: auto;
	min-height: 0;
	box-shadow: none;
	border-radius: 8px;
	padding: 11px 13px 11px 36px;
	margin: 0;
	background-color: #FBFDFF;
	font-size: 13.5px;
}
body.sas-tema .sas-form-kart .wpcf7-form-control-wrap { display: block; }
body.sas-tema .sas-form-kart p { margin: 0; }
body.sas-tema .sas-form-kart .wpcf7-submit {
	width: 100%;
	border: 0;
	border-radius: 8px;
	padding: 13px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(135deg, var(--sas-blue), var(--sas-blue-lite));
	box-shadow: 0 6px 16px rgba(27, 127, 214, .28);
	text-transform: none;
	letter-spacing: 0;
	height: auto;
	line-height: 1.2;
}
body.sas-tema .sas-form-kart .wpcf7-list-item { margin: 0; }
body.sas-tema .sas-form-kart .sas-kvkk { display: flex; gap: 8px; align-items: flex-start; cursor: pointer; }
body.sas-tema .sas-form-kart .wpcf7-spinner { display: block; margin: 8px auto 0; }

/* Ürün detayındaki teklif butonları */
body.sas-tema .sas-teklif { margin-top: 1.25rem; }
body.sas-tema .sas-teklif .sas-btn { margin: 0 8px 8px 0; }
body.sas-tema .sas-teklif-not { font-size: .85em; color: var(--sas-text-soft); margin: 4px 0 0; }
body.sas-tema .sas-arsiv-link { margin-top: 8px; }

/* Flatsome JS'inin menüye eklediği toggle butonu gizlenir (kendi okumuz var) */
body.sas-tema .sas-menu button.toggle,
body.sas-tema .sas-menu .toggle { display: none !important; }

/* Ürün kartı görselleri eşit yükseklikte olmalı (Flatsome img{height:auto} ezer) */
body.sas-tema .sas-urun-izgara { align-items: stretch; }
body.sas-tema .sas-urun-kart { height: 100%; }
body.sas-tema .sas-urun-medya {
	height: 236px;
	display: flex;
	align-items: center;
	justify-content: center;
}
body.sas-tema .sas-urun-medya img {
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 188px;
	object-fit: contain;
}
body.sas-tema .sas-hizmet-izgara,
body.sas-tema .sas-neden-izgara { align-items: stretch; }
body.sas-tema .sas-hizmet-kart,
body.sas-tema .sas-neden-kart { height: 100%; }

/* =========================================================
   İÇ SAYFA İÇERİĞİ
   ========================================================= */
.sas-icerik { font-size: 15px; line-height: 1.78; color: var(--sas-text); }
.sas-icerik h2 { font-size: 26px; font-weight: 800; margin: 2em 0 .6em; }
.sas-icerik h2:first-child { margin-top: 0; }
.sas-icerik h3 { font-size: 19px; font-weight: 700; margin: 1.7em 0 .5em; }
.sas-icerik p { margin: 0 0 1.1em; }
.sas-icerik ul, .sas-icerik ol { margin: 0 0 1.3em 0; padding-left: 0; list-style: none; }
.sas-icerik ul li {
	position: relative;
	padding-left: 28px;
	margin-bottom: .6em;
}
.sas-icerik ul li::before {
	content: '';
	position: absolute;
	left: 4px; top: .55em;
	width: 8px; height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--sas-blue), var(--sas-blue-lite));
}
.sas-icerik ol { counter-reset: sas; }
.sas-icerik ol li { position: relative; padding-left: 34px; margin-bottom: .6em; counter-increment: sas; }
.sas-icerik ol li::before {
	content: counter(sas);
	position: absolute;
	left: 0; top: .1em;
	width: 22px; height: 22px;
	border-radius: 50%;
	background: var(--sas-sky);
	color: var(--sas-blue);
	font-family: 'Montserrat', sans-serif;
	font-size: 11.5px;
	font-weight: 700;
	display: flex; align-items: center; justify-content: center;
}
.sas-icerik strong { color: var(--sas-navy); font-weight: 700; }
.sas-icerik a { color: var(--sas-blue); text-decoration: underline; text-underline-offset: 3px; }

/* iki sütunlu iç sayfa düzeni */
.sas-ikili {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 42px;
	align-items: start;
}
.sas-yan-kart {
	background: #fff;
	border: 1px solid var(--sas-border);
	border-radius: var(--sas-radius);
	padding: 24px;
	box-shadow: var(--sas-golge);
	position: sticky;
	top: 100px;
}
.sas-yan-kart h3 { font-size: 17px; font-weight: 700; margin: 0 0 8px; }
.sas-yan-kart > p { font-size: 13.5px; color: var(--sas-text); margin: 0 0 14px; }
.sas-yan-kart ul { list-style: none; margin: 0 0 16px; padding: 0; }
.sas-yan-kart ul li {
	position: relative;
	padding-left: 26px;
	margin-bottom: .55em;
	font-size: 13.5px;
	line-height: 1.55;
}
.sas-yan-kart ul li::before {
	content: '';
	position: absolute;
	left: 0; top: 4px;
	width: 16px; height: 16px;
	border-radius: 50%;
	background: var(--sas-sky) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231B7FD6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 10px no-repeat;
}
.sas-yan-kart .sas-btn { width: 100%; margin-bottom: 9px; }

/* SSS (akordeon) */
.sas-sss { border-top: 1px solid var(--sas-border); margin-top: 8px; }
.sas-sss details {
	border-bottom: 1px solid var(--sas-border);
	padding: 0;
}
.sas-sss summary {
	list-style: none;
	cursor: pointer;
	padding: 17px 38px 17px 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: var(--sas-navy);
	line-height: 1.45;
}
.sas-sss summary::-webkit-details-marker { display: none; }
.sas-sss summary::after {
	content: '';
	position: absolute;
	right: 4px; top: 50%;
	width: 20px; height: 20px;
	transform: translateY(-50%);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231B7FD6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / 16px no-repeat;
	transition: transform .22s;
}
.sas-sss details[open] summary::after { transform: translateY(-50%) rotate(180deg); }
.sas-sss details > div {
	padding: 0 38px 18px 0;
	font-size: 14.2px;
	line-height: 1.75;
	color: var(--sas-text);
}
.sas-sss summary:hover { color: var(--sas-blue); }

/* iç sayfada hizmet/ürün ızgaraları için üst boşluk */
.sas-icerik .sas-hizmet-izgara,
.sas-icerik .sas-urun-izgara,
.sas-icerik .sas-neden-izgara { margin: 26px 0 34px; }

/* bilgi kutusu */
.sas-not {
	background: var(--sas-sky);
	border-left: 3px solid var(--sas-blue);
	border-radius: 8px;
	padding: 16px 20px;
	margin: 0 0 1.4em;
	font-size: 14px;
	line-height: 1.7;
}
.sas-not p:last-child { margin-bottom: 0; }

@media (max-width: 991px) {
	.sas-ikili { grid-template-columns: 1fr; gap: 28px; }
	.sas-yan-kart { position: static; }
	.sas-icerik h2 { font-size: 22px; }
}

/* =========================================================
   WOOCOMMERCE — ürün listesi ve detay tasarım diline uyarlanır
   ========================================================= */

body.sas-tema.woocommerce .page-wrapper,
body.sas-tema .shop-container > .row-main,
body.sas-tema .product-main { padding-top: 46px; }
body.sas-tema .sas-sayfa-basi--dar { padding: 44px 0 62px; }
body.sas-tema .sas-sayfa-basi h1 { font-size: 34px; }
body.sas-tema .sas-sayfa-basi--dar h1 { font-size: 27px; max-width: 900px; margin-left: auto; margin-right: auto; }

/* Flatsome'ın kendi sayfa başlığını gizle (kendimizinki var) */
body.sas-tema .shop-page-title,
body.sas-tema .product-page-title,
body.sas-tema .page-title-inner .flatsome-breadcrumb,
body.sas-tema nav.woocommerce-breadcrumb { display: none; }

/* --- Ürün kartı --- */
body.sas-tema .products .product-small .col-inner { height: 100%; }
body.sas-tema .products .product-small .box {
	background: #fff;
	border: 1px solid var(--sas-border);
	border-radius: var(--sas-radius);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform .22s ease, box-shadow .22s ease;
}
body.sas-tema .products .product-small .box:hover {
	transform: translateY(-5px);
	box-shadow: var(--sas-golge-hv);
}
body.sas-tema .products .product-small .box-image {
	background: linear-gradient(160deg, #F4FAFE 0%, #E6F2FB 100%);
	padding: 20px 16px;
	margin: 0;
}
body.sas-tema .products .product-small .box-image img {
	height: 190px;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	object-fit: contain;
	mix-blend-mode: multiply;
}
body.sas-tema .products .product-small .box-image .image-none,
body.sas-tema .products .product-small .box-image > div {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 190px;
}
body.sas-tema .products .product-small .box-text {
	padding: 16px;
	text-align: center;
	border-top: 1px solid var(--sas-border);
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}
body.sas-tema .products .product-small .product-cat {
	font-family: 'Montserrat', sans-serif;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .1em;
	color: var(--sas-blue);
	opacity: 1;
	margin: 0 0 6px;
}
body.sas-tema .products .product-small .product-title {
	margin: 0 0 10px;
	min-height: 40px;
}
body.sas-tema .products .product-small .product-title a {
	font-family: 'Montserrat', sans-serif;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.42;
	color: var(--sas-navy);
	text-transform: uppercase;
	letter-spacing: .01em;
}
body.sas-tema .products .product-small .product-title a:hover { color: var(--sas-blue); }
body.sas-tema .products .product-small .sas-arsiv-link {
	margin-top: auto;
	justify-content: center;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}
body.sas-tema .products .price,
body.sas-tema .products .star-rating,
body.sas-tema .products .add-to-cart-button { display: none !important; }

/* --- Ürün detay --- */
body.sas-tema .product-info .product_title {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: none;
	letter-spacing: 0;
}
body.sas-tema .product-gallery,
body.sas-tema .product-images {
	background: linear-gradient(160deg, #F4FAFE 0%, #E6F2FB 100%);
	border-radius: var(--sas-radius);
	overflow: hidden;
}
body.sas-tema .product-info .product_meta { font-size: 12.5px; color: var(--sas-text-soft); }
body.sas-tema .woocommerce-tabs .tab-panels { padding-top: 18px; font-size: 14.5px; line-height: 1.75; }
body.sas-tema .woocommerce-tabs .nav-tabs li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13.5px;
	text-transform: none;
	letter-spacing: 0;
	color: var(--sas-navy);
}
body.sas-tema .product-footer .woocommerce-tabs { border-top: 1px solid var(--sas-border); padding-top: 26px; }

/* Ürün kategorisi başlık alanında açıklama zaten var, tekrar etmesin */
body.sas-tema .term-description { display: none; }

/* Sıralama ve sonuç sayısı */
body.sas-tema .woocommerce-result-count,
body.sas-tema .woocommerce-ordering select {
	font-size: 13px;
	color: var(--sas-text-soft);
}
body.sas-tema .shop-container { padding-bottom: 20px; }

/* Kategori kutuları */
body.sas-tema .category-page-row .product-category .box-text {
	padding: 14px 10px;
}
body.sas-tema .product-category .box-text .header-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: var(--sas-navy);
}

/* Kart içi "Detaylı Bilgi" alanı en alta yaslansın */
body.sas-tema .products .product-small .box-text .title-wrapper { flex: 0 0 auto; }
body.sas-tema .products .product-small .box-text .price-wrapper {
	margin-top: auto;
	padding-top: 10px;
}
body.sas-tema .products .product-small .box-text .product-title { min-height: 0; margin-bottom: 4px; }

/* =========================================================
   LOGO — kurum logosu marka adını kendi içinde taşır,
   bu yüzden yanına ayrıca metin konmaz.
   ========================================================= */
body.sas-tema .sas-logo { display: flex; align-items: center; gap: 0; flex: 0 0 auto; }
body.sas-tema .sas-logo img {
	width: 78px;
	height: 78px;
	display: block;
	object-fit: contain;
}
body.sas-tema .sas-header .sas-kap { min-height: 98px; }

/* Yapışkan başlıkta biraz küçülsün */
body.sas-tema .sas-header.sas-yapisik .sas-kap { min-height: 74px; }
body.sas-tema .sas-header.sas-yapisik .sas-logo img { width: 58px; height: 58px; }

/* Alt bilgi logosu */
body.sas-tema .sas-footer-logo { display: block; margin-bottom: 16px; }
body.sas-tema .sas-footer-logo img {
	width: 92px;
	height: 92px;
	display: block;
}

/* Mobil menü paneli */
body.sas-tema .sas-mobil-panel .sas-logo img { width: 52px; height: 52px; }

@media (max-width: 991px) {
	body.sas-tema .sas-header .sas-kap { min-height: 76px; }
	body.sas-tema .sas-logo img { width: 58px; height: 58px; }
	body.sas-tema .sas-header.sas-yapisik .sas-logo img { width: 52px; height: 52px; }
}
@media (max-width: 479px) {
	body.sas-tema .sas-logo img { width: 52px; height: 52px; }
	body.sas-tema .sas-footer-logo img { width: 80px; height: 80px; }
}
