* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1a1a2e;
    background: #f5f6fa;
    line-height: 1.5;
}

.container { max-width: 960px; margin: 0 auto; padding: 0 1rem; }

.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 0.75rem 0;
    margin-bottom: 2rem;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.logo {
    font-weight: 700;
    font-size: 1.25rem;
    color: #e85d04;
    text-decoration: none;
}

nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

nav a {
    color: #374151;
    text-decoration: none;
    font-size: 0.9rem;
}

nav a:hover { color: #e85d04; }

.credits {
    background: #fff3e0;
    color: #e85d04;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
}

.site-footer {
    margin-top: 3rem;
    padding: 1.5rem 0;
    text-align: center;
    color: #6b7280;
    font-size: 0.85rem;
}

.hero {
    text-align: center;
    padding: 3rem 0 2rem;
}

.hero h1 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.hero p {
    color: #6b7280;
    max-width: 540px;
    margin: 0 auto 1.5rem;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin: 2rem 0;
}

.card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
}

.card h2 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.card p { color: #6b7280; font-size: 0.9rem; margin-bottom: 1rem; }

.btn {
    display: inline-block;
    background: #e85d04;
    color: #fff;
    padding: 0.65rem 1.25rem;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
}

.btn:hover { background: #d45103; }
.btn-sm { padding: 0.4rem 0.9rem; font-size: 0.85rem; }
.btn-outline {
    background: transparent;
    color: #e85d04;
    border: 1px solid #e85d04;
}

.form-box {
    max-width: 480px;
    margin: 2rem auto;
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.form-group { margin-bottom: 1rem; }

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.95rem;
}

.form-group textarea { min-height: 100px; resize: vertical; }

.form-hint {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 0.35rem;
}

/* ── KonutDrone script onay ───────────────────────────────── */
.script-review-title { margin-bottom: 0.35rem; }
.script-review-lead { color: #6b7280; margin-bottom: 1.25rem; max-width: 640px; }

.script-review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: start;
    margin-bottom: 1.5rem;
}

.script-review-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
}

.script-review-heading {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #374151;
}

.listing-facts div {
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: 0.5rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.9rem;
}

.listing-facts dt { color: #6b7280; font-weight: 600; }
.listing-facts dd { margin: 0; }

.listing-details-box {
    margin-top: 1rem;
    padding: 0.75rem;
    background: #f9fafb;
    border-radius: 8px;
    font-size: 0.9rem;
    line-height: 1.55;
}

.listing-details-box h3 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.script-review-note {
    margin-top: 1rem;
    font-size: 0.8rem;
    color: #6b7280;
}

.script-review-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.script-review-credit {
    margin-top: 0.75rem;
    font-size: 0.8rem;
    color: #6b7280;
}

.script-approve-form textarea {
    min-height: 280px;
    font-size: 0.95rem;
    line-height: 1.55;
}

@media (max-width: 768px) {
    .script-review-grid { grid-template-columns: 1fr; }
}

video { max-width: 100%; border-radius: 12px; margin-top: 1rem; }

.alert {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.alert-error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.alert-info { background: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; }
.alert-success { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }

.status {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-draft { background: #fef3c7; color: #92400e; }
.status-queued { background: #fef3c7; color: #b45309; }
.status-processing { background: #dbeafe; color: #1d4ed8; }
.status-completed { background: #dcfce7; color: #15803d; }
.status-failed { background: #fef2f2; color: #b91c1c; }

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

th, td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.9rem;
}

th { background: #f9fafb; font-weight: 600; }

.badge-soon {
    background: #fef3c7;
    color: #92400e;
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    margin-left: 0.5rem;
}

video { max-width: 100%; border-radius: 12px; margin-top: 1rem; }

/* ── Proje detay (KonutDrone video) ───────────────────────── */
.project-page { max-width: 880px; margin: 0 auto; }

.project-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.project-type {
    font-size: 0.8rem;
    font-weight: 600;
    color: #e85d04;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.25rem;
}

.project-title {
    font-size: 1.5rem;
    line-height: 1.25;
}

.project-result {
    display: grid;
    grid-template-columns: minmax(200px, 280px) 1fr;
    gap: 1.5rem;
    align-items: start;
    margin-bottom: 2rem;
}

.video-phone {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 9 / 16;
    background: #111827;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    margin: 0 auto;
}

.video-phone video {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    object-fit: contain;
    background: #000;
}

.video-phone-caption {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    color: #9ca3af;
}

.project-result__meta .alert { margin-bottom: 1rem; }

.project-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.project-meta-list {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.project-meta-list div {
    display: flex;
    gap: 0.5rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.project-meta-list dt {
    font-weight: 600;
    color: #6b7280;
    min-width: 4rem;
}

.section-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #374151;
}

.photo-grid-section { margin-top: 1.5rem; }

.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 0.5rem;
    max-width: 480px;
}

.photo-thumb {
    display: block;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.photo-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-back { margin-top: 2rem; }

@media (max-width: 640px) {
    .project-result {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .project-result__meta {
        width: 100%;
    }

    .video-phone { max-width: 240px; }

    .project-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 600px) {
    .grid-2 { grid-template-columns: 1fr; }
}
