/* =============================================================================
   PROVSCOPE — Tasarım sistemi (v2)
   Dil: modern, ferah, güven veren B2B SaaS. Yumuşak yüzeyler, katmanlı gölge,
   cömert boşluk, ürün görseli odaklı.

   Ayrım noktaları (pazarın geri kalanından bilinçli farklar):
   · Pazarın çoğu koyu teal bantlar üzerine kurulu. Biz açık zemin baskın
     gidiyoruz; koyu yalnızca tek bir CTA bandında.
   · Pas rengi son-tarih uyarısı bize özgü ve işlevsel — kimsede yok.
   · Mono tipografi YALNIZCA veri için: tarih, sayı, CN kodu, tCO2e, kimlik.
     Cümleler asla mono değil.
   ========================================================================== */

/* --- 1. Fontlar (self-host, üçüncü taraf isteği yok) ---------------------- */

@font-face {
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/inter-tight-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/inter-tight-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/plex-mono-400-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/plex-mono-400-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/plex-mono-500-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/plex-mono-500-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- 2. Token'lar ---------------------------------------------------------- */

:root {
	/* Yüzey */
	--paper:      #FFFFFF;
	--surface:    #F6F9F7;
	--surface-2:  #ECF2EE;
	--surface-3:  #E1EBE4;

	/* Metin */
	--ink:        #0E1A14;
	--body:       #414E47;
	--muted:      #6B7973;

	/* Çizgi */
	--line:       #E3EAE5;
	--line-2:     #D2DED7;

	/* Marka */
	--brand:      #0B5D3B;
	--brand-600:  #094B30;
	--brand-300:  #7FB79C;
	--brand-100:  #E7F1EB;

	/* Aciliyet — son tarihler */
	--flag:       #B24710;
	--flag-100:   #FBEDE5;

	/* Tipografi */
	--font-sans: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--font-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

	--t-hero:    clamp(2.5rem, 1.6rem + 3.9vw, 4.25rem);
	--t-h2:      clamp(1.875rem, 1.4rem + 2vw, 2.75rem);
	--t-h3:      clamp(1.25rem, 1.12rem + 0.6vw, 1.5rem);
	--t-lead:    clamp(1.125rem, 1.03rem + 0.42vw, 1.375rem);
	--t-body:    1.0625rem;
	--t-small:   0.9375rem;
	--t-micro:   0.8125rem;
	--t-label:   0.75rem;

	/* Boşluk */
	--s-1: 4px;   --s-2: 8px;   --s-3: 16px;  --s-4: 24px;
	--s-5: 32px;  --s-6: 48px;  --s-7: 64px;  --s-8: 96px;  --s-9: 128px;

	/* Ölçü */
	--w-read: 720px;
	--w-wide: 1200px;
	--w-full: 1320px;
	--gutter: clamp(20px, 5vw, 48px);

	/* Yuvarlaklık */
	--r-sm:   8px;
	--r-md:   14px;
	--r-lg:   22px;
	--r-xl:   32px;
	--r-pill: 999px;

	/* Katmanlı gölge */
	--sh-1: 0 1px 2px rgba(14, 26, 20, 0.04), 0 1px 3px rgba(14, 26, 20, 0.05);
	--sh-2: 0 4px 10px -2px rgba(14, 26, 20, 0.06), 0 10px 24px -8px rgba(14, 26, 20, 0.08);
	--sh-3: 0 12px 24px -8px rgba(14, 26, 20, 0.10), 0 32px 64px -24px rgba(14, 26, 20, 0.18);

	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	--rule: 1px solid var(--line);
}

/* --- 3. Temel -------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
	margin: 0;
	background: var(--surface);
	color: var(--body);
	font-family: var(--font-sans);
	font-size: var(--t-body);
	line-height: 1.68;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }

a {
	color: var(--brand);
	text-decoration: none;
	transition: color 0.18s var(--ease), border-color 0.18s var(--ease);
}
a:hover { color: var(--brand-600); }

:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 4px; }

::selection { background: var(--brand-100); color: var(--ink); }

hr { border: 0; border-top: var(--rule); margin: var(--s-6) 0; }

.ps-skip {
	position: absolute; left: -9999px; top: 0;
	background: var(--ink); color: #fff;
	padding: var(--s-2) var(--s-3); border-radius: var(--r-sm); z-index: 999;
}
.ps-skip:focus { left: var(--s-3); top: var(--s-3); }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); white-space: nowrap;
}

/* --- 4. Yerleşim ----------------------------------------------------------- */

.ps-wrap { width: 100%; max-width: var(--w-wide); margin-inline: auto; padding-inline: var(--gutter); }
.ps-wrap--read { max-width: calc(var(--w-read) + var(--gutter) * 2); }
.ps-wrap--full { max-width: var(--w-full); }

.ps-section { padding-block: clamp(var(--s-7), 7vw, var(--s-9)); }
.ps-section--tight { padding-block: clamp(var(--s-6), 5vw, var(--s-7)); }
.ps-section--ruled { border-top: 0; }
.ps-section--fill { background: var(--surface-2); }

.ps-grid { display: grid; gap: var(--s-3); }
@media (min-width: 720px) {
	.ps-grid--2 { grid-template-columns: repeat(2, 1fr); }
	.ps-grid--3 { grid-template-columns: repeat(2, 1fr); }
	.ps-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
	.ps-grid--3 { grid-template-columns: repeat(3, 1fr); }
	.ps-grid--4 { grid-template-columns: repeat(4, 1fr); }
}

/* --- 5. Tipografi ---------------------------------------------------------- */

h1, h2, h3, h4 {
	color: var(--ink);
	font-weight: 600;
	line-height: 1.14;
	letter-spacing: -0.022em;
	margin: 0 0 var(--s-3);
	text-wrap: balance;
}
h1 { font-size: var(--t-hero); font-weight: 700; letter-spacing: -0.034em; line-height: 1.03; }
h2 { font-size: var(--t-h2); letter-spacing: -0.028em; }
h3 { font-size: var(--t-h3); letter-spacing: -0.018em; }
h4 { font-size: 1.0625rem; }

p { margin: 0 0 var(--s-3); text-wrap: pretty; }

.ps-lead { font-size: var(--t-lead); line-height: 1.55; color: var(--muted); max-width: 60ch; }

/* Eyebrow — yumuşak çip. Artık mono değil. */
.ps-eyebrow {
	display: inline-flex; align-items: center; gap: var(--s-2);
	font-size: var(--t-label); font-weight: 600; letter-spacing: 0.04em;
	text-transform: uppercase; color: var(--brand); background: var(--brand-100);
	padding: 7px 14px; border-radius: var(--r-pill); margin: 0 0 var(--s-4);
}
.ps-eyebrow--flag { color: var(--flag); background: var(--flag-100); }
.ps-eyebrow--signal { color: var(--brand); background: var(--brand-100); }

/* MONO KURALI: yalnızca veri. */
.ps-mono, .ps-data {
	font-family: var(--font-mono);
	font-variant-numeric: tabular-nums;
	font-feature-settings: 'tnum' 1;
	letter-spacing: -0.01em;
}
.ps-ref {
	font-family: var(--font-mono); font-size: 0.9em;
	color: var(--brand); background: var(--brand-100);
	padding: 2px 8px; border-radius: var(--r-sm); white-space: nowrap;
}
a.ps-ref { border-bottom: 0; }

/* --- 6. Bölüm başlığı ------------------------------------------------------ */

.ps-kunye { position: relative; }
.ps-kunye__meta { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-bottom: var(--s-4); }
.ps-kunye__meta > span {
	display: inline-flex; align-items: center; gap: 6px;
	font-size: var(--t-label); font-weight: 600; letter-spacing: 0.04em;
	text-transform: uppercase; color: var(--brand); background: var(--brand-100);
	padding: 7px 14px; border-radius: var(--r-pill);
}
.ps-kunye--flag .ps-kunye__meta > span { color: var(--flag); background: var(--flag-100); }
.ps-kunye__meta b { font-weight: 600; }

/* Bölüm numarası — modern dilde gereksiz teknik gürültü, gizlendi.
   Özgüllük .ps-kunye__meta > span ile eşleşmeli, yoksa gizlenmiyor. */
.ps-secnum,
.ps-kunye__meta > .ps-secnum { display: none; }

.ps-sechead { margin-bottom: var(--s-6); max-width: 62ch; }
.ps-sechead h2 { margin-bottom: var(--s-3); }
.ps-sechead p { color: var(--muted); font-size: var(--t-lead); line-height: 1.55; margin: 0; }
.ps-sechead--center { margin-inline: auto; text-align: center; }
.ps-sechead--center .ps-kunye__meta { justify-content: center; }

/* --- 7. Başlık / gezinme --------------------------------------------------- */

.ps-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: saturate(1.6) blur(14px);
	-webkit-backdrop-filter: saturate(1.6) blur(14px);
	border-bottom: 1px solid rgba(227, 234, 229, 0.9);
}

