/*
 * SUNPLUS ana sayfa — onizleme/index.html'den birebir aktarım.
 * Tüm seçiciler sp- önekli: üst tema (Sydney) ve eklenti CSS'iyle çakışmasın.
 * Sydney'nin h1/a/button kuralları daha özgül olabilir; bileşen kuralları gövde sınıfıyla (.sunplus-yeni) yazıldı.
 */

.sunplus-yeni {
	margin: 0;
	font-family: var(--sp-font);
	font-weight: 300;
	color: var(--sp-dark);
	background: var(--sp-cream);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sunplus-yeni *, .sunplus-yeni *::before, .sunplus-yeni *::after { box-sizing: border-box; }
html:has(.sunplus-yeni) { scroll-behavior: smooth; }
.sunplus-yeni a { color: inherit; text-decoration: none; }
.sunplus-yeni button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
.sunplus-yeni :focus-visible { outline: 2px solid var(--sp-dark); outline-offset: 3px; border-radius: 4px; }

.sunplus-yeni .sp-kap { max-width: var(--sp-kap); margin: 0 auto; padding: 0 1.5rem; }
@media (min-width: 1024px) { .sunplus-yeni .sp-kap { padding: 0 2rem; } }

@keyframes sp-fade-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sp-fade-down { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sp-fade-down-orta { from { opacity: 0; transform: translate(-50%, -12px); } to { opacity: 1; transform: translate(-50%, 0); } }
.sunplus-yeni .sp-fade-up { animation: sp-fade-up .8s var(--sp-egri) both; }
.sunplus-yeni .sp-fade-down { animation: sp-fade-down .7s var(--sp-egri) both; }
.sunplus-yeni .sp-logo.sp-fade-down { animation-name: sp-fade-down-orta; }
.sunplus-yeni .sp-s1 { animation-delay: 0ms; }
.sunplus-yeni .sp-s2 { animation-delay: 120ms; }
.sunplus-yeni .sp-s3 { animation-delay: 240ms; }
.sunplus-yeni .sp-s4 { animation-delay: 360ms; }
.sunplus-yeni .sp-s5 { animation-delay: 480ms; }
.sunplus-yeni .sp-s6 { animation-delay: 600ms; }
@media (prefers-reduced-motion: reduce) {
	.sunplus-yeni .sp-fade-up, .sunplus-yeni .sp-fade-down { animation: none; }
	html:has(.sunplus-yeni) { scroll-behavior: auto; }
}

/* menü */
.sunplus-yeni .sp-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background-color .3s, box-shadow .3s; }
.admin-bar.sunplus-yeni .sp-nav { top: 32px; }
@media (max-width: 782px) { .admin-bar.sunplus-yeni .sp-nav { top: 46px; } }
.sunplus-yeni .sp-nav.sp-kaydi { background: rgba(250, 248, 245, .9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 1px 2px rgba(0, 0, 0, .05); }
/* Menü (kullanıcı referansı: logo + tanıtıcı solda, "MENÜ" + hamburger sağda; tüm ekranlarda tam sayfa menü). */
.sunplus-yeni .sp-bar { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 4.5rem; }
@media (min-width: 768px) { .sunplus-yeni .sp-bar { height: 6rem; } }
/* Marka: logo + altında "SUNPLUS KİMYA" (kullanıcı isteği; önceki yan yana tanıtıcı kaldırıldı). */
/* Kullanıcı isteği (2026-09-13): logo ve yazı birbirine ORTADAN hizalı. */
.sunplus-yeni .sp-marka { display: flex; flex-direction: column; align-items: center; gap: .3rem; min-width: 0; position: relative; z-index: 50; }
.sunplus-yeni .sp-logo { display: flex; align-items: center; flex: none; }
/* Logo büyütüldü (kullanıcı isteği): 32/36 px → 40/48 px yükseklik. */
.sunplus-yeni .sp-logo svg { height: 40px; width: auto; display: block; }
@media (min-width: 768px) { .sunplus-yeni .sp-logo svg { height: 48px; } }
/* letter-spacing son harften sonra da boşluk bırakır; eşit sol dolgu görsel merkezi logo merkezine oturtur. */
.sunplus-yeni .sp-tanitici { font-size: .625rem; font-weight: 400; letter-spacing: .24em; line-height: 1; color: #fff; white-space: nowrap; padding-left: .24em; text-align: center; text-shadow: 0 1px 10px rgba(0, 0, 0, .45); transition: color .3s, text-shadow .3s; }
/* Kullanıcı isteği (2026-09-13): SUNPLUS yazısı ve menü simgesi BEYAZ. Kaydırınca menü çubuğu krem zemine geçer → koyuya döner. */
.sunplus-yeni .sp-nav.sp-kaydi .sp-tanitici { color: #4a554b; text-shadow: none; }
@media (min-width: 768px) { .sunplus-yeni .sp-tanitici { font-size: .6875rem; } }

.sunplus-yeni .sp-ham { display: inline-flex; align-items: center; gap: .875rem; position: relative; z-index: 50; height: 2.75rem; padding: 0 .25rem; color: #fff; text-shadow: 0 1px 10px rgba(0, 0, 0, .45); filter: drop-shadow(0 1px 6px rgba(0, 0, 0, .3)); transition: color .3s; }
.sunplus-yeni .sp-nav.sp-kaydi .sp-ham { color: var(--sp-dark); text-shadow: none; filter: none; }
.sunplus-yeni .sp-ham-yazi { font-size: .8125rem; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; }
.sunplus-yeni .sp-ham-ikon { position: relative; width: 1.875rem; height: 1.125rem; display: block; }
.sunplus-yeni .sp-ham-ikon span { position: absolute; left: 0; width: 100%; height: 2px; background: currentColor; border-radius: 2px; transition: transform .35s cubic-bezier(.68, -.6, .32, 1.6), opacity .2s, top .35s cubic-bezier(.22, 1, .36, 1); }
.sunplus-yeni .sp-ham-ikon span:nth-child(1) { top: 0; }
.sunplus-yeni .sp-ham-ikon span:nth-child(2) { top: 8px; }
.sunplus-yeni .sp-ham-ikon span:nth-child(3) { top: 16px; }
.sunplus-yeni .sp-ham:hover .sp-ham-ikon span:nth-child(2) { transform: scaleX(.7); transform-origin: right; }
.sunplus-yeni .sp-acik .sp-ham-ikon span:nth-child(1) { top: 8px; transform: rotate(45deg); }
.sunplus-yeni .sp-acik .sp-ham-ikon span:nth-child(2) { opacity: 0; transform: none; }
.sunplus-yeni .sp-acik .sp-ham-ikon span:nth-child(3) { top: 8px; transform: rotate(-45deg); }

.sunplus-yeni .sp-cta { display: inline-flex; align-items: center; padding: .625rem 1.25rem; background: var(--sp-dark); color: #fff; font-size: .875rem; font-weight: 300; letter-spacing: .025em; text-transform: uppercase; border-radius: 999px; transition: background-color .2s; }
.sunplus-yeni .sp-cta:hover { background: var(--sp-green); color: #fff; }

/* Yan panel: sağdan kayar, ortalı büyük harf linkler, üzerine gelinen gri.
   Kullanıcı isteği (2026-09-13): açılınca BEYAZ. Kontrast: #0b0c0b / #fff ≈ 19,8:1; hover #6f716f / #fff ≈ 4,9:1. */
.sunplus-yeni .sp-perde { position: fixed; inset: 0; z-index: 55; background: rgba(11, 12, 11, .35); opacity: 0; transition: opacity .45s cubic-bezier(.22, 1, .36, 1); }
.sunplus-yeni .sp-perde[hidden] { display: block; visibility: hidden; pointer-events: none; }
.sunplus-yeni .sp-acik .sp-perde { opacity: 1; visibility: visible; pointer-events: auto; }
.sunplus-yeni .sp-overlay { position: fixed; top: 0; right: 0; bottom: 0; z-index: 60; width: 100%; max-width: 30rem; background: #fff; color: #0b0c0b; display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding: 6.5rem 2rem 3rem; overflow-y: auto; transform: translateX(100%); visibility: hidden; transition: transform .55s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .55s; }
.sunplus-yeni .sp-acik .sp-overlay { transform: none; visibility: visible; transition: transform .55s cubic-bezier(.22, 1, .36, 1), visibility 0s; }
.admin-bar.sunplus-yeni .sp-overlay { top: 32px; }
.sunplus-yeni .sp-kapat { position: absolute; top: 1.75rem; right: 1.75rem; width: 2.75rem; height: 2.75rem; display: grid; place-items: center; color: #0b0c0b; transition: transform .3s var(--sp-egri), opacity .2s; }
.sunplus-yeni .sp-kapat svg { width: 2.25rem; height: 2.25rem; }
.sunplus-yeni .sp-kapat:hover { transform: rotate(90deg); }
.sunplus-yeni .sp-overlay-linkler { list-style: none; margin: auto 0; padding: 0; display: grid; gap: .35rem; text-align: center; }
.sunplus-yeni .sp-overlay-linkler li { margin: 0; }
.sunplus-yeni .sp-buyuk { display: inline-block; font-size: 2.25rem; font-weight: 400; line-height: 1.12; letter-spacing: -.02em; text-transform: uppercase; color: #0b0c0b; transition: color .2s; }
@media (min-width: 768px) { .sunplus-yeni .sp-buyuk { font-size: 2.75rem; } }
.sunplus-yeni .sp-buyuk:hover, .sunplus-yeni .sp-buyuk:focus-visible { color: #6f716f !important; }
.sunplus-yeni .sp-overlay :focus-visible { outline-color: #0b0c0b; }
.sunplus-yeni .sp-overlay-alt { display: grid; gap: 1.25rem; justify-items: center; text-align: center; }
.sunplus-yeni .sp-dil { font-size: .8125rem; letter-spacing: .2em; text-transform: uppercase; color: #5d675e; }
.sunplus-yeni .sp-dil:hover { color: #0b0c0b; }
/* Panel açıkken hamburger panelin altında kalır; üst çubuk içeriği sabit. */
.sunplus-yeni .sp-acik .sp-ham { visibility: hidden; }
@media (prefers-reduced-motion: reduce) {
	.sunplus-yeni .sp-overlay, .sunplus-yeni .sp-perde, .sunplus-yeni .sp-ham-ikon span { transition: none; }
}

/* karşılama */
.sunplus-yeni .sp-hero { position: relative; width: 100%; height: 100vh; height: 100svh; min-height: 700px; overflow: hidden; background: var(--sp-cream); }
.sunplus-yeni .sp-medya { position: absolute; inset: 0; }
.sunplus-yeni .sp-medya video { width: 100%; height: 100%; object-fit: cover; object-position: bottom; display: block; }
/* Okunurluk katmanı (2026-09-13, beyaz ortalı metin): videonun üstü açık gökyüzü → metin bölgesinde koyu perde.
   En üst ~%14 (menü: siyah logo + MENÜ yazısı) neredeyse açık bırakılır. Kontrast canlıda 4 video karesinde ölçülür. */
.sunplus-yeni .sp-yikama {
	position: absolute; inset: 0; pointer-events: none;
	background:
		radial-gradient(70% 55% at 50% 52%, rgba(9, 16, 11, .46) 0%, rgba(9, 16, 11, .30) 55%, rgba(9, 16, 11, 0) 100%),
		/* Üst şerit: beyaz MENÜ/SUNPLUS KİMYA açık gökyüzünde okunsun.
		   Ölçüm (2026-09-13): .34/.22 ile en açık karede MENÜ 3,40:1, SUNPLUS 3,88:1 (<4,5). Zemin parlaklığı 0,26 → ≤0,18
		   gerekli (~%30 koyulaşma); metinler hero'nun üst %4–8'inde. */
		linear-gradient(180deg, rgba(9, 16, 11, .50) 0%, rgba(9, 16, 11, .40) 10%, rgba(9, 16, 11, .16) 20%, rgba(9, 16, 11, .30) 36%, rgba(9, 16, 11, .30) 70%, rgba(9, 16, 11, .18) 100%);
}
/* Ortalı hero içeriği: dikeyde ortada, yatayda ortalı. */
.sunplus-yeni .sp-icerik { position: relative; z-index: 10; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; max-width: var(--sp-kap); margin: 0 auto; padding: 6rem 1.5rem 3rem; color: #fff; }
@media (min-width: 768px) { .sunplus-yeni .sp-icerik { padding: 7rem 2rem 4rem; } }
.sunplus-yeni .sp-ust-baslik { margin: 0 0 .5rem; font-size: 1.25rem; font-weight: 300; letter-spacing: -.01em; color: rgba(255, 255, 255, .92); text-shadow: 0 1px 18px rgba(0, 0, 0, .28); }
@media (min-width: 768px) { .sunplus-yeni .sp-ust-baslik { font-size: 1.75rem; margin-bottom: .75rem; } }
.sunplus-yeni .sp-hero-metin { margin: 1.5rem 0 0; max-width: 38rem; font-size: 1.0625rem; line-height: 1.6; font-weight: 300; color: #fff; text-shadow: 0 1px 16px rgba(0, 0, 0, .32); text-wrap: balance; }
@media (min-width: 768px) { .sunplus-yeni .sp-hero-metin { font-size: 1.25rem; margin-top: 1.75rem; } }
.sunplus-yeni .sp-icerik .sp-pill { margin: 2rem 0 0; color: var(--sp-dark); }

.sunplus-yeni .sp-pill { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1rem; border-radius: 999px; border: 1px solid rgba(45, 58, 46, .15); background: rgba(255, 255, 255, .6); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); margin-bottom: 1.25rem; font-size: .875rem; transition: background-color .2s; }
.sunplus-yeni .sp-pill:hover { background: rgba(255, 255, 255, .8); }
.sunplus-yeni .sp-pill svg { width: .875rem; height: .875rem; flex: none; }
.sunplus-yeni .sp-arti { color: var(--sp-kirmizi); font-weight: 400; }
@media (min-width: 768px) { .sunplus-yeni .sp-pill { margin-bottom: 1.5rem; } }

/* İki sınıf: Sydney'nin h1 kuralı (renk, font, margin) tek sınıflı bileşeni ezmesin. */
.sunplus-yeni .sp-h1 { margin: 0; padding: 0; text-align: center; font-family: var(--sp-font); font-weight: 500; /* Bai Jamjuree önizlemesiyle aynı (kullanıcı seçimi) */ font-size: 3rem; line-height: 1.02; letter-spacing: -.035em; color: #fff; max-width: 64rem; text-transform: none; text-shadow: 0 2px 28px rgba(0, 0, 0, .25); text-wrap: balance; }
@media (min-width: 640px) { .sunplus-yeni .sp-h1 { font-size: 4rem; } }
@media (min-width: 768px) { .sunplus-yeni .sp-h1 { font-size: 5rem; } }
@media (min-width: 1024px) { .sunplus-yeni .sp-h1 { font-size: 6.5rem; } }
.sunplus-yeni .sp-kir { display: none; }
@media (min-width: 640px) { .sunplus-yeni .sp-kir { display: block; } }

/* Ürün şeridi kaldırıldı (2026-09-14): gruplar bölümünün tekrarıydı. */

/* ===== videonun altındaki bölümler (onizleme/index.html'den) ===== */
/* Statik kontrast ölçüldü: #2d3a2e/#faf8f5 11,28 · #4a554b 7,36 · #5d675e 5,31 (en düşük) · #c4cbc3/#2d3a2e 7,22 */
.sunplus-yeni .sp-bolum { padding: 6rem 0; }
@media (min-width: 768px) { .sunplus-yeni .sp-bolum { padding: 8rem 0; } }
.sunplus-yeni .sp-etiket { margin: 0 0 1.25rem; font-size: .75rem; font-weight: 400; letter-spacing: .25em; text-transform: uppercase; color: var(--sp-dark); }
.sunplus-yeni .sp-h2 { margin: 0; font-family: var(--sp-font); font-weight: 300; font-size: 2rem; line-height: 1.08; letter-spacing: -.025em; max-width: 40rem; text-wrap: balance; color: inherit; text-transform: none; }
@media (min-width: 768px) { .sunplus-yeni .sp-h2 { font-size: 2.75rem; } }
@media (min-width: 1024px) { .sunplus-yeni .sp-h2 { font-size: 3.25rem; } }
.sunplus-yeni .sp-bas { display: grid; gap: 1.25rem; margin-bottom: 3rem; }
@media (min-width: 900px) { .sunplus-yeni .sp-bas { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: end; margin-bottom: 4rem; } }
.sunplus-yeni .sp-aciklama { margin: 0; font-size: 1.0625rem; line-height: 1.65; max-width: 34rem; color: #4a554b; }
.sunplus-yeni .sp-ok { display: inline-flex; align-items: center; gap: .5rem; font-size: .875rem; letter-spacing: .025em; text-transform: uppercase; border-bottom: 1px solid rgba(45, 58, 46, .3); padding-bottom: .25rem; transition: border-color .2s, gap .2s; }
.sunplus-yeni .sp-ok:hover { border-color: var(--sp-dark); gap: .75rem; }
.sunplus-yeni .sp-ok svg { width: .875rem; height: .875rem; }

.sunplus-yeni .sp-gruplar { display: grid; border-top: 1px solid rgba(45, 58, 46, .18); }
@media (min-width: 900px) { .sunplus-yeni .sp-gruplar { grid-template-columns: repeat(var(--sp-grup-sutun, 3), minmax(0, 1fr)); } }
.sunplus-yeni .sp-grup { padding: 2rem 0 2.5rem; border-bottom: 1px solid rgba(45, 58, 46, .18); }
@media (min-width: 900px) {
	.sunplus-yeni .sp-grup { padding: 2.25rem 2rem 2.5rem; border-bottom: 0; }
	.sunplus-yeni .sp-grup:first-child { padding-left: 0; }
	.sunplus-yeni .sp-grup + .sp-grup { border-left: 1px solid rgba(45, 58, 46, .18); }
	.sunplus-yeni .sp-gruplar[data-sutun="3"] .sp-grup:nth-child(3n+1) { border-left: 0; padding-left: 0; }
	/* 2×2 (4 kategori): tek sütunların sol çizgisi yok, ikinci satırın üstünde çizgi */
	.sunplus-yeni .sp-gruplar[data-sutun="2"] .sp-grup:nth-child(odd) { border-left: 0; padding-left: 0; }
	.sunplus-yeni .sp-gruplar[data-sutun="2"] .sp-grup:nth-child(n+3) { border-top: 1px solid rgba(45, 58, 46, .18); }
}
.sunplus-yeni .sp-grup h3 { margin: 0 0 1.5rem; font-family: var(--sp-font); font-weight: 400; font-size: 1.0625rem; letter-spacing: .01em; display: flex; align-items: baseline; gap: .5rem; color: inherit; text-transform: none; }
.sunplus-yeni .sp-grup h3 span { font-size: .8125rem; color: #5d675e; font-variant-numeric: tabular-nums; }
.sunplus-yeni .sp-grup ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.25rem; }
.sunplus-yeni .sp-grup li { margin: 0; }
.sunplus-yeni .sp-grup li b { display: block; font-weight: 300; font-size: 1.625rem; line-height: 1.15; letter-spacing: -.02em; transition: color .2s; }
.sunplus-yeni .sp-grup li small { display: block; margin-top: .25rem; font-size: .9375rem; line-height: 1.45; color: #5d675e; }

.sunplus-yeni .sp-firma { background: var(--sp-light); }
.sunplus-yeni .sp-firma-izgara { display: grid; gap: 3rem; }
@media (min-width: 900px) { .sunplus-yeni .sp-firma-izgara { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 5rem; } }
.sunplus-yeni .sp-alinti { margin: 0; font-family: var(--sp-font); font-weight: 300; font-size: 1.875rem; line-height: 1.18; letter-spacing: -.02em; text-wrap: balance; color: inherit; text-transform: none; }
@media (min-width: 1024px) { .sunplus-yeni .sp-alinti { font-size: 2.5rem; } }
.sunplus-yeni .sp-metin { margin: 1.75rem 0 0; font-size: 1.0625rem; line-height: 1.7; max-width: 36rem; color: #4a554b; }
.sunplus-yeni .sp-bolgeler { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.75rem 0 0; padding: 0; list-style: none; }
.sunplus-yeni .sp-bolgeler li { margin: 0; font-size: .875rem; padding: .4rem .85rem; border: 1px solid rgba(45, 58, 46, .2); border-radius: 999px; }
.sunplus-yeni .sp-hizmetler { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(45, 58, 46, .2); }
.sunplus-yeni .sp-hizmetler li { margin: 0; display: grid; gap: .35rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(45, 58, 46, .2); }
@media (min-width: 640px) { .sunplus-yeni .sp-hizmetler li { grid-template-columns: 9rem minmax(0, 1fr); gap: 1.5rem; } }
.sunplus-yeni .sp-hizmetler h3 { margin: 0; font-family: var(--sp-font); font-weight: 400; font-size: 1.125rem; color: inherit; text-transform: none; }
.sunplus-yeni .sp-hizmetler p { margin: 0; font-size: 1rem; line-height: 1.6; color: #4a554b; }
.sunplus-yeni .sp-firma .sp-ok { margin-top: 2rem; }

.sunplus-yeni .sp-yazilar { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .sunplus-yeni .sp-yazilar { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; } }
.sunplus-yeni .sp-yazi { display: flex; flex-direction: column; gap: 1rem; }
.sunplus-yeni .sp-kapak { aspect-ratio: 16 / 10; border-radius: 1rem; overflow: hidden; background: var(--sp-light); }
.sunplus-yeni .sp-kapak img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--sp-egri); }
.sunplus-yeni .sp-yazi:hover .sp-kapak img { transform: scale(1.03); }
.sunplus-yeni .sp-kategori { font-size: .8125rem; letter-spacing: .06em; text-transform: uppercase; color: #5d675e; }
.sunplus-yeni .sp-yazi h3 { margin: 0; font-family: var(--sp-font); font-weight: 300; font-size: 1.5rem; line-height: 1.2; letter-spacing: -.015em; text-wrap: balance; color: inherit; text-transform: none; transition: color .2s; }
.sunplus-yeni .sp-yazi:hover h3 { color: var(--sp-green); }

.sunplus-yeni .sp-teklif { background: var(--sp-dark); color: var(--sp-cream); }
.sunplus-yeni .sp-teklif .sp-etiket { color: var(--sp-cream); }
.sunplus-yeni .sp-teklif-izgara { display: grid; gap: 3rem; }
@media (min-width: 900px) { .sunplus-yeni .sp-teklif-izgara { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 5rem; } }
.sunplus-yeni .sp-teklif .sp-aciklama { margin-top: 1.25rem; color: #d9ddd6; max-width: 30rem; }
.sunplus-yeni .sp-kunye { margin: 2.5rem 0 0; border-top: 1px solid rgba(250, 248, 245, .22); }
.sunplus-yeni .sp-kunye div { display: grid; grid-template-columns: 6.5rem minmax(0, 1fr); gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(250, 248, 245, .22); font-size: 1rem; }
.sunplus-yeni .sp-kunye dt { font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: #c4cbc3; padding-top: .2rem; font-weight: 300; }
.sunplus-yeni .sp-kunye dd { margin: 0; }
.sunplus-yeni .sp-kunye a:hover { text-decoration: underline; }

/* Contact Form 7 (id 4314): form işaretlemesi sp-form-izgara / sp-alan / sp-onay sınıflarını taşır. */
.sunplus-yeni .sp-form { background: var(--sp-cream); color: var(--sp-dark); border-radius: 1.5rem; padding: 1.5rem; }
@media (min-width: 768px) { .sunplus-yeni .sp-form { padding: 2.25rem; } }
.sunplus-yeni .sp-form form, .sunplus-yeni .sp-form p { margin: 0; }
.sunplus-yeni .sp-form br { display: none; } /* CF7 wpautop satır sonları */
.sunplus-yeni .sp-form-izgara { display: grid; gap: 1rem; }
/* CF7 otomatik paragraf alanları tek <p> içine sarıyor → ızgaranın tek çocuğu <p> olup alanlar ilk sütuna sıkışıyordu
   (2026-09-14, 1440 px ekran görüntüsünde alanlar kartın yarısıydı). <p> ızgara açısından yok sayılır. */
.sunplus-yeni .sp-form-izgara > p { display: contents; }
@media (min-width: 640px) {
	.sunplus-yeni .sp-form-izgara { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sunplus-yeni .sp-form-izgara .sp-tam { grid-column: 1 / -1; }
}
.sunplus-yeni .sp-alan { display: grid; gap: .4rem; font-size: .8125rem; font-weight: 400; letter-spacing: .02em; }
.sunplus-yeni .sp-alan .wpcf7-form-control-wrap { display: block; }
.sunplus-yeni .sp-alan input, .sunplus-yeni .sp-alan select, .sunplus-yeni .sp-alan textarea { font: 300 1.0625rem/1.4 var(--sp-font); color: var(--sp-dark); background: #fff; border: 1px solid rgba(45, 58, 46, .22); border-radius: .75rem; padding: .8rem .95rem; width: 100%; max-width: 100%; box-shadow: none; transition: border-color .2s, box-shadow .2s; }
.sunplus-yeni .sp-alan textarea { min-height: 7.5rem; height: auto; resize: vertical; }
.sunplus-yeni .sp-alan input:focus, .sunplus-yeni .sp-alan select:focus, .sunplus-yeni .sp-alan textarea:focus { outline: none; border-color: var(--sp-dark); box-shadow: 0 0 0 3px rgba(61, 90, 62, .18); }
.sunplus-yeni .sp-onay { margin-top: 1.25rem; font-size: .875rem; line-height: 1.5; color: #4a554b; }
.sunplus-yeni .sp-onay .wpcf7-list-item { margin: 0; display: flex; }
.sunplus-yeni .sp-onay label { display: flex; gap: .6rem; align-items: flex-start; }
.sunplus-yeni .sp-onay input { margin-top: .2rem; width: 1.05rem; height: 1.05rem; accent-color: var(--sp-dark); flex: none; }
.sunplus-yeni .sp-form .sp-cta { margin-top: 1.5rem; font-size: 1rem; padding: .85rem 1.75rem; text-transform: none; border: 0; cursor: pointer; }
.sunplus-yeni .sp-form .wpcf7-not-valid-tip { font-size: .8125rem; color: #a3261d; margin-top: .25rem; }
.sunplus-yeni .sp-form .wpcf7-response-output { margin: 1.25rem 0 0; padding: .75rem 1rem; border-radius: .75rem; font-size: .9375rem; }
.sunplus-yeni .sp-form .wpcf7-spinner { margin: 1.5rem 0 0 .75rem; vertical-align: middle; }
.sunplus-yeni .sp-form-yedek { margin: 0 0 1.25rem; font-size: 1.0625rem; line-height: 1.6; }

.sunplus-yeni .sp-alt { background: var(--sp-cream); padding: 4rem 0 2rem; border-top: 1px solid rgba(45, 58, 46, .12); }
.sunplus-yeni .sp-alt-izgara { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .sunplus-yeni .sp-alt-izgara { grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); } }
.sunplus-yeni .sp-logo-alt svg { height: 34px; width: auto; display: block; }
.sunplus-yeni .sp-alt p { margin: 1rem 0 0; font-size: .9375rem; line-height: 1.6; color: #4a554b; max-width: 22rem; }
.sunplus-yeni .sp-alt h4 { margin: 0 0 1rem; font-family: var(--sp-font); font-size: .75rem; font-weight: 400; letter-spacing: .2em; text-transform: uppercase; color: inherit; }
.sunplus-yeni .sp-alt ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; font-size: .9375rem; }
.sunplus-yeni .sp-alt li { margin: 0; }
.sunplus-yeni .sp-alt .sp-sosyal { margin-top: 1.25rem; }
.sunplus-yeni .sp-alt a:hover { color: var(--sp-green); text-decoration: underline; }
.sunplus-yeni .sp-telif { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(45, 58, 46, .12); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .8125rem; color: #5d675e; }

/* >>> logo-beyaz (otomatik: tools logo sınıf eşleşmesi) */
/* Kullanıcı beyaz menü istedi; koyulaşan üst şeritte siyah logo gömülüyordu. Hero üstünde koyu kısımlar beyaz,
   kırmızı (st2) korunur; kaydırınca (krem çubuk) orijinal renkler. Eşleşme: {'st0': '#020203', 'st1': '#3F3F3F', 'st2': '#E51B20'} */
.sunplus-yeni .sp-nav .sp-logo svg .st0, .sunplus-yeni .sp-nav .sp-logo svg .st1 { fill: #fff !important; transition: fill .3s; }
.sunplus-yeni .sp-nav.sp-kaydi .sp-logo svg .st0 { fill: #020203 !important; }
.sunplus-yeni .sp-nav.sp-kaydi .sp-logo svg .st1 { fill: #3F3F3F !important; }
/* <<< logo-beyaz */
