/**
 * Ana site (index, Dosyalar, araclar, cezalar) — blog tailwind.css tamamlayıcısı.
 * Blog CSS yalnızca /yazilar/ şablonlarından üretildiği için bu patch gerekli.
 */

/* --- Layout & sizing --- */
.h-2 { height: 0.5rem; }
.w-2 { width: 0.5rem; }
.h-4 { height: 1rem; }
.w-4 { width: 1rem; }
.h-5 { height: 1.25rem; }
.w-5 { width: 1.25rem; }
.h-6 { height: 1.5rem; }
.w-6 { width: 1.5rem; }
.h-12 { height: 3rem; }
.w-12 { width: 3rem; }
.h-20 { height: 5rem; }
.w-20 { width: 5rem; }
.w-28 { width: 7rem; }
.w-36 { width: 9rem; }
.w-fit { width: fit-content; }
.max-h-64 { max-height: 16rem; }
.max-w-lg { max-width: 32rem; }
.min-w-full { min-width: 100%; }

/* --- Spacing --- */
.mt-1\.5 { margin-top: 0.375rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pl-12 { padding-left: 3rem; }
.pr-4 { padding-right: 1rem; }
.pt-8 { padding-top: 2rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.md\:p-8 { padding: 2rem; }

/* --- Flex / grid --- */
.col-span-2 { grid-column: span 2 / span 2; }
.divide-y > :not([hidden]) ~ :not([hidden]) {
  border-top-width: 1px;
}
.divide-slate-100 > :not([hidden]) ~ :not([hidden]) { border-color: #f1f5f9; }
.divide-slate-200 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f0; }
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.375rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.object-contain { object-fit: contain; }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.overflow-x-auto { overflow-x: auto; }
.pointer-events-none { pointer-events: none; }
.whitespace-nowrap { white-space: nowrap; }
.scroll-mt-24 { scroll-margin-top: 6rem; }

/* --- Position --- */
.left-4 { left: 1rem; }
.top-1\/2 { top: 50%; }
.top-\[57px\] { top: 57px; }
.-translate-y-1\/2 { transform: translateY(-50%); }
.z-40 { z-index: 40; }

/* --- Typography --- */
.text-left { text-align: left; }
.text-right { text-align: right; }
.font-normal { font-weight: 400; }
.text-amber-100 { color: #fef3c7; }
.text-amber-500 { color: #f59e0b; }
.text-amber-800 { color: #92400e; }
.text-amber-900 { color: #78350f; }
.text-blue-100 { color: #dbeafe; }
.text-blue-700 { color: #1d4ed8; }
.text-emerald-100 { color: #d1fae5; }

/* --- Backgrounds --- */
.bg-amber-100 { background-color: #fef3c7; }
.bg-amber-500\/20 { background-color: rgb(245 158 11 / 0.2); }
.bg-slate-200 { background-color: #e2e8f0; }
.bg-slate-400 { background-color: #94a3b8; }
.bg-white\/10 { background-color: rgb(255 255 255 / 0.1); }
.bg-white\/15 { background-color: rgb(255 255 255 / 0.15); }
.bg-white\/20 { background-color: rgb(255 255 255 / 0.2); }
.bg-white\/95 { background-color: rgb(255 255 255 / 0.95); }

/* --- Borders --- */
.border-amber-200 { border-color: #fde68a; }
.border-blue-900\/40 { border-color: rgb(30 58 138 / 0.4); }
.border-dashed { border-style: dashed; }
.border-white\/10 { border-color: rgb(255 255 255 / 0.1); }

/* --- Rings / opacity / shadow --- */
.ring-1 { box-shadow: 0 0 0 1px rgb(0 0 0 / 0.05); }
.ring-amber-400\/30 { box-shadow: 0 0 0 1px rgb(251 191 36 / 0.3); }
.ring-white\/10 { box-shadow: 0 0 0 1px rgb(255 255 255 / 0.1); }
.opacity-90 { opacity: 0.9; }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }

/* --- Gradients (tam Tailwind uyumlu --tw-gradient-stops) --- */
.from-amber-700 {
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-800 {
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900 {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-950 {
  --tw-gradient-from: #172554 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-800 {
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to);
}
.to-amber-900 {
  --tw-gradient-to: #78350f var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78350f var(--tw-gradient-to-position);
}
.to-amber-950 {
  --tw-gradient-to: #451a03 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #451a03 var(--tw-gradient-to-position);
}
.to-blue-800 {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af var(--tw-gradient-to-position);
}
.to-blue-950 {
  --tw-gradient-to: #172554 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #172554 var(--tw-gradient-to-position);
}
.to-pink-600 {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #db2777 var(--tw-gradient-to-position);
}
.to-slate-50 {
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-to-position);
}
.to-teal-950 {
  --tw-gradient-to: #042f2e var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #042f2e var(--tw-gradient-to-position);
}
.hover\:from-purple-500:hover {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-pink-500:hover {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-to-position);
}

/* --- Eksik hover / border utilities --- */
.hover\:border-amber-300:hover { border-color: #fcd34d; }
.hover\:text-amber-700:hover { color: #b45309; }
.hover\:underline:hover { text-decoration: underline; }
.font-medium { font-weight: 500; }
.text-amber-600 { color: #d97706; }
.bg-\[\#0077b5\] { background-color: #0077b5; }
.hover\:bg-\[\#006399\]:hover { background-color: #006399; }

/* --- Group hover --- */
.group:hover .group-hover\:bg-amber-500 { background-color: #f59e0b; }
.group:hover .group-hover\:bg-amber-600 { background-color: #d97706; }
.group:hover .group-hover\:bg-blue-700 { background-color: #1d4ed8; }
.group:hover .group-hover\:bg-blue-900 { background-color: #1e3a8a; }
.group:hover .group-hover\:text-amber-700 { color: #b45309; }
.group:hover .group-hover\:text-white { color: #fff; }

/* --- Hover / focus --- */
.hover\:bg-amber-400:hover { background-color: #fbbf24; }
.hover\:bg-amber-500:hover { background-color: #f59e0b; }
.hover\:bg-blue-900:hover { background-color: #1e3a8a; }
.hover\:bg-slate-50\/80:hover { background-color: rgb(248 250 252 / 0.8); }
.hover\:bg-white\/20:hover { background-color: rgb(255 255 255 / 0.2); }
.focus\:bg-white:focus { background-color: #fff; }
.focus\:ring-amber-500\/20:focus { --tw-ring-color: rgb(245 158 11 / 0.2); box-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); }

/* --- Backdrop --- */
@supports (backdrop-filter: blur(0)) {
  .supports-\[backdrop-filter\]\:bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
  }
}

/* --- Responsive --- */
@media (min-width: 640px) {
  .sm\:col-span-1 { grid-column: span 1 / span 1; }
  .sm\:col-span-2 { grid-column: span 2 / span 2; }
  .sm\:flex { display: flex; }
  .sm\:items-center { align-items: center; }
  .sm\:justify-between { justify-content: space-between; }
  .sm\:gap-6 { gap: 1.5rem; }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:mt-0 { margin-top: 0; }
  .sm\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
  .sm\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:order-1 { order: 1; }
  .md\:order-2 { order: 2; }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 { grid-column: span 1 / span 1; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

/* --- Cezalar tab buttons (JS) --- */
.tab-btn {
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.15s, background-color 0.15s;
}
.tab-btn.active {
  background-color: #1e3a8a;
  color: #fff;
}
.tab-btn:not(.active) {
  background-color: #f1f5f9;
  color: #475569;
}
.tab-btn:not(.active):hover {
  background-color: #e2e8f0;
}

/* --- Noscript cezalar tabloları --- */
noscript table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
noscript th,
noscript td {
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.75rem;
  text-align: left;
}
noscript th {
  background-color: #1e3a8a;
  color: #fff;
}
noscript h2 {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
}
noscript ul {
  margin-top: 0.5rem;
  padding-left: 1.25rem;
  list-style: disc;
}

/* --- Site chrome: header & footer (ysk-site.js) --- */
#site-header a,
.ysk-site-footer a {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}

#site-header .ysk-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgb(30 58 138 / 0.4);
  background-color: #172554;
  color: #fff;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

#site-header .ysk-header-inner {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
}

@media (min-width: 640px) {
  #site-header .ysk-header-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#site-header .ysk-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
  flex-shrink: 0;
}

#site-header .ysk-brand img {
  height: 2.25rem;
  width: 2.25rem;
}

#site-header .ysk-brand-title {
  display: none;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

#site-header .ysk-brand-sub {
  font-size: 0.75rem;
  color: #94a3b8;
  margin: 0;
}

@media (min-width: 640px) {
  #site-header .ysk-brand-title {
    display: block;
  }
}

#site-header .ysk-nav-desktop {
  display: none;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  #site-header .ysk-nav-desktop {
    display: flex;
  }
}

#site-header .ysk-nav-link {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  color: #cbd5e1;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}

#site-header .ysk-nav-link:hover {
  background-color: rgb(255 255 255 / 0.1);
  color: #fff;
}

#site-header .ysk-nav-link.is-active {
  background-color: #d97706;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}

#site-header .ysk-menu-btn {
  display: inline-flex;
  border: 0;
  border-radius: 0.5rem;
  background: rgb(255 255 255 / 0.1);
  color: #fff;
  padding: 0.5rem;
  cursor: pointer;
}

#site-header .ysk-menu-btn:hover {
  background: rgb(255 255 255 / 0.2);
}

@media (min-width: 1024px) {
  #site-header .ysk-menu-btn {
    display: none;
  }
}

#site-header .ysk-nav-mobile {
  display: none;
  border-top: 1px solid rgb(255 255 255 / 0.1);
  background-color: #172554;
}

#site-header .ysk-nav-mobile.is-open {
  display: block;
}

#site-header .ysk-nav-mobile-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#site-header .ysk-nav-mobile .ysk-nav-link {
  display: block;
  width: 100%;
}

#site-header .ysk-nav-mobile .ysk-nav-link.is-active {
  background-color: rgb(217 119 6 / 0.2);
  color: #fcd34d;
}

.ysk-site-footer {
  width: 100%;
  flex-shrink: 0;
  margin-top: auto;
}

.ysk-site-footer .ysk-footer {
  border-top: 1px solid #e2e8f0;
  background-color: #f8fafc;
  color: #0f172a;
}

.ysk-site-footer .ysk-footer-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem 2.5rem;
}

@media (min-width: 640px) {
  .ysk-site-footer .ysk-footer-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
  }
}

.ysk-site-footer .ysk-footer-cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #172554 0%, #1e3a8a 100%);
  color: #fff;
  padding: 1.5rem;
}

@media (min-width: 640px) {
  .ysk-site-footer .ysk-footer-cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.75rem 2rem;
  }
}

.ysk-site-footer .ysk-footer-cta-text h2 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.ysk-site-footer .ysk-footer-cta-text p {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #cbd5e1;
}

.ysk-site-footer .ysk-footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.ysk-site-footer .ysk-footer-cta-btn {
  display: inline-flex;
  align-items: center;
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
  white-space: nowrap;
}

.ysk-site-footer .ysk-footer-cta-btn--ghost {
  background: rgb(255 255 255 / 0.1);
  color: #fff;
}

.ysk-site-footer .ysk-footer-cta-btn--ghost:hover {
  background: rgb(255 255 255 / 0.2);
  color: #fff;
}

.ysk-site-footer .ysk-footer-cta-btn--green {
  background: #059669;
  color: #fff;
}

.ysk-site-footer .ysk-footer-cta-btn--green:hover {
  background: #10b981;
  color: #fff;
}

.ysk-site-footer .ysk-footer-cta-btn--amber {
  background: #f59e0b;
  color: #172554;
}

.ysk-site-footer .ysk-footer-cta-btn--amber:hover {
  background: #fbbf24;
  color: #172554;
}

.ysk-site-footer .ysk-footer-grid {
  display: grid;
  gap: 2rem 1.5rem;
  grid-template-columns: 1fr;
  align-items: start;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .ysk-site-footer .ysk-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ysk-site-footer .ysk-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}

.ysk-site-footer .ysk-footer-col {
  min-width: 0;
}

.ysk-site-footer .ysk-footer-col h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  line-height: 1.4;
}

.ysk-site-footer .ysk-footer-col ul {
  list-style: none;
  margin: 0.875rem 0 0;
  padding: 0;
}

.ysk-site-footer .ysk-footer-col li {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #475569;
}

.ysk-site-footer .ysk-footer-col li:first-child {
  margin-top: 0;
}

.ysk-site-footer .ysk-footer-link {
  color: #475569;
  text-decoration: none;
  background: transparent;
  display: inline;
  transition: color 0.15s;
  word-break: break-word;
}

.ysk-site-footer .ysk-footer-link:hover {
  color: #d97706;
}

.ysk-site-footer .ysk-footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .ysk-site-footer .ysk-footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.ysk-site-footer .ysk-footer-copy {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
}

.ysk-site-footer .ysk-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
}

/* --- Sayfa bileşenleri (gradient fallback dahil) --- */
.ysk-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #172554 0%, #1e3a8a 45%, #451a03 100%) !important;
  color: #fff;
  min-height: 18rem;
}

.ysk-hero h1,
.ysk-hero h2,
.ysk-hero p {
  color: inherit;
}

.ysk-hero .text-amber-200 {
  color: #fde68a;
}

.ysk-hero .text-slate-300 {
  color: #cbd5e1;
}

/* --- Sosyal medya butonları (ana site + blog ortak) --- */
.ysk-social-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.ysk-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-width: 0;
  border-radius: 0.75rem;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff !important;
  text-decoration: none !important;
  background-image: none;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
  transition: background-color 0.15s, filter 0.15s;
}

.ysk-social-link:hover {
  color: #fff !important;
}

.ysk-social-link .bi {
  font-size: 1rem;
  flex-shrink: 0;
  line-height: 1;
}

.ysk-social-link span {
  white-space: nowrap;
}

.ysk-social-link--whatsapp {
  background-color: #059669;
}

.ysk-social-link--whatsapp:hover {
  background-color: #10b981;
}

.ysk-social-link--instagram {
  background: linear-gradient(90deg, #9333ea 0%, #db2777 100%);
}

.ysk-social-link--instagram:hover {
  filter: brightness(1.08);
}

.ysk-social-link--linkedin {
  background-color: #0077b5;
}

.ysk-social-link--linkedin:hover {
  background-color: #006399;
}

.ysk-social-link--facebook {
  background-color: #2563eb;
}

.ysk-social-link--facebook:hover {
  background-color: #3b82f6;
}

.ysk-social-link--x {
  background-color: #0ea5e9;
}

.ysk-social-link--x:hover {
  background-color: #38bdf8;
}

.ysk-social-link--github {
  background-color: #334155;
}

.ysk-social-link--github:hover {
  background-color: #475569;
}

.ysk-hero-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  pointer-events: none;
}

.ysk-hero-inner {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1rem;
}

@media (min-width: 640px) {
  .ysk-hero-inner {
    padding: 5rem 1.5rem;
  }
}

.ysk-hero-inner--center {
  text-align: center;
}

.ysk-hero-inner--wide h1,
.ysk-hero-inner--wide p {
  max-width: 48rem;
}

.ysk-tool-head {
  border-bottom: 1px solid #f1f5f9;
  padding: 1.25rem 1.5rem;
  color: #fff;
}

.ysk-tool-head--blue {
  background: linear-gradient(90deg, #1e40af 0%, #172554 100%);
}

.ysk-tool-head--amber {
  background: linear-gradient(90deg, #b45309 0%, #78350f 100%);
}

.ysk-tool-head--emerald {
  background: linear-gradient(90deg, #065f46 0%, #042f2e 100%);
}

.ysk-tool-head p,
.ysk-tool-head .text-blue-100,
.ysk-tool-head .text-amber-100,
.ysk-tool-head .text-emerald-100 {
  color: rgb(255 255 255 / 0.85);
}

.ysk-section-head {
  border-bottom: 1px solid #f1f5f9;
  background: linear-gradient(90deg, #1e3a8a 0%, #1e40af 100%);
  color: #fff;
  padding: 1.25rem 1.5rem;
}

.ysk-section-head h2,
.ysk-section-head p {
  color: inherit;
}

.ysk-section-head p {
  color: rgb(255 255 255 / 0.8);
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

.ysk-badge-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgb(245 158 11 / 0.2);
  color: #fde68a;
  box-shadow: 0 0 0 1px rgb(251 191 36 / 0.3);
}

.ysk-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
  width: fit-content;
}

.ysk-btn-amber {
  background: #d97706;
  color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}

.ysk-btn-amber:hover {
  background: #f59e0b;
  color: #fff;
}

.ysk-btn-blue {
  background: #172554;
  color: #fff;
}

.ysk-btn-blue:hover {
  background: #1e3a8a;
  color: #fff;
}

.ysk-btn-outline {
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155;
}

.ysk-btn-outline:hover {
  border-color: #fcd34d;
  color: #b45309;
}

.ysk-info-aside {
  margin-top: 2.5rem;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: #475569;
}

.ysk-warning-box {
  border-radius: 0.75rem;
  border: 1px solid #fde68a;
  background: #fffbeb;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: #78350f;
}

/* Cezalar JS render başlıkları */
section[data-section] > .border-b.bg-gradient-to-r,
section[id^="noscript-"] + section .border-b {
  background: linear-gradient(90deg, #1e3a8a 0%, #1e40af 100%) !important;
  color: #fff !important;
}

section[data-section] .text-slate-300 {
  color: rgb(255 255 255 / 0.8) !important;
}