.ps-ticker {
	background: linear-gradient(90deg, var(--brand) 0%, #0d7049 100%);
	color: #fff; font-size: var(--t-micro); padding: 10px 0;
}
.ps-ticker__inner { display: flex; align-items: center; justify-content: center; gap: var(--s-3); flex-wrap: wrap; }
.ps-ticker strong { font-weight: 600; }
.ps-ticker a { color: #fff; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,0.45); padding-bottom: 1px; }
.ps-ticker a:hover { color: #fff; border-bottom-color: #fff; }
.ps-ticker__dot {
	width: 7px; height: 7px; border-radius: 50%; background: #FFD9C2;
	display: inline-block; flex: none; box-shadow: 0 0 0 3px rgba(255,217,194,0.25);
}

.ps-nav { display: flex; align-items: center; gap: var(--s-4); min-height: 76px; }

.ps-logo {
	font-weight: 700; font-size: 1.3125rem; letter-spacing: -0.035em;
	color: var(--ink); display: inline-flex; align-items: baseline; gap: 1px; flex: none;
}
.ps-logo:hover { color: var(--ink); }
.ps-logo__mark { color: var(--brand); }
.ps-logo img { max-height: 36px; width: auto; }

.ps-nav__menu { display: none; list-style: none; margin: 0 0 0 auto; padding: 0; gap: 2px; align-items: center; }
@media (min-width: 1080px) { .ps-nav__menu { display: flex; } }

.ps-nav__menu li { position: relative; }
.ps-nav__menu > li > a {
	display: block; padding: 10px 14px;
	font-size: var(--t-small); font-weight: 500; color: var(--body);
	border-radius: var(--r-pill); white-space: nowrap;
	transition: background-color 0.18s var(--ease), color 0.18s var(--ease);
}
.ps-nav__menu > li > a:hover { background: var(--surface-2); color: var(--ink); }
.ps-nav__menu > li.current-menu-item > a,
.ps-nav__menu > li.current-menu-parent > a,
.ps-nav__menu > li.current-page-ancestor > a { background: var(--brand-100); color: var(--brand); }

.ps-nav__menu .sub-menu {
	position: absolute; top: calc(100% + 10px); left: 0; min-width: 264px;
	background: var(--paper); border: var(--rule); border-radius: var(--r-md);
	box-shadow: var(--sh-3); list-style: none; margin: 0; padding: var(--s-2);
	opacity: 0; visibility: hidden; transform: translateY(-6px) scale(0.99);
	transform-origin: top left;
	transition: opacity 0.2s var(--ease), transform 0.2s var(--ease), visibility 0.2s;
}
.ps-nav__menu li:hover > .sub-menu,
.ps-nav__menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.ps-nav__menu .sub-menu a {
	display: block; padding: 10px 12px; font-size: var(--t-small);
	color: var(--body); border-radius: var(--r-sm);
	transition: background-color 0.15s var(--ease), color 0.15s var(--ease);
}
.ps-nav__menu .sub-menu a:hover { background: var(--surface-2); color: var(--ink); }

.ps-nav .ps-nav__cta { display: none; margin-left: var(--s-2); }
@media (min-width: 1080px) { .ps-nav .ps-nav__cta { display: inline-flex; } }

.ps-burger {
	margin-left: auto; display: inline-flex; flex-direction: column;
	justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0 10px;
	background: var(--paper); border: var(--rule); border-radius: var(--r-pill); cursor: pointer;
}
@media (min-width: 1080px) { .ps-burger { display: none; } }
.ps-burger span { display: block; height: 2px; border-radius: 2px; background: var(--ink); transition: transform 0.24s var(--ease), opacity 0.24s var(--ease); }
.ps-burger[aria-expanded='true'] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ps-burger[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.ps-burger[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.ps-mobilenav { display: none; border-top: var(--rule); background: var(--paper); max-height: calc(100vh - 120px); overflow-y: auto; }
.ps-mobilenav.is-open { display: block; }
.ps-mobilenav ul { list-style: none; margin: 0; padding: 0; }
.ps-mobilenav > .ps-wrap > ul { padding-block: var(--s-3); }
.ps-mobilenav a { display: block; padding: 13px 0; color: var(--ink); font-size: var(--t-body); font-weight: 500; border-bottom: var(--rule); }
.ps-mobilenav .sub-menu { padding-left: var(--s-3); margin-bottom: var(--s-2); }
.ps-mobilenav .sub-menu a { font-weight: 400; font-size: var(--t-small); color: var(--muted); border-bottom: 0; padding: 8px 0; }
.ps-mobilenav .ps-btn { margin: var(--s-3) 0 var(--s-4); width: 100%; justify-content: center; }

/* --- 8. Düğmeler ----------------------------------------------------------- */

.ps-btn {
	display: inline-flex; align-items: center; gap: var(--s-2);
	padding: 13px 24px; font-family: var(--font-sans);
	font-size: var(--t-small); font-weight: 600; line-height: 1.2;
	border: 1px solid transparent; border-radius: var(--r-pill);
	cursor: pointer; white-space: nowrap;
	transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease),
	            color 0.2s var(--ease), transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.ps-btn:active { transform: translateY(1px); }

.ps-btn--primary { background: var(--brand); color: #fff; box-shadow: 0 1px 2px rgba(11,93,59,0.2), 0 8px 20px -8px rgba(11,93,59,0.45); }
.ps-btn--primary:hover { background: var(--brand-600); color: #fff; box-shadow: 0 2px 4px rgba(11,93,59,0.24), 0 14px 28px -10px rgba(11,93,59,0.5); transform: translateY(-1px); }

.ps-btn--ghost { background: var(--paper); color: var(--ink); border-color: var(--line-2); box-shadow: var(--sh-1); }
.ps-btn--ghost:hover { border-color: var(--brand-300); color: var(--ink); box-shadow: var(--sh-2); transform: translateY(-1px); }

.ps-btn--ink { background: var(--ink); color: #fff; }
.ps-btn--ink:hover { background: #000; color: #fff; }

.ps-btn--lg { padding: 17px 32px; font-size: var(--t-body); }
.ps-btn--sm { padding: 9px 18px; font-size: var(--t-micro); }

.ps-btn__arrow { display: inline-flex; transition: transform 0.2s var(--ease); }
.ps-btn:hover .ps-btn__arrow { transform: translateX(4px); }

.ps-btnrow { display: flex; flex-wrap: wrap; gap: var(--s-3); align-items: center; }

.ps-link { font-weight: 600; font-size: var(--t-small); display: inline-flex; align-items: center; gap: 7px; color: var(--brand); border-bottom: 0; }
.ps-link span { transition: transform 0.2s var(--ease); }
.ps-link:hover span { transform: translateX(4px); }

/* --- 9. Rozetler ----------------------------------------------------------- */

.ps-badge {
	display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px;
	font-size: var(--t-label); font-weight: 600; border-radius: var(--r-pill);
	border: 1px solid var(--line-2); color: var(--muted); background: var(--paper); white-space: nowrap;
}
.ps-badge--live { color: var(--brand); border-color: transparent; background: var(--brand-100); }
.ps-badge--soon { color: var(--flag); border-color: transparent; background: var(--flag-100); }
.ps-badge--draft { color: var(--muted); border-style: dashed; }

.ps-dot { width: 8px; height: 8px; border-radius: 50%; flex: none; background: var(--muted); }
.ps-dot--live { background: var(--brand); box-shadow: 0 0 0 3px var(--brand-100); }
.ps-dot--soon { background: var(--flag); box-shadow: 0 0 0 3px var(--flag-100); }

/* --- 10. Kartlar ----------------------------------------------------------- */

.ps-card {
	position: relative; display: flex; flex-direction: column;
	background: var(--paper); border: var(--rule);
	border-radius: var(--r-lg); padding: var(--s-5); box-shadow: var(--sh-1);
	transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}
.ps-card > :last-child { margin-bottom: 0; }
.ps-card h3 { font-size: 1.1875rem; margin-bottom: var(--s-2); }
.ps-card p { color: var(--muted); font-size: var(--t-small); }

a.ps-card, .ps-card--link { color: inherit; }
a.ps-card:hover, .ps-card--link:hover { transform: translateY(-4px); box-shadow: var(--sh-3); border-color: transparent; color: inherit; }

.ps-card__foot { margin-top: auto; padding-top: var(--s-4); }
.ps-card__num {
	display: inline-flex; align-items: center; align-self: flex-start;
	font-size: var(--t-label); font-weight: 600; letter-spacing: 0.04em;
	text-transform: uppercase; color: var(--brand); background: var(--brand-100);
	padding: 6px 13px; border-radius: var(--r-pill); margin-bottom: var(--s-4);
}
.ps-card__icon {
	width: 48px; height: 48px; border-radius: var(--r-md);
	display: grid; place-items: center; background: var(--brand-100);
	color: var(--brand); margin-bottom: var(--s-4);
}
.ps-card__icon--flag { background: var(--flag-100); color: var(--flag); }

/* --- 11. İstatistik -------------------------------------------------------- */

.ps-stats { display: grid; gap: var(--s-3); }
@media (min-width: 640px) { .ps-stats { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 940px) {
	.ps-stats--3 { grid-template-columns: repeat(3, 1fr); }
	.ps-stats--4 { grid-template-columns: repeat(4, 1fr); }
}

.ps-stat { background: var(--paper); border: var(--rule); border-radius: var(--r-md); padding: var(--s-4); box-shadow: var(--sh-1); }
.ps-stat__label {
	display: block; font-size: var(--t-label); font-weight: 600; letter-spacing: 0.04em;
	text-transform: uppercase; color: var(--muted); margin-bottom: var(--s-3);
}
.ps-stat__value {
	display: block; margin-bottom: var(--s-2);
	font-family: var(--font-mono); font-variant-numeric: tabular-nums;
	font-size: clamp(1.625rem, 1.3rem + 1.3vw, 2.125rem);
	font-weight: 500; letter-spacing: -0.035em; line-height: 1.05; color: var(--ink);
}
.ps-stat__value--flag { color: var(--flag); }
.ps-stat__value--signal { color: var(--brand); }
.ps-stat__note { font-size: var(--t-micro); color: var(--muted); line-height: 1.5; margin: 0; }

/* --- 12. Hero -------------------------------------------------------------- */

.ps-hero {
	position: relative;
	padding-block: clamp(var(--s-7), 6vw, 104px) clamp(var(--s-7), 7vw, var(--s-9));
	background:
		radial-gradient(120% 90% at 88% 0%, rgba(11, 93, 59, 0.09) 0%, rgba(11, 93, 59, 0) 60%),
		radial-gradient(90% 70% at 0% 12%, rgba(178, 71, 16, 0.05) 0%, rgba(178, 71, 16, 0) 55%),
		var(--surface);
}
.ps-hero__grid { display: grid; gap: var(--s-7); align-items: center; }
@media (min-width: 1000px) { .ps-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: var(--s-6); } }

/* Ortalanmış hero — uzun başlık iki sütunda sıkışıyordu. Başlık tam genişlikte
   nefes alıyor, ürün görseli altında büyük yer kaplıyor. */
.ps-hero__intro { max-width: 920px; margin-inline: auto; text-align: center; }
.ps-hero__intro .ps-hero__lead { margin-inline: auto; max-width: 58ch; }
.ps-hero__intro .ps-btnrow { justify-content: center; }
.ps-hero__intro .ps-hero__note { justify-content: center; border-top: 0; padding-top: var(--s-2); }
.ps-hero__visual { margin-top: clamp(var(--s-6), 5vw, var(--s-8)); max-width: 980px; margin-inline: auto; }

.ps-hero h1 { margin-bottom: var(--s-4); }
.ps-hero__lead { font-size: var(--t-lead); color: var(--muted); line-height: 1.55; max-width: 52ch; margin-bottom: var(--s-5); }
.ps-hero .ps-btnrow { margin-bottom: var(--s-5); }

.ps-hero__note { display: flex; flex-wrap: wrap; gap: var(--s-2); padding-top: var(--s-5); border-top: var(--rule); }
.ps-hero__note > span {
	display: inline-flex; align-items: center; gap: 9px;
	font-size: var(--t-micro); font-weight: 500;
	background: var(--paper); border: var(--rule);
	padding: 9px 15px; border-radius: var(--r-pill); box-shadow: var(--sh-1);
}
.ps-hero__note .ps-flag { color: var(--flag); }
.ps-hero__note .ps-signal { color: var(--brand); }

/* --- 13. Ürün paneli ------------------------------------------------------- */

.ps-doc { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-3); }
.ps-doc__bar {
	display: flex; align-items: center; justify-content: space-between; gap: var(--s-3);
	padding: 15px var(--s-4);
	background: linear-gradient(180deg, var(--surface) 0%, var(--paper) 100%);
	border-bottom: var(--rule);
	font-size: var(--t-label); font-weight: 600; letter-spacing: 0.04em;
	text-transform: uppercase; color: var(--muted);
}
.ps-doc__body { padding: var(--s-4); }

.ps-field {
	display: grid; grid-template-columns: minmax(110px, 36%) 1fr; gap: var(--s-3);
	padding: 13px 0; border-bottom: 1px solid var(--line);
	font-size: var(--t-small); align-items: baseline;
}
.ps-field:last-child { border-bottom: 0; padding-bottom: 0; }
.ps-field__k { font-size: var(--t-micro); font-weight: 500; color: var(--muted); }
.ps-field__v { font-weight: 500; color: var(--ink); }
.ps-field__v .ps-mono { font-weight: 400; }

/* Uygulama ekranı çerçevesi */
.ps-shot { position: relative; border-radius: var(--r-lg); background: var(--paper); border: var(--rule); box-shadow: var(--sh-3); overflow: hidden; }
.ps-shot__head { display: flex; align-items: center; gap: 7px; padding: 13px var(--s-4); background: var(--surface); border-bottom: var(--rule); }
.ps-shot__head i { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); display: block; }
.ps-shot__head span { margin-left: var(--s-2); font-size: var(--t-label); color: var(--muted); font-weight: 500; }
.ps-shot__body { padding: var(--s-4); }

/* --- 14. Adım akışı -------------------------------------------------------- */

.ps-steps { display: grid; gap: var(--s-3); grid-template-columns: 1fr; }
@media (min-width: 760px) { .ps-steps { grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); } }

.ps-step {
	background: var(--paper); border: var(--rule); border-radius: var(--r-lg);
	padding: var(--s-5); box-shadow: var(--sh-1);
	display: flex; flex-direction: column;
}
.ps-step__num {
	display: inline-flex; align-items: center; align-self: flex-start;
	padding: 7px 15px; border-radius: var(--r-pill);
	background: var(--brand); color: #fff;
	font-size: var(--t-label); font-weight: 700; letter-spacing: 0.04em;
	margin-bottom: var(--s-4);
}
.ps-step h3 { font-size: 1.1875rem; margin-bottom: var(--s-2); }
.ps-step__desc { color: var(--muted); font-size: var(--t-small); margin: 0; }
.ps-step__aside {
	margin-top: auto; padding-top: var(--s-4); border-top: var(--rule);
	font-size: var(--t-micro); color: var(--muted); line-height: 1.55;
}
.ps-step__aside:empty { display: none; padding: 0; border: 0; }
.ps-step__aside strong { color: var(--ink); font-weight: 600; }

/* --- 15. Tablolar ---------------------------------------------------------- */

.ps-tablewrap {
	overflow-x: auto; border: var(--rule); border-radius: var(--r-lg);
	background: var(--paper); box-shadow: var(--sh-1); -webkit-overflow-scrolling: touch;
}
.ps-table { width: 100%; border-collapse: collapse; font-size: var(--t-small); min-width: 620px; }
.ps-table th, .ps-table td { padding: 17px var(--s-4); text-align: left; border-bottom: var(--rule); vertical-align: top; }
.ps-table thead th {
	font-size: var(--t-label); font-weight: 600; letter-spacing: 0.04em;
	text-transform: uppercase; color: var(--muted); background: var(--surface); white-space: nowrap;
}
.ps-table tbody tr:last-child th, .ps-table tbody tr:last-child td { border-bottom: 0; }
.ps-table tbody th { font-weight: 600; color: var(--ink); width: 30%; }
.ps-table .is-us { background: var(--brand-100); }
.ps-table thead .is-us { color: var(--brand); background: #DCEAE2; }
.ps-table__mark { color: var(--brand); font-weight: 600; }
.ps-table__nomark { color: var(--muted); }
.ps-table caption { caption-side: bottom; text-align: left; padding: var(--s-3) var(--s-4); font-size: var(--t-micro); color: var(--muted); border-top: var(--rule); }

/* --- 16. Mevzuat takvimi --------------------------------------------------- */

.ps-timeline { display: grid; gap: var(--s-3); }

.ps-tl {
	display: grid; grid-template-columns: 1fr; gap: var(--s-2) var(--s-4);
	background: var(--paper); border: var(--rule); border-left: 4px solid var(--line-2);
	border-radius: var(--r-md); padding: var(--s-4) var(--s-5);
	box-shadow: var(--sh-1);
	transition: box-shadow 0.24s var(--ease), transform 0.24s var(--ease);
}
.ps-tl:hover { box-shadow: var(--sh-2); transform: translateY(-2px); }
.ps-tl--live { border-left-color: var(--brand); }
.ps-tl--soon { border-left-color: var(--flag); }
@media (min-width: 800px) { .ps-tl { grid-template-columns: 170px minmax(0, 1fr) 150px; align-items: center; } }
.ps-tl__date { font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-size: var(--t-body); font-weight: 500; letter-spacing: -0.02em; color: var(--ink); }
.ps-tl__date small {
	display: block; margin-top: 5px; font-family: var(--font-sans);
	font-size: var(--t-label); font-weight: 600; letter-spacing: 0.03em;
	text-transform: uppercase; color: var(--muted);
}
.ps-tl__title { font-weight: 600; font-size: var(--t-body); color: var(--ink); margin: 0 0 5px; }
.ps-tl__desc { color: var(--muted); font-size: var(--t-small); margin: 0; }
.ps-tl__status { justify-self: start; }
@media (min-width: 800px) { .ps-tl__status { justify-self: end; } }

/* --- 17. SSS --------------------------------------------------------------- */

.ps-faq { display: grid; gap: var(--s-2); }
.ps-faq__item { background: var(--paper); border: var(--rule); border-radius: var(--r-md); box-shadow: var(--sh-1); transition: box-shadow 0.24s var(--ease); }
.ps-faq__item[open] { box-shadow: var(--sh-2); }
.ps-faq__item > summary {
	display: flex; align-items: center; gap: var(--s-3);
	padding: var(--s-4) var(--s-5); cursor: pointer;
	font-weight: 600; font-size: var(--t-body); color: var(--ink);
	letter-spacing: -0.012em; list-style: none; line-height: 1.4;
}
.ps-faq__item > summary::-webkit-details-marker { display: none; }
.ps-faq__item > summary::after {
	content: ''; margin-left: auto; flex: none; width: 11px; height: 11px;
	border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted);
	transform: rotate(45deg) translate(-2px, -2px);
	transition: transform 0.24s var(--ease), border-color 0.24s var(--ease);
}
.ps-faq__item[open] > summary::after { transform: rotate(225deg) translate(-2px, -2px); border-color: var(--brand); }
.ps-faq__item > summary:hover { color: var(--brand); }
.ps-faq__a { padding: 0 var(--s-5) var(--s-5); max-width: 72ch; color: var(--muted); }
.ps-faq__a > :last-child { margin-bottom: 0; }
.ps-faq__q-num { display: none; }

/* --- 18. İçerik gövdesi ---------------------------------------------------- */

.ps-prose { font-size: var(--t-lead); line-height: 1.75; color: var(--body); }
.ps-prose > * { max-width: var(--w-read); }
.ps-prose h2 { font-size: clamp(1.5rem, 1.25rem + 1.1vw, 2rem); margin-top: var(--s-7); margin-bottom: var(--s-4); scroll-margin-top: 120px; }
.ps-prose h2:first-child { margin-top: 0; }
.ps-prose h3 { font-size: 1.3125rem; margin-top: var(--s-6); margin-bottom: var(--s-3); scroll-margin-top: 120px; }
.ps-prose h4 { font-size: 1.0625rem; margin-top: var(--s-4); margin-bottom: var(--s-2); }
.ps-prose p { margin-bottom: var(--s-4); }
.ps-prose ul, .ps-prose ol { margin: 0 0 var(--s-4); padding-left: var(--s-4); }
.ps-prose li { margin-bottom: 11px; padding-left: 4px; }
.ps-prose li::marker { color: var(--brand-300); }
.ps-prose strong { font-weight: 600; color: var(--ink); }
.ps-prose a:not(.ps-btn):not(.ps-ref) { color: var(--brand); font-weight: 500; border-bottom: 1px solid var(--brand-300); }
.ps-prose a:not(.ps-btn):not(.ps-ref):hover { border-bottom-color: var(--brand); }
.ps-prose blockquote { margin: var(--s-6) 0; padding: var(--s-5); background: var(--brand-100); border-radius: var(--r-lg); font-size: var(--t-lead); color: var(--ink); }
.ps-prose blockquote > :last-child { margin-bottom: 0; }
.ps-prose code { font-family: var(--font-mono); font-size: 0.88em; background: var(--surface-2); border-radius: var(--r-sm); padding: 3px 8px; color: var(--ink); }
.ps-prose figure { margin: var(--s-6) 0; }
/* Altyazı normal fontta — tam cümleyi mono yazmak "terminal" hissi veriyordu. */
.ps-prose figcaption { margin-top: var(--s-3); font-size: var(--t-micro); color: var(--muted); line-height: 1.6; }
.ps-prose img { border-radius: var(--r-md); }
.ps-prose .ps-tablewrap, .ps-prose .ps-callout, .ps-prose .ps-stats,
.ps-prose .ps-faq, .ps-prose .ps-timeline, .ps-prose .ps-steps,
.ps-prose .ps-doc, .ps-prose .ps-diagram { margin-block: var(--s-6); }
.ps-prose > .alignwide { max-width: min(var(--w-wide), 100%); }

.ps-callout {
	padding: var(--s-5); border-radius: var(--r-lg);
	background: var(--surface-2); border: 1px solid transparent;
	font-size: var(--t-body); line-height: 1.65; color: var(--body);
}
.ps-callout > :last-child { margin-bottom: 0; }
.ps-callout--flag { background: var(--flag-100); }
.ps-callout--signal { background: var(--brand-100); }
.ps-callout__title {
	display: inline-flex; align-items: center; gap: 7px;
	font-size: var(--t-label); font-weight: 700; letter-spacing: 0.04em;
	text-transform: uppercase; color: var(--muted); margin-bottom: var(--s-3);
}
.ps-callout--flag .ps-callout__title { color: var(--flag); }
.ps-callout--signal .ps-callout__title { color: var(--brand); }

/* --- 19. İçindekiler ------------------------------------------------------- */

.ps-toc { background: var(--paper); border: var(--rule); border-radius: var(--r-lg); padding: var(--s-5); box-shadow: var(--sh-1); font-size: var(--t-small); }
.ps-toc__title { display: block; margin-bottom: var(--s-3); font-size: var(--t-label); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); }
.ps-toc ol, .ps-toc ul { list-style: none; margin: 0; padding: 0; }
.ps-toc ol { counter-reset: toc; }
.ps-toc li { margin-bottom: 10px; display: flex; gap: var(--s-2); }
.ps-toc li:last-child { margin-bottom: 0; }
.ps-toc ol > li { counter-increment: toc; }
.ps-toc ol > li::before { content: counter(toc) '.'; flex: none; color: var(--brand-300); font-weight: 600; min-width: 18px; }
.ps-toc ul > li { display: block; }
.ps-toc a:not(.ps-btn) { color: var(--body); border-bottom: 0; }
.ps-toc a:not(.ps-btn):hover { color: var(--brand); }
.ps-toc a[aria-current] { color: var(--brand); font-weight: 600; }

@media (min-width: 1100px) {
	.ps-article { display: grid; grid-template-columns: minmax(0, var(--w-read)) 280px; gap: var(--s-7); align-items: start; justify-content: center; }
	.ps-article__aside { position: sticky; top: 120px; }
}

/* --- 20. Breadcrumb ------------------------------------------------------- */

.ps-crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: var(--t-micro); color: var(--muted); padding-block: var(--s-4); }
.ps-crumbs a:not(.ps-btn) { color: var(--muted); }
.ps-crumbs a:hover { color: var(--brand); }
.ps-crumbs__sep { opacity: 0.4; }
.ps-crumbs [aria-current] { color: var(--ink); font-weight: 500; }

/* --- 21. Sayfa başlığı ---------------------------------------------------- */

.ps-pagehead {
	padding-block: var(--s-5) var(--s-7);
	background: radial-gradient(100% 80% at 85% 0%, rgba(11, 93, 59, 0.07) 0%, rgba(11, 93, 59, 0) 60%), var(--surface);
}
.ps-pagehead h1 { font-size: clamp(2rem, 1.45rem + 2.4vw, 3.25rem); margin-bottom: var(--s-4); max-width: 20ch; }
.ps-pagehead__lead { font-size: var(--t-lead); color: var(--muted); max-width: 60ch; line-height: 1.55; margin: 0; }
.ps-pagehead__meta { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-top: var(--s-5); }
.ps-pagehead__meta > span {
	display: inline-flex; align-items: center; gap: 7px;
	font-size: var(--t-micro); color: var(--muted);
	background: var(--paper); border: var(--rule);
	padding: 9px 15px; border-radius: var(--r-pill); box-shadow: var(--sh-1);
}
.ps-pagehead__meta b { color: var(--ink); font-weight: 600; }
.ps-pagehead__meta a { color: var(--brand); }

/* --- 22. CTA bandı — tek koyu vurgu ---------------------------------------- */

.ps-cta {
	position: relative; overflow: hidden;
	background: linear-gradient(135deg, #0A2E1E 0%, #0B5D3B 55%, #0d7049 100%);
	color: #fff; border-radius: var(--r-xl);
	padding: clamp(var(--s-6), 5vw, var(--s-8));
	display: grid; gap: var(--s-6); box-shadow: var(--sh-3);
}
.ps-cta::after {
	content: ''; position: absolute; inset: auto -10% -60% auto;
	width: 460px; height: 460px; border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 65%);
	pointer-events: none;
}
@media (min-width: 900px) { .ps-cta { grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); align-items: center; gap: var(--s-7); } }
.ps-cta > * { position: relative; z-index: 1; }
.ps-cta h2 { color: #fff; margin-bottom: var(--s-3); }
.ps-cta p { color: rgba(255,255,255,0.78); margin: 0; font-size: var(--t-lead); line-height: 1.55; }
.ps-cta .ps-eyebrow { color: #fff; background: rgba(255,255,255,0.14); }
.ps-cta .ps-btn--primary { background: #fff; color: var(--brand); box-shadow: 0 10px 24px -10px rgba(0,0,0,0.5); }
.ps-cta .ps-btn--primary:hover { background: #fff; color: var(--brand-600); transform: translateY(-2px); }
.ps-cta .ps-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.32); box-shadow: none; }
.ps-cta .ps-btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; }
.ps-cta__list { list-style: none; margin: 0; padding: 0; font-size: var(--t-small); }
.ps-cta__list li { display: flex; gap: var(--s-3); padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.14); color: rgba(255,255,255,0.86); }
.ps-cta__list li:last-child { border-bottom: 0; }
.ps-cta__list li > span:first-child { color: var(--brand-300); }

/* --- 23. Formlar ----------------------------------------------------------- */

.ps-form { display: grid; gap: var(--s-4); }
.ps-form__row { display: grid; gap: var(--s-4); }
@media (min-width: 640px) { .ps-form__row--2 { grid-template-columns: 1fr 1fr; } }

.ps-field-group { display: grid; gap: 8px; }
.ps-label { font-size: var(--t-small); font-weight: 600; color: var(--ink); }
.ps-label .req { color: var(--flag); }

.ps-input, .ps-select, .ps-textarea {
	width: 100%; font-family: var(--font-sans); font-size: var(--t-body);
	color: var(--ink); background: var(--paper);
	border: 1px solid var(--line-2); border-radius: var(--r-md);
	padding: 13px 16px; appearance: none;
	transition: border-color 0.18s var(--ease), box-shadow 0.18s var(--ease);
}
.ps-textarea { min-height: 130px; resize: vertical; line-height: 1.6; }
.ps-select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%236B7973' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px;
}
.ps-input:focus, .ps-select:focus, .ps-textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-100); }
.ps-input::placeholder, .ps-textarea::placeholder { color: #9AA8A2; }

.ps-check { display: flex; gap: 11px; align-items: flex-start; font-size: var(--t-small); color: var(--muted); }
.ps-check input { margin-top: 4px; flex: none; accent-color: var(--brand); width: 17px; height: 17px; }

.ps-form__hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.ps-notice { padding: var(--s-4) var(--s-5); border-radius: var(--r-md); background: var(--brand-100); font-size: var(--t-small); color: var(--ink); }
.ps-notice--error { background: var(--flag-100); }

/* --- 24. Güven şeridi ------------------------------------------------------ */

.ps-trust { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.ps-trust__item {
	display: inline-flex; align-items: center; gap: 10px;
	padding: 12px 18px; border-radius: var(--r-pill);
	background: var(--paper); border: var(--rule); box-shadow: var(--sh-1);
	font-size: var(--t-micro); color: var(--muted);
}
.ps-trust__item svg { color: var(--brand); flex: none; }
.ps-trust__item b { color: var(--ink); font-weight: 600; }

/* --- 25. Alt bilgi --------------------------------------------------------- */

.ps-footer { background: var(--paper); border-top: var(--rule); padding-block: var(--s-8) var(--s-5); }
.ps-footer__grid { display: grid; gap: var(--s-6); }
@media (min-width: 780px) { .ps-footer__grid { grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: var(--s-5); } }
.ps-footer h2, .ps-footer h3 { font-size: var(--t-label); font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); margin-bottom: var(--s-4); }
.ps-footer ul { list-style: none; margin: 0; padding: 0; font-size: var(--t-small); }
.ps-footer li { margin-bottom: 11px; }
.ps-footer a:not(.ps-btn) { color: var(--muted); }
.ps-footer a:not(.ps-btn):hover { color: var(--brand); }
.ps-footer__about { font-size: var(--t-small); color: var(--muted); max-width: 40ch; }
.ps-footer__about .ps-logo { margin-bottom: var(--s-3); }
.ps-footer__bottom {
	margin-top: var(--s-7); padding-top: var(--s-4); border-top: var(--rule);
	display: flex; flex-wrap: wrap; gap: var(--s-3) var(--s-4);
	align-items: center; justify-content: space-between;
	font-size: var(--t-micro); color: var(--muted);
}
.ps-footer__bottom ul { display: flex; flex-wrap: wrap; gap: var(--s-4); font-size: inherit; }
.ps-footer__bottom li { margin: 0; }

/* --- 26. Diyagram --------------------------------------------------------- */

.ps-diagram { border: var(--rule); border-radius: var(--r-lg); background: var(--paper); padding: var(--s-5); box-shadow: var(--sh-1); }
.ps-diagram svg { width: 100%; height: auto; }
.ps-diagram--wide { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ps-diagram--wide svg { min-width: 840px; }
.ps-diagram--wide figcaption { position: sticky; left: 0; }
.ps-diagram figcaption { margin-top: var(--s-3); font-size: var(--t-micro); color: var(--muted); line-height: 1.6; }
.ps-diagram text { font-family: var(--font-sans); font-size: 10.5px; font-weight: 500; letter-spacing: 0.02em; fill: var(--muted); }
.ps-diagram .d-label { font-family: var(--font-sans); font-size: 12.5px; font-weight: 600; fill: var(--ink); letter-spacing: -0.005em; }
.ps-diagram .d-box { fill: var(--paper); stroke: var(--line-2); stroke-width: 1; }
.ps-diagram .d-box--fill { fill: var(--brand-100); stroke: transparent; }
.ps-diagram .d-line { stroke: var(--line-2); stroke-width: 1.5; fill: none; }
.ps-diagram .d-line--signal { stroke: var(--brand); stroke-width: 2; }
.ps-diagram .d-line--dash { stroke-dasharray: 4 4; }
.ps-diagram .d-accent { fill: var(--brand); }
.ps-diagram .d-flag { fill: var(--flag); }

/* --- 27. Sayfalama --------------------------------------------------------- */

.ps-pagination { display: flex; gap: var(--s-2); flex-wrap: wrap; margin-top: var(--s-7); font-size: var(--t-small); }
.ps-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 44px; height: 44px; padding: 0 14px;
	background: var(--paper); border: var(--rule); border-radius: var(--r-pill);
	color: var(--body); font-weight: 500;
}
.ps-pagination .page-numbers.current { background: var(--brand); color: #fff; border-color: var(--brand); }
.ps-pagination a.page-numbers:hover { border-color: var(--brand-300); color: var(--brand); }

/* --- 28. Hareket ----------------------------------------------------------- */

/* Gizleme yalnızca .ps-anim varken — bu sınıfı main.js ekler. Betik hiç
   çalışmazsa içerik gizlenmez; animasyon bir iyileştirmedir, koşul değil. */
@media (prefers-reduced-motion: no-preference) {
	.ps-anim .ps-reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
	.ps-anim .ps-reveal.is-in { opacity: 1; transform: none; }
	.ps-anim .ps-reveal:nth-child(2) { transition-delay: 0.07s; }
	.ps-anim .ps-reveal:nth-child(3) { transition-delay: 0.14s; }
	.ps-anim .ps-reveal:nth-child(4) { transition-delay: 0.21s; }
}
.no-js .ps-reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important; scroll-behavior: auto !important;
	}
	.ps-anim .ps-reveal { opacity: 1; transform: none; }
}

