/* Statik yardımcı sınıflar — Tailwind CDN yerine (hızlı yükleme) */
*, ::before, ::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

.max-w-container { max-width: 1280px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.block { display: block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none !important; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.shrink-0 { flex-shrink: 0; }
.flex-wrap { flex-wrap: wrap; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-between { justify-content: space-between; }
.gap-0\.5 { gap: 0.125rem; }
.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }

.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.text-left { text-align: left; }
.max-w-lg { max-width: 32rem; }

@media (min-width: 640px) {
  .sm\:text-right { text-align: right; }
}
@media (min-width: 768px) {
  .md\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .md\:text-\[28px\] { font-size: 28px; }
  .md\:gap-5 { gap: 1.25rem; }
}
.pl-5 { padding-left: 1.25rem; }
.pr-8 { padding-right: 2rem; }
.pr-12 { padding-right: 3rem; }

.mt-1 { margin-top: 0.25rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-16 { margin-top: 4rem; }
.mt-auto { margin-top: auto; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-7 { margin-bottom: 1.75rem; }
.mb-10 { margin-bottom: 2.5rem; }
.ml-1 { margin-left: 0.25rem; }

.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-\[11px\] { font-size: 11px; }
.text-\[12px\] { font-size: 12px; }
.text-\[16px\] { font-size: 16px; }
.text-\[18px\] { font-size: 18px; }
.text-\[22px\] { font-size: 22px; }
.text-\[26px\] { font-size: 26px; }
.text-\[28px\] { font-size: 28px; }
.text-\[32px\] { font-size: 32px; }
.text-\[48px\] { font-size: 48px; }

.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-extrabold { font-weight: 800; }
.font-black { font-weight: 900; }
.uppercase { text-transform: uppercase; }
.tracking-wider { letter-spacing: 0.05em; }
.leading-snug { line-height: 1.375; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.text-center { text-align: center; }

.bg-surface { background-color: #F8FAFC; }
.bg-primary { background-color: #00b2e3; }
.bg-primary-dark { background-color: #006684; }
.bg-white { background-color: #fff; }
.text-ink { color: #0d1c2f; }
.text-muted { color: #64748b; }
.text-primary { color: #00b2e3; }
.text-primary-dark { color: #006684; }
.text-express { color: #F39200; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-600 { color: #475569; }
.text-white { color: #fff; }

.rounded-lg { border-radius: 0.625rem; }
.rounded-xl { border-radius: 0.875rem; }
.rounded-2xl { border-radius: 1.125rem; }
.rounded-full { border-radius: 9999px; }

.border { border-width: 1px; border-style: solid; }
.border-border { border-color: #E2E8F0; }

.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gap-3 { gap: 0.75rem; }

.opacity-80 { opacity: 0.8; }
.outline-none { outline: none; }
.transition-colors { transition: color 0.15s, background-color 0.15s, border-color 0.15s; }
.max-w-md { max-width: 28rem; }

.absolute { position: absolute; }
.right-4 { right: 1rem; }
.top-1\/2 { top: 50%; }
.-translate-y-1\/2 { transform: translateY(-50%); }

.ring-2 { box-shadow: 0 0 0 2px #00b2e3; }
.ring-\[\#00b2e3\] { box-shadow: 0 0 0 2px #00b2e3; }

.hover\:underline:hover { text-decoration: underline; }
.hover\:text-primary-dark:hover { color: #006684; }
.hover\:bg-primary:hover { background-color: #00b2e3; }
.hover\:bg-\[\#0094c2\]:hover { background-color: #0094c2; }
.hover\:border-primary-dark:hover { border-color: #006684; }

.bg-white\/50 { background-color: rgba(255, 255, 255, 0.5); }

@media (min-width: 640px) {
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:mt-6 { margin-top: 1.5rem; }
  .sm\:mt-8 { margin-top: 2rem; }
  .sm\:mt-14 { margin-top: 3.5rem; }
  .sm\:mb-7 { margin-bottom: 1.75rem; }
  .sm\:gap-4 { gap: 1rem; }
  .sm\:text-\[26px\] { font-size: 26px; }
  .sm\:inline { display: inline !important; }
}
@media (min-width: 768px) {
  .md\:flex { display: flex !important; }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:gap-5 { gap: 1.25rem; }
  .md\:py-8 { padding-top: 2rem; padding-bottom: 2rem; }
  .md\:text-\[26px\] { font-size: 26px; }
  .md\:text-\[28px\] { font-size: 28px; }
  .md\:flex-row { flex-direction: row; }
  .md\:items-end { align-items: flex-end; }
}
@media (min-width: 1024px) {
  .lg\:block { display: block !important; }
  .lg\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .lg\:inline { display: inline !important; }
}
