:root { --brand: #5b4df7; }
* { box-sizing: border-box; }
body { font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif; }
.font-display { font-family: 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif; }
.hero-grid { background-image: linear-gradient(rgba(91,77,247,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(91,77,247,.075) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%); }
.hero-card { box-shadow: 0 30px 80px rgba(24, 31, 72, .16), 0 8px 24px rgba(91,77,247,.08); }
.hero-float { animation: hero-float 6s ease-in-out infinite; }
.hero-float-delay { animation: hero-float 6s ease-in-out 1.2s infinite; }
@keyframes hero-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@media (prefers-reduced-motion: reduce) { .hero-float, .hero-float-delay { animation: none; } }
/* Geliştirici/API tanıtım alanı geçici olarak gizlendi. */
main > section:has(a[href="api/requests.php"]) { display: none !important; }
.gradient-text { background: linear-gradient(105deg, #5b4df7 15%, #16b6a1 85%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.legal-content p + p { margin-top: 1rem; }
.legal-content ul, .legal-content ol { margin: 1rem 0; padding-left: 1.35rem; }
.legal-content ul { list-style: disc; }
.legal-content ol { list-style: decimal; }
.legal-content a { color: var(--brand); font-weight: 700; text-decoration: none; }
.legal-content a:hover { text-decoration: underline; }
.legal-content strong { color: #1e293b; font-weight: 700; }
.legal-content table { width: 100%; margin-top: 1rem; overflow: hidden; border: 1px solid #e2e8f0; border-radius: .75rem; border-collapse: separate; border-spacing: 0; font-size: .8125rem; }
.legal-content th, .legal-content td { padding: .75rem; text-align: left; vertical-align: top; }
.legal-content th { background: #f8fafc; color: #475569; font-weight: 700; }
.legal-content tr + tr td { border-top: 1px solid #e2e8f0; }
.footer-heading { color: #e2e8f0; font-family: 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-link { color: #64748b; transition: color .2s ease; }
.footer-link:hover { color: #a9a1ff; }
.footer-contact { display: flex; align-items: center; gap: .75rem; padding: 1.15rem 1rem; transition: background-color .2s ease; }
.footer-contact:hover { background: rgba(255,255,255,.035); }
.footer-contact-icon { display: grid; width: 2.25rem; height: 2.25rem; flex: 0 0 auto; place-items: center; border-radius: .65rem; }
.footer-contact strong { display: block; color: #cbd5e1; font-size: .75rem; font-weight: 700; }
.footer-contact small { display: block; margin-top: .2rem; color: #64748b; font-size: .68rem; }