.ps-nav__menu > li.is-tapped > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }

.ps-langswitch { display: inline-flex; gap: 4px; margin-top: var(--s-4); background: var(--surface-2); padding: 4px; border-radius: var(--r-pill); }
.ps-langswitch a { padding: 6px 14px; border-radius: var(--r-pill); font-size: var(--t-micro); font-weight: 600; color: var(--muted); }
.ps-langswitch a:hover { color: var(--ink); }
.ps-langswitch a[aria-current] { background: var(--paper); color: var(--ink); box-shadow: var(--sh-1); }

/* --- 29. Yardımcılar ------------------------------------------------------- */

.ps-mt-0 { margin-top: 0; }
.ps-mb-0 { margin-bottom: 0; }
.ps-mt-4 { margin-top: var(--s-4); }
.ps-mt-5 { margin-top: var(--s-5); }
.ps-mt-6 { margin-top: var(--s-6); }
.ps-center { text-align: center; }
.ps-muted { color: var(--muted); }
.ps-flag { color: var(--flag); }
.ps-signal { color: var(--brand); }
.ps-nowrap { white-space: nowrap; }

/* --- 30. Baskı ------------------------------------------------------------- */

@media print {
	.ps-header, .ps-ticker, .ps-footer, .ps-cta, .ps-burger, .ps-mobilenav { display: none !important; }
	body { background: #fff; color: #000; font-size: 11pt; }
	.ps-wrap { max-width: none; padding: 0; }
	.ps-card, .ps-doc, .ps-tablewrap, .ps-tl, .ps-faq__item { box-shadow: none; break-inside: avoid; }
	.ps-prose a::after { content: ' (' attr(href) ')'; font-size: 8pt; color: #555; }
	.ps-faq__item > summary::after { display: none; }
	.ps-faq__a { display: block !important; }
	h2, h3 { break-after: avoid; }
}

/* --- 31. Buton renk güvencesi ---------------------------------------------
   .ps-toc a / .ps-prose a gibi konteyner kuralları buton metnini eziyordu
   (yeşil zemin üstüne yeşil metin). Bu blok en sonda olduğu için kazanır. --- */
a.ps-btn--primary, a.ps-btn--primary:hover { color: #fff; }
a.ps-btn--ink, a.ps-btn--ink:hover { color: #fff; }
a.ps-btn--ghost, a.ps-btn--ghost:hover { color: var(--ink); }
.ps-cta a.ps-btn--primary, .ps-cta a.ps-btn--primary:hover { color: var(--brand); }
.ps-cta a.ps-btn--ghost, .ps-cta a.ps-btn--ghost:hover { color: #fff; }
a.ps-btn { border-bottom: 0; }

/* =============================================================================
   32. ÜRÜN ARAYÜZÜ TEMSİLLERİ
   Fotoğraf yerine ürün görseli. Hepsi HTML/CSS — görsel dosyası yok, istek yok,
   her ekranda keskin. Panellerde "ÖRNEK" etiketi zorunlu: temsilî olduğu gizlenmez.
   ========================================================================== */

.ps-ui {
	position: relative;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	overflow: hidden;
	box-shadow: var(--sh-3);
}

/* Tarayıcı/uygulama çerçevesi */
.ps-ui__chrome {
	display: flex; align-items: center; gap: 8px;
	padding: 12px var(--s-4);
	background: var(--surface);
	border-bottom: 1px solid var(--line);
}
.ps-ui__chrome i { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); flex: none; }
.ps-ui__url {
	flex: 1; margin-left: var(--s-2);
	display: flex; align-items: center; gap: 7px;
	background: var(--paper); border: 1px solid var(--line);
	border-radius: var(--r-pill); padding: 5px 13px;
	font-family: var(--font-mono); font-size: 11px; color: var(--muted);
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.ps-ui__url svg { flex: none; color: var(--brand); }
.ps-ui__tag {
	flex: none; font-size: var(--t-label); font-weight: 600;
	color: var(--muted); letter-spacing: 0.04em;
}
.ps-ui__body { padding: var(--s-5); }
.ps-ui__body--flush { padding: 0; }

/* Pasaport başlığı: ürün + QR + durum */
.ps-ui__head { display: grid; gap: var(--s-4); grid-template-columns: 1fr; align-items: start; margin-bottom: var(--s-5); }
@media (min-width: 560px) { .ps-ui__head { grid-template-columns: 1fr auto; } }
.ps-ui__title { font-size: 1.125rem; font-weight: 600; color: var(--ink); margin: 0 0 6px; letter-spacing: -0.015em; }
.ps-ui__sub { font-size: var(--t-micro); color: var(--muted); margin: 0; }

/* QR temsili — gerçek bir kod değil, desen. Yanıltmasın diye okunmaz. */
.ps-qr {
	width: 74px; height: 74px; flex: none;
	border-radius: var(--r-sm); padding: 7px;
	background: var(--paper); border: 1px solid var(--line-2);
	display: grid; grid-template-columns: repeat(7, 1fr); grid-template-rows: repeat(7, 1fr); gap: 2px;
}
.ps-qr i { background: var(--ink); border-radius: 1px; }
.ps-qr i.o { background: transparent; }

/* Sekmeler */
.ps-ui__tabs { display: flex; gap: 2px; border-bottom: 1px solid var(--line); margin-bottom: var(--s-4); overflow-x: auto; }
.ps-ui__tab {
	padding: 9px 14px; font-size: var(--t-micro); font-weight: 500;
	color: var(--muted); white-space: nowrap; border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.ps-ui__tab.is-on { color: var(--brand); border-bottom-color: var(--brand); font-weight: 600; }

/* Dairesel gösterge */
.ps-gauges { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-3); }
.ps-gauge { text-align: center; }
.ps-gauge svg { margin: 0 auto 8px; display: block; }
.ps-gauge__track { fill: none; stroke: var(--surface-2); stroke-width: 7; }
.ps-gauge__arc { fill: none; stroke: var(--brand); stroke-width: 7; stroke-linecap: round; }
.ps-gauge__num {
	font-family: var(--font-mono); font-variant-numeric: tabular-nums;
	font-size: 15px; font-weight: 500; fill: var(--ink);
}
.ps-gauge__cap { font-size: var(--t-label); color: var(--muted); line-height: 1.35; display: block; }

/* Uygulama içi istatistik kutucuğu */
.ps-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-2); margin-bottom: var(--s-4); }
.ps-tile { background: var(--surface); border-radius: var(--r-md); padding: 14px; }
.ps-tile__k { display: block; font-size: var(--t-label); color: var(--muted); font-weight: 500; margin-bottom: 5px; }
.ps-tile__v {
	display: block; font-family: var(--font-mono); font-variant-numeric: tabular-nums;
	font-size: 1.25rem; font-weight: 500; color: var(--ink); letter-spacing: -0.03em;
}
.ps-tile__v small { font-family: var(--font-sans); font-size: var(--t-label); font-weight: 600; color: var(--brand); letter-spacing: 0; margin-left: 5px; }

/* Tedarikçi ilerleme satırı */
.ps-prog { display: grid; gap: 11px; }
.ps-prog__row { display: grid; grid-template-columns: 1fr 62px; gap: var(--s-3); align-items: center; }
.ps-prog__name { font-size: var(--t-micro); color: var(--ink); font-weight: 500; margin: 0 0 6px; }
.ps-prog__bar { height: 6px; border-radius: var(--r-pill); background: var(--surface-2); overflow: hidden; }
.ps-prog__fill { height: 100%; border-radius: var(--r-pill); background: var(--brand); }
.ps-prog__fill--wait { background: var(--flag); }
.ps-prog__pct {
	font-family: var(--font-mono); font-variant-numeric: tabular-nums;
	font-size: var(--t-micro); color: var(--muted); text-align: right;
}

/* Sparkline */
.ps-spark { display: block; width: 100%; height: 46px; }
.ps-spark path { fill: none; stroke: var(--chart-good); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ps-spark .area { fill: var(--brand-100); stroke: none; }

/* Tedarikçi formu temsili */
.ps-ui__form { display: grid; gap: 11px; }
.ps-ui__inp {
	background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm);
	padding: 11px 13px; font-size: var(--t-micro); color: var(--muted);
	display: flex; align-items: center; justify-content: space-between; gap: var(--s-2);
}
.ps-ui__inp b { color: var(--ink); font-weight: 500; }
.ps-ui__drop {
	border: 1.5px dashed var(--line-2); border-radius: var(--r-md);
	padding: var(--s-4); text-align: center; font-size: var(--t-micro); color: var(--muted);
	background: var(--surface);
}
.ps-ui__btn {
	background: var(--brand); color: #fff; border-radius: var(--r-pill);
	padding: 11px; text-align: center; font-size: var(--t-micro); font-weight: 600;
}

/* Katmanlı / kaydırılmış panel yığını */
.ps-stack { position: relative; }
.ps-stack__back {
	position: absolute; inset: 22px -14px -22px 22px; z-index: 0;
	background: var(--paper); border: 1px solid var(--line);
	border-radius: var(--r-lg); box-shadow: var(--sh-2); opacity: 0.55;
}
.ps-stack > .ps-ui { position: relative; z-index: 1; }

/* =============================================================================
   33. GRAFİK
   Renkler brand token'ları DEĞİL: --brand/--flag ikilisi protanopi için
   ΔE 5.4 veriyordu (eşik 8). Aşağıdaki çift altı kontrolün hepsinden geçiyor
   (ΔE 13.6 deutan / 27.6 normal). Grafiklerde yalnızca bunlar kullanılır.
   ========================================================================== */

:root {
	--chart-good: #2AA06B;
	--chart-warn: #A63A08;
}

.ps-chart { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s-5); box-shadow: var(--sh-1); }
.ps-chart__title { font-size: var(--t-body); font-weight: 600; color: var(--ink); margin: 0 0 4px; }
.ps-chart__sub { font-size: var(--t-micro); color: var(--muted); margin: 0 0 var(--s-4); }
.ps-chart__rows { display: grid; gap: var(--s-4); }
.ps-chart__row { display: grid; gap: 7px; }
.ps-chart__lab { display: flex; align-items: baseline; justify-content: space-between; gap: var(--s-3); font-size: var(--t-small); }
.ps-chart__lab span { color: var(--body); font-weight: 500; display: inline-flex; align-items: center; gap: 8px; }
.ps-chart__lab i { width: 9px; height: 9px; border-radius: 2px; flex: none; }
.ps-chart__lab b {
	font-family: var(--font-mono); font-variant-numeric: tabular-nums;
	font-weight: 500; color: var(--ink); letter-spacing: -0.02em;
}
/* Çubuk: ince, uçları 4px yuvarlatılmış, taban çizgisine sabit. */
.ps-chart__track { height: 22px; background: var(--surface); border-radius: 4px; overflow: hidden; }
.ps-chart__bar { height: 100%; border-radius: 0 4px 4px 0; transition: width 0.8s var(--ease); }
.ps-chart__bar--warn { background: var(--chart-warn); }
.ps-chart__bar--good { background: var(--chart-good); }
.ps-chart__delta {
	margin-top: var(--s-4); padding-top: var(--s-4); border-top: 1px solid var(--line);
	display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--s-2) var(--s-3);
	font-size: var(--t-small); color: var(--muted);
}
.ps-chart__delta b {
	font-family: var(--font-mono); font-variant-numeric: tabular-nums;
	font-size: 1.25rem; font-weight: 500; color: var(--chart-good); letter-spacing: -0.03em;
}
.ps-chart__note { margin: var(--s-3) 0 0; font-size: var(--t-micro); color: var(--muted); line-height: 1.55; }
