/* ============================================================
   Kaan Girgin — Front tema
   Beyaz zemin, siyah başlıklar, sarı CTA, mercan vurgu
   Fontlar: Rubik (başlık), Roboto (gövde)
   ============================================================ */

:root {
    --bg: #ffffff;
    --bg-alt: #fffbf2;           /* krem */
    --surface: #ffffff;
    --surface-border: #eee9dd;
    --text: #1a1a1a;
    --text-muted: #6b665c;
    --primary: #ffba12;          /* sarı CTA */
    --primary-dark: #f0a900;
    --accent: #f77a56;           /* mercan vurgu */
    --accent-soft: #ffe9e0;
    --yellow-soft: #fff3d1;
    --success: #16a34a;
    --warning: #d97706;
    --danger: #dc2626;
    --radius: 12px;
    --radius-sm: 8px;
    --shadow: 0 12px 32px rgba(26, 26, 26, 0.08);
    --container: 1140px;
}

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

html { scroll-behavior: smooth; }

body {
    font-family: 'Roboto', -apple-system, 'Segoe UI', sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}

h1, h2, h3, h4 {
    font-family: 'Rubik', sans-serif;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
h3 { font-size: 1.15rem; }
p  { color: var(--text-muted); }
a  { color: inherit; text-decoration: none; }

/* Başlık içi vurgu: el çizimi sarı alt çizgi */
.text-gradient {
    color: inherit;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M3 10 Q 32 3, 62 8 T 122 8 T 182 7 T 199 9' fill='none' stroke='%23ffba12' stroke-width='7' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 96%;
    background-size: 100% 0.32em;
    padding-bottom: 0.1em;
}

/* ---------- Duyuru çubuğu ---------- */
.announce-bar {
    background: var(--primary);
    color: #1a1a1a;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 9px 0;
}
.announce-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.announce-bar a {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.announce-bar a:hover { color: #000; }

/* ---------- Butonlar ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 8px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn-primary {
    background: var(--primary);
    color: #1a1a1a;
    box-shadow: 0 4px 14px rgba(255, 186, 18, 0.35);
}
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(255, 186, 18, 0.45); }
.btn-ghost {
    background: var(--surface);
    border-color: #1a1a1a;
    color: var(--text);
}
.btn-ghost:hover { background: #1a1a1a; color: #fff; transform: translateY(-2px); }
.btn-sm { padding: 8px 18px; font-size: 0.88rem; }
.btn-lg { padding: 15px 34px; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--surface-border);
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(26, 26, 26, 0.07); }
.header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    height: 74px;
    gap: 16px;
}
.logo { display: flex; align-items: center; gap: 10px; font-family: 'Rubik', sans-serif; font-weight: 800; font-size: 1.2rem; }
.logo-img { height: 38px; width: auto; display: block; }
.logo-mark {
    width: 34px; height: 34px;
    display: grid; place-items: center;
    background: #1a1a1a;
    border-radius: 9px;
    color: var(--primary);
    font-size: 1.05rem;
}

.main-nav { display: flex; align-items: center; gap: 4px; justify-content: center; }
.nav-link {
    padding: 8px 13px;
    border-radius: 8px;
    color: var(--text-muted);
    font-weight: 500;
    font-size: 0.93rem;
    transition: color .2s, background .2s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.nav-link:hover { color: var(--text); background: var(--bg-alt); }
.nav-link.active { color: var(--text); background: var(--yellow-soft); }
.nav-link .icon { width: 12px; height: 12px; }

/* Hizmetler açılır menüsü */
.nav-dropdown { position: relative; }
.dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 250px;
    background: var(--surface);
    border: 1px solid var(--surface-border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.dropdown-menu a {
    display: block;
    padding: 9px 14px;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--text);
    transition: background .15s;
}
.dropdown-menu a:hover { background: var(--yellow-soft); }

.nav-actions { display: flex; align-items: center; gap: 10px; justify-content: flex-end; }
.nav-login { font-weight: 500; color: var(--text); padding: 8px 10px; font-size: 0.93rem; }
.nav-login:hover { color: var(--accent); }

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 8px;
}
.nav-toggle span {
    display: block;
    width: 22px; height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: transform .25s, opacity .25s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
    position: relative;
    padding: 120px 0 110px;
    text-align: center;
    overflow: hidden;
    background:
        radial-gradient(600px 300px at 85% 10%, var(--yellow-soft), transparent 70%),
        radial-gradient(500px 260px at 8% 85%, var(--accent-soft), transparent 70%),
        var(--bg);
}
.hero-inner { position: relative; max-width: 860px; }
.hero-badge {
    display: inline-block;
    padding: 7px 16px;
    border-radius: 999px;
    background: var(--surface);
    border: 1px solid var(--surface-border);
    color: var(--text-muted);
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 26px;
}
.hero-sub { font-size: 1.15rem; max-width: 620px; margin: 22px auto 0; }
.hero-actions { display: flex; gap: 14px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }

/* ---------- İstatistikler ---------- */
.stats { padding: 30px 0 60px; }
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.stat {
    text-align: center;
    padding: 28px 16px;
    background: var(--bg-alt);
    border: 1px solid var(--surface-border);
    border-radius: var(--radius);
}
.stat-number, .stat-suffix {
    font-family: 'Rubik', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text);
}
.stat-label { display: block; margin-top: 6px; color: var(--text-muted); font-size: 0.9rem; }

/* ---------- Bölümler ---------- */
.section { padding: 80px 0; }
.section-alt { background: var(--bg-alt); border-block: 1px solid var(--surface-border); }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 50px; }
.section-head p { margin-top: 12px; }
.section-tag {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 999px;
    background: var(--yellow-soft);
    border: 1px solid #f3e2ae;
    color: #8a6d1a;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
}
.section-more { text-align: center; margin-top: 40px; }

/* ---------- Kartlar ---------- */
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.card-grid-3 { grid-template-columns: repeat(3, 1fr); }
.card-grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
    background: var(--surface);
    border: 1px solid var(--surface-border);
    border-radius: var(--radius);
    padding: 28px;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.card:hover {
    transform: translateY(-5px);
    border-color: #e0d9c8;
    box-shadow: var(--shadow);
}
.card h3 { margin: 14px 0 8px; }
.card-icon {
    width: 48px; height: 48px;
    display: grid; place-items: center;
    border-radius: 12px;
    background: var(--yellow-soft);
    color: var(--text);
}
.icon { width: 22px; height: 22px; }

.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tag {
    padding: 4px 11px;
    border-radius: 999px;
    background: var(--bg-alt);
    border: 1px solid var(--surface-border);
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 500;
}

.project-card p { font-size: 0.94rem; }
.project-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.project-head h3 { margin: 0 0 10px; }
.badge {
    flex-shrink: 0;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}
.badge-done { background: rgba(22, 163, 74, 0.08); border: 1px solid rgba(22, 163, 74, 0.3); color: var(--success); }
.badge-progress { background: var(--yellow-soft); border: 1px solid #f3e2ae; color: #8a6d1a; }
.badge-seo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    background: rgba(22, 163, 74, 0.08);
    border: 1px solid rgba(22, 163, 74, 0.3);
    color: var(--success);
}
.badge-seo-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--success);
    animation: seoPulse 1.6s ease-in-out infinite;
}
@keyframes seoPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.45; transform: scale(0.75); }
}

.feature h3 { margin-bottom: 10px; }
.feature p { font-size: 0.95rem; }

/* ---------- Showcase (sol metin / sağ görsel) ---------- */
.showcase-list { display: flex; flex-direction: column; gap: 90px; }
.showcase {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}
.showcase-flip .showcase-text { order: 2; }
.showcase-flip .showcase-visual { order: 1; }

.showcase-text .section-tag { margin-bottom: 14px; }
.showcase-title { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 14px; }
.showcase-text > p { margin-bottom: 22px; }
.showcase-text .btn { margin-top: 26px; }

.feature-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.feature-list li {
    position: relative;
    padding-left: 26px;
    color: var(--text);
    font-size: 0.98rem;
}
.feature-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 6px;
    width: 12px; height: 12px;
    border-radius: 3px;
    background: var(--primary);
}
.feature-list li.marker-1::before { background: var(--accent); }
.feature-list li.marker-2::before { background: #1a1a1a; }

/* Görsel taraf: geometrik şekiller + mockup pencere */
.showcase-visual { position: relative; min-height: 340px; display: grid; place-items: center; }
.visual-shapes { position: absolute; inset: 0; overflow: hidden; border-radius: 22px; }
.shape { position: absolute; }
.shape-a {
    width: 230px; height: 230px;
    background: var(--primary);
    border-radius: 50% 50% 0 50%;
    top: -4%; left: -3%;
}
.shape-b {
    width: 170px; height: 170px;
    background: #1a1a1a;
    border-radius: 28px;
    bottom: -5%; right: -2%;
}
.shape-c {
    width: 110px; height: 110px;
    background: var(--accent);
    border-radius: 50%;
    top: 2%; right: 6%;
    opacity: .9;
}
.mockup {
    position: relative;
    width: min(520px, 92%);
    background: var(--surface);
    border: 1px solid var(--surface-border);
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(26, 26, 26, 0.14);
    overflow: hidden;
}
.mockup-bar {
    display: flex;
    gap: 6px;
    padding: 12px 16px;
    background: var(--bg-alt);
    border-bottom: 1px solid var(--surface-border);
}
.mockup-bar span { width: 10px; height: 10px; border-radius: 50%; background: #d8d2c2; }
.mockup-body { padding: 22px 24px 26px; }
.mockup-head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.mockup-head strong { display: block; font-size: 0.95rem; }
.mockup-head small { color: var(--text-muted); font-size: 0.78rem; }
.mockup-icon {
    width: 38px; height: 38px;
    display: grid; place-items: center;
    border-radius: 10px;
    background: #1a1a1a;
    color: var(--primary);
}
.mockup-icon .icon { width: 18px; height: 18px; }
.mockup-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.metric {
    background: var(--bg-alt);
    border: 1px solid var(--surface-border);
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.metric small { color: var(--text-muted); font-size: 0.72rem; }
.metric strong { font-size: 1.05rem; }
.metric .metric-ok { color: var(--success); font-weight: 600; font-size: 0.82rem; }
.mockup-bars { display: flex; flex-direction: column; gap: 8px; }
.mockup-bars span {
    display: block;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(90deg, #efe9d8, #f7f2e4);
}

/* ---------- Sayfa içi hero ---------- */
.page-hero { padding: 90px 0 30px; text-align: center; }
.page-hero p { max-width: 560px; margin: 16px auto 0; font-size: 1.08rem; }

/* ---------- Hizmet detay ---------- */
.service-list { display: flex; flex-direction: column; gap: 20px; max-width: 860px; }
.service-detail { display: flex; gap: 24px; align-items: flex-start; }
.service-detail-icon {
    flex-shrink: 0;
    width: 56px; height: 56px;
    display: grid; place-items: center;
    border-radius: 14px;
    background: var(--yellow-soft);
    color: var(--text);
}
.service-detail-icon .icon { width: 26px; height: 26px; }
.service-detail-body h2 { font-size: 1.35rem; margin-bottom: 8px; }

/* ---------- Hakkımda ---------- */
.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: start;
}
.about-story h2 { margin-bottom: 18px; }
.about-story p + p { margin-top: 14px; }
.about-values { display: flex; flex-direction: column; gap: 26px; }

.team-card { text-align: center; }
.team-avatar {
    width: 72px; height: 72px;
    margin: 0 auto 14px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: #1a1a1a;
    color: var(--primary);
    font-weight: 700;
    font-size: 1.3rem;
}
.team-role { font-size: 0.88rem; }

/* ---------- CTA bandı ---------- */
.cta-band { padding: 90px 0; }
.cta-inner {
    text-align: center;
    padding: 70px 30px;
    border-radius: 22px;
    background: var(--bg-alt);
    border: 1px solid var(--surface-border);
    box-shadow: var(--shadow);
}
.cta-inner p { margin: 12px 0 28px; }

/* ---------- İletişim ---------- */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 50px;
    align-items: start;
}
.contact-info h2 { margin-bottom: 14px; }
.contact-detail { margin-top: 24px; display: flex; flex-direction: column; gap: 4px; }
.contact-detail strong { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-muted); }
.contact-detail a { color: var(--accent); }

.contact-form { padding: 34px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 7px; font-weight: 500; font-size: 0.92rem; }
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    background: var(--bg);
    border: 1px solid #ddd6c6;
    border-radius: var(--radius-sm);
    color: var(--text);
    font-family: inherit;
    font-size: 0.95rem;
    transition: border-color .2s, box-shadow .2s;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(255, 186, 18, 0.25);
}
.form-group .invalid { border-color: var(--danger); }
.field-error { display: block; margin-top: 6px; color: var(--danger); font-size: 0.85rem; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.alert {
    padding: 14px 18px;
    border-radius: var(--radius-sm);
    margin-bottom: 22px;
    font-size: 0.95rem;
}
.alert-success {
    background: rgba(22, 163, 74, 0.08);
    border: 1px solid rgba(22, 163, 74, 0.3);
    color: var(--success);
}

/* ---------- Hata sayfaları ---------- */
.error-page { padding: 130px 0; }
.error-code {
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    color: var(--text);
}
.error-page p { margin: 14px 0 30px; }

/* ---------- Footer ---------- */
.site-footer {
    background: var(--bg-alt);
    color: var(--text-muted);
    padding-top: 60px;
    border-top: 1px solid var(--surface-border);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
}
.footer-brand p { margin-top: 14px; font-size: 0.92rem; max-width: 300px; }
.footer-col h4 { margin-bottom: 14px; font-size: 0.95rem; color: var(--text); }
.footer-col a {
    display: block;
    padding: 4px 0;
    color: var(--text-muted);
    font-size: 0.92rem;
    transition: color .2s;
}
.footer-col a:hover { color: var(--text); }
.footer-bottom {
    padding: 22px 24px;
    border-top: 1px solid var(--surface-border);
    text-align: center;
    font-size: 0.88rem;
    color: var(--text-muted);
}

/* ---------- Scroll animasyonu ---------- */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
    .card-grid, .card-grid-3 { grid-template-columns: repeat(2, 1fr); }
    .card-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid, .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .showcase { grid-template-columns: 1fr; gap: 36px; }
    .showcase-flip .showcase-text { order: 1; }
    .showcase-flip .showcase-visual { order: 2; }
    .showcase-list { gap: 70px; }
    .header-inner { grid-template-columns: auto 1fr auto; }
}

@media (max-width: 680px) {
    .nav-toggle { display: flex; }
    .main-nav {
        position: fixed;
        top: 74px; left: 0; right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 18px 24px 26px;
        background: rgba(255, 255, 255, 0.98);
        border-bottom: 1px solid var(--surface-border);
        backdrop-filter: blur(16px);
        transform: translateY(-8px);
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s, transform .25s;
    }
    .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
    .nav-link { padding: 12px 14px; }
    .nav-dropdown .dropdown-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border: 0;
        padding: 0 0 0 14px;
        min-width: 0;
    }
    .nav-actions .btn { display: none; }

    .card-grid, .card-grid-3, .card-grid-4 { grid-template-columns: 1fr; }
    .hero { padding: 70px 0 60px; }
    .section { padding: 56px 0; }
    .service-detail { flex-direction: column; }
    .contact-form { padding: 24px; }
}


/* ============================================================
   Kimlik doğrulama + panel (dash) stilleri
   ============================================================ */

/* ---------- Auth sayfaları ---------- */
.auth-page {
    min-height: calc(100vh - 200px);
    display: grid;
    place-items: center;
    padding: 70px 24px;
}
.auth-card { width: 100%; max-width: 420px; padding: 38px; }
.auth-card h1 { font-size: 1.7rem; }
.auth-sub { margin: 8px 0 26px; }
.auth-alt { margin-top: 20px; text-align: center; font-size: 0.92rem; color: var(--text-muted); }
.auth-alt a { color: var(--accent); font-weight: 600; }
.alert-error {
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.3);
    color: var(--danger);
}

/* ---------- Dash iskeleti ---------- */
.dash-body { background: var(--bg-alt); }
.dash { display: flex; min-height: 100vh; }
.dash-sidebar {
    width: 250px;
    flex-shrink: 0;
    background: #1a1a1a;
    color: #b9b6ae;
    display: flex;
    flex-direction: column;
    padding: 22px 16px;
    position: sticky;
    top: 0;
    height: 100vh;
}
.dash-logo { margin-bottom: 28px; padding: 0 8px; }
.dash-sidebar .logo-text { color: #fff; }
.dash-sidebar .logo-mark { background: var(--primary); color: #1a1a1a; }
.dash-menu { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.dash-link {
    display: block;
    padding: 10px 12px;
    border-radius: 9px;
    color: #b9b6ae;
    font-size: 0.93rem;
    font-weight: 500;
    transition: background .2s, color .2s;
}
.dash-link:hover { background: rgba(255, 255, 255, 0.07); color: #fff; }
.dash-link.active { background: rgba(255, 255, 255, 0.1); color: #fff; }
.dash-side-foot { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 12px; display: flex; flex-direction: column; gap: 3px; }
.dash-logout { color: #e08484; }
.dash-logout:hover { color: #ffb1b1; }

.dash-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.dash-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 32px;
    background: var(--surface);
    border-bottom: 1px solid var(--surface-border);
}
.dash-topbar h1 { font-size: 1.25rem; }
.dash-user { display: flex; align-items: center; gap: 10px; font-weight: 500; font-size: 0.93rem; }
.dash-avatar {
    width: 34px; height: 34px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: #1a1a1a;
    color: var(--primary);
    font-weight: 700;
    font-size: 0.9rem;
}
.dash-content { padding: 32px; flex: 1; }
.dash-welcome { margin-bottom: 24px; }

/* ---------- Dash kartları ve paneller ---------- */
.dash-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}
.dash-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: var(--surface);
    border: 1px solid var(--surface-border);
    border-radius: var(--radius);
    padding: 22px;
    transition: transform .2s, box-shadow .2s;
}
a.dash-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.dash-card-num { font-family: 'Rubik', sans-serif; font-size: 1.9rem; font-weight: 800; }
.dash-card-label { color: var(--text-muted); font-size: 0.88rem; }

.dash-panel {
    background: var(--surface);
    border: 1px solid var(--surface-border);
    border-radius: var(--radius);
    padding: 26px;
}
.dash-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}
.dash-panel-head h2 { font-size: 1.15rem; }
.dash-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.dash-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
.dash-empty { color: var(--text-muted); font-size: 0.94rem; }
.dash-hr { border: 0; border-top: 1px solid var(--surface-border); margin: 24px 0; }

.dash-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--surface-border);
}
.dash-row:last-child { border-bottom: 0; }
.dash-row small { display: block; color: var(--text-muted); }

.dash-item {
    padding: 16px 0;
    border-bottom: 1px solid var(--surface-border);
}
.dash-item:last-child { border-bottom: 0; }
.dash-item-unread { border-left: 3px solid var(--primary); padding-left: 14px; }
.dash-item-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 6px;
}
.dash-item-side { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.dash-item p { font-size: 0.94rem; }
.dash-meta { color: var(--text-muted); font-size: 0.82rem; display: block; }
.dash-date { color: var(--text-muted); font-size: 0.8rem; display: block; margin-top: 8px; }
.admin-note {
    margin-top: 10px;
    padding: 12px 14px;
    background: var(--bg-alt);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
}
.quote-form { margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--surface-border); }

/* ---------- Tablolar ---------- */
.table-wrap { overflow-x: auto; }
.dash-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }
.dash-table th {
    text-align: left;
    padding: 10px 12px;
    color: var(--text-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid var(--surface-border);
}
.dash-table td { padding: 13px 12px; border-bottom: 1px solid var(--surface-border); vertical-align: middle; }
.dash-table td small { color: var(--text-muted); }
.dash-table tr:last-child td { border-bottom: 0; }
.table-actions { display: flex; gap: 8px; justify-content: flex-end; align-items: center; }
.table-actions form { margin: 0; }

/* ---------- Form ekleri ---------- */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group select {
    width: 100%;
    padding: 12px 15px;
    background: var(--bg);
    border: 1px solid #ddd6c6;
    border-radius: var(--radius-sm);
    color: var(--text);
    font-family: inherit;
    font-size: 0.95rem;
}
.form-group select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(255, 186, 18, 0.25); }
.form-check { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.form-check input { width: 17px; height: 17px; accent-color: #1a1a1a; }
.form-check label { font-size: 0.93rem; }

.btn-danger { background: var(--danger); color: #fff; }
.btn-danger:hover { background: #b91c1c; transform: translateY(-2px); }

/* ---------- Durum rozetleri ---------- */
.status-bekliyor { background: var(--yellow-soft); border: 1px solid #f3e2ae; color: #8a6d1a; }
.status-degerlendiriliyor { background: rgba(79, 124, 255, 0.1); border: 1px solid rgba(79, 124, 255, 0.35); color: #2f5de0; }
.status-yanitlandi { background: rgba(22, 163, 74, 0.1); border: 1px solid rgba(22, 163, 74, 0.3); color: var(--success); }
.pstatus-planlama { background: rgba(107, 102, 92, 0.1); border: 1px solid rgba(107, 102, 92, 0.3); color: var(--text-muted); }
.pstatus-gelistirme { background: rgba(79, 124, 255, 0.1); border: 1px solid rgba(79, 124, 255, 0.35); color: #2f5de0; }
.pstatus-test { background: var(--yellow-soft); border: 1px solid #f3e2ae; color: #8a6d1a; }
.pstatus-tamamlandi { background: rgba(22, 163, 74, 0.1); border: 1px solid rgba(22, 163, 74, 0.3); color: var(--success); }

/* ---------- İlerleme çubuğu ---------- */
.progress {
    height: 8px;
    background: var(--bg-alt);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 8px;
    min-width: 90px;
}
.progress span { display: block; height: 100%; background: var(--primary); border-radius: 4px; }
.progress-row { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.progress-row .progress { flex: 1; margin-top: 0; }
.progress-row small { color: var(--text-muted); }

/* ---------- Dash responsive ---------- */
@media (max-width: 900px) {
    .dash { flex-direction: column; }
    .dash-sidebar {
        width: 100%;
        height: auto;
        position: static;
        flex-direction: column;
    }
    .dash-menu { flex-direction: row; flex-wrap: wrap; }
    .dash-side-foot { flex-direction: row; gap: 10px; }
    .dash-grid-2 { grid-template-columns: 1fr; }
    .dash-content { padding: 22px; }
    .form-row { grid-template-columns: 1fr; }
}

/* ============================================================
   Blog
   ============================================================ */
.blog-card { display: flex; flex-direction: column; }
.blog-card h3 { margin: 10px 0 8px; }
.blog-date {
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.blog-more {
    margin-top: auto;
    padding-top: 16px;
    color: var(--accent);
    font-weight: 600;
    font-size: 0.9rem;
}

.blog-detail { padding: 90px 0 40px; }
.blog-detail-inner { max-width: 720px; }
.blog-back {
    display: inline-block;
    margin-bottom: 28px;
    color: var(--text-muted);
    font-size: 0.92rem;
    font-weight: 500;
}
.blog-back:hover { color: var(--text); }
.blog-detail h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin: 12px 0 30px; }
.blog-content p { margin-bottom: 18px; font-size: 1.05rem; color: var(--text); }

/* ============================================================
   Hizmet sekmeleri
   ============================================================ */
.service-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
    margin-bottom: 40px;
}
.service-tab {
    --tab-color: #1a1a1a;
    text-align: left;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 14px;
    padding: 18px;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: background .25s ease, transform .2s ease, box-shadow .25s ease;
}
.service-tab:hover { background: var(--surface); border-color: var(--surface-border); }
.service-tab .tab-icon { color: var(--tab-color); display: inline-flex; }
.service-tab .tab-icon .icon { width: 24px; height: 24px; }
.service-tab strong { font-size: 0.98rem; color: var(--text); font-family: 'Rubik', sans-serif; }
.service-tab small { color: var(--text-muted); font-size: 0.84rem; line-height: 1.45; }

.service-tab.active {
    background: var(--tab-color);
    border-color: var(--tab-color);
    box-shadow: 0 10px 26px rgba(26, 26, 26, 0.16);
}
.service-tab.active .tab-icon { color: #fff; }
.service-tab.active strong { color: #fff; }
.service-tab.active small { color: rgba(255, 255, 255, 0.85); }

.tab-color-0 { --tab-color: #1a1a1a; }
.tab-color-1 { --tab-color: #f77a56; }
.tab-color-2 { --tab-color: #ffba12; }
.tab-color-3 { --tab-color: #6f6cff; }
.tab-color-4 { --tab-color: #16a34a; }
.tab-color-5 { --tab-color: #0e7490; }
.tab-color-6 { --tab-color: #be185d; }
.tab-color-7 { --tab-color: #d97706; }

.service-panels {
    background: var(--surface);
    border: 1px solid var(--surface-border);
    border-radius: 22px;
    padding: 50px;
}
.service-panel { display: none; }
.service-panel.active { display: block; animation: tabFade .35s ease; }
.service-panel .showcase { grid-template-columns: 1fr 1.2fr; }
.service-panel .showcase-list { gap: 0; }

@keyframes tabFade {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: none; }
}

@media (max-width: 960px) {
    .service-panels { padding: 28px; }
    .service-panel .showcase { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
    .service-tabs { grid-template-columns: 1fr 1fr; }
    .service-tab { padding: 14px; }
}

/* ============================================================
   Görseller
   ============================================================ */
.showcase-img {
    width: 100%;
    border-radius: 16px;
    border: 1px solid var(--surface-border);
    box-shadow: 0 24px 60px rgba(26, 26, 26, 0.12);
    object-fit: contain;
    background: #fff;
    padding: 22px;
    max-height: 420px;
}
.service-thumb {
    flex-shrink: 0;
    width: 120px;
    height: 90px;
    object-fit: contain;
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid var(--surface-border);
}
.service-detail-body h2 a:hover { color: var(--accent); }
.blog-card-img {
    width: calc(100% + 56px);
    margin: -28px -28px 18px;
    height: 180px;
    object-fit: cover;
    border-radius: var(--radius) var(--radius) 0 0;
}
.blog-detail-img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid var(--surface-border);
    margin-bottom: 30px;
}
.img-preview {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}
.img-preview img {
    width: 140px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid var(--surface-border);
}
input[type="file"].form-group input,
.form-group input[type="file"] {
    padding: 10px 12px;
    background: var(--bg);
    border: 1px solid #ddd6c6;
    border-radius: var(--radius-sm);
    width: 100%;
    font-family: inherit;
    font-size: 0.9rem;
}

/* Proje kartı kapak görseli */
.project-card-img {
    width: calc(100% + 56px);
    margin: -28px -28px 18px;
    height: 180px;
    object-fit: cover;
    border-radius: var(--radius) var(--radius) 0 0;
    border-bottom: 1px solid var(--surface-border);
}

/* KVKK sayfası */
.kvkk-content h2 { font-size: 1.2rem; margin: 28px 0 10px; }
.kvkk-content p { margin-bottom: 12px; }
.kvkk-content ul { margin: 0 0 14px 22px; color: var(--text-muted); }
.kvkk-content ul li { margin-bottom: 6px; }
.kvkk-content a { color: var(--accent); }
.kvkk-update { margin-top: 30px; color: var(--text-muted); font-size: 0.88rem; }
.form-check label a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }

/* ============================================================
   SEO analiz satış sayfası
   ============================================================ */
.seo-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    align-items: start;
}
.seo-info h2 { margin-bottom: 6px; }
.seo-pricing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}
.seo-price-card {
    background: var(--surface);
    border: 1px solid var(--surface-border);
    border-radius: var(--radius);
    padding: 22px;
}
.seo-price-card p { font-size: 0.9rem; margin-top: 8px; }
.seo-price {
    font-family: 'Rubik', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--success);
}
.seo-price-paid .seo-price { color: var(--text); }
.payment-box {
    background: var(--bg-alt);
    border: 1px solid var(--surface-border);
    border-radius: var(--radius-sm);
    padding: 18px 20px;
    margin-bottom: 22px;
}
.payment-box h3 { margin-bottom: 8px; font-size: 1.05rem; }
.payment-row { padding: 4px 0; font-size: 0.95rem; }
.payment-row code {
    background: var(--surface);
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid var(--surface-border);
    font-size: 0.88rem;
}
.payment-note { margin-top: 10px; font-size: 0.88rem; color: var(--text-muted); }
.form-note { text-align: center; margin-top: 14px; font-size: 0.85rem; color: var(--text-muted); }

.seostatus-bekliyor { background: rgba(79, 124, 255, 0.1); border: 1px solid rgba(79, 124, 255, 0.35); color: #2f5de0; }
.seostatus-odeme_bekliyor { background: var(--yellow-soft); border: 1px solid #f3e2ae; color: #8a6d1a; }
.seostatus-hazirlaniyor { background: rgba(111, 108, 255, 0.1); border: 1px solid rgba(111, 108, 255, 0.35); color: #5856d6; }
.seostatus-tamamlandi { background: rgba(22, 163, 74, 0.1); border: 1px solid rgba(22, 163, 74, 0.3); color: var(--success); }

@media (max-width: 960px) {
    .seo-grid { grid-template-columns: 1fr; }
    .seo-pricing { grid-template-columns: 1fr; }
}

/* Detay tablosu (admin detay sayfaları) */
.detail-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.detail-table th {
    text-align: left;
    padding: 10px 12px 10px 0;
    color: var(--text-muted);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 130px;
    vertical-align: top;
}
.detail-table td { padding: 10px 0; border-bottom: 1px solid var(--surface-border); }
.detail-table tr:last-child td { border-bottom: 0; }
.detail-table td a { color: var(--accent); }

/* Hizmet referansları */
.ref-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.ref-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    overflow: hidden;
}
.ref-card .ref-title, .ref-card .ref-url { padding: 0 20px; }
.ref-card .ref-title { padding-top: 18px; font-weight: 700; font-size: 1.05rem; }
.ref-card .ref-url { padding-bottom: 18px; color: var(--text-muted); font-size: 0.88rem; }
.ref-card:hover .ref-url { color: var(--accent); }
.ref-img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: top;
    border-bottom: 1px solid var(--surface-border);
}
@media (max-width: 960px) { .ref-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .ref-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Ana sayfa — yeni iskelet
   ============================================================ */

/* Güven şeridi (hero altı) */
.hero-trust {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 64px;
    border-top: 1px solid var(--surface-border);
}
.trust-item {
    padding: 22px 34px 0;
    text-align: center;
}
.trust-item + .trust-item { border-left: 1px solid var(--surface-border); }
.trust-item strong {
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--text);
}
.trust-item span {
    font-size: 0.82rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Özellik grid kartları */
.feat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.feat-grid-3 { grid-template-columns: repeat(3, 1fr); }
.feat-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--surface);
    border: 1px solid var(--surface-border);
    border-radius: 16px;
    padding: 26px 24px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
a.feat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-color: #e0d9c8;
}
.feat-card strong {
    font-family: 'Rubik', sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--text);
}
.feat-card small {
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}
.feat-link {
    margin-top: auto;
    padding-top: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--accent);
}
.feat-chip {
    width: 46px; height: 46px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    margin-bottom: 4px;
}
.feat-chip .icon { width: 22px; height: 22px; }
.chip-yellow { background: var(--yellow-soft); color: #8a6d1a; }
.chip-coral  { background: var(--accent-soft); color: #c2492a; }
.chip-dark   { background: #1a1a1a; color: var(--primary); }
.chip-blue   { background: #e8ecff; color: #4550d6; }

/* Dönüşümlü tanıtım satırları */
.hm-row-section { padding: 70px 0; }
.hm-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}
.hm-row-flip .hm-row-text { order: 2; }
.hm-row-flip .hm-row-visual { order: 1; }
.hm-row-text .section-tag { margin-bottom: 14px; }
.hm-row-text h2 { margin-bottom: 14px; }
.hm-row-text > p { margin-bottom: 20px; font-size: 1.05rem; }
.hm-row-text .btn { margin-top: 26px; }
.hm-row-visual img {
    width: 100%;
    max-height: 380px;
    object-fit: contain;
}

/* Tik işaretli liste */
.check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.check-list li {
    position: relative;
    padding-left: 32px;
    color: var(--text);
    font-size: 0.98rem;
}
.check-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 2px;
    width: 20px; height: 20px;
    border-radius: 50%;
    background: var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 11px no-repeat;
}

/* Sarı CTA bandı */
.cta-banner { padding: 0 0 90px; }
.cta-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: var(--primary);
    border-radius: 22px;
    padding: 56px 60px;
}
.cta-banner-inner h2 { color: #1a1a1a; }
.cta-banner-inner p { color: rgba(26, 26, 26, 0.75); margin-top: 8px; }
.btn-dark {
    background: #1a1a1a;
    color: #fff;
    flex-shrink: 0;
}
.btn-dark:hover { background: #000; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(26, 26, 26, 0.25); }

@media (max-width: 960px) {
    .feat-grid, .feat-grid-3 { grid-template-columns: repeat(2, 1fr); }
    .hm-row { grid-template-columns: 1fr; gap: 36px; }
    .hm-row-flip .hm-row-text { order: 1; }
    .hm-row-flip .hm-row-visual { order: 2; }
    .cta-banner-inner { flex-direction: column; text-align: center; padding: 44px 30px; }
}
@media (max-width: 680px) {
    .feat-grid, .feat-grid-3 { grid-template-columns: 1fr; }
    .hero-trust { flex-wrap: wrap; }
    .trust-item { flex: 1 1 40%; padding: 18px 10px 0; }
    .trust-item + .trust-item { border-left: 0; }
}

/* Fatura bilgileri kutusu (SEO analiz formu) */
.invoice-box {
    border: 1px dashed #ddd6c6;
    border-radius: var(--radius-sm);
    padding: 18px 18px 0;
    margin: 6px 0 20px;
}
.invoice-box legend {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    padding: 0 8px;
}
.invoice-box legend small { font-weight: 400; }
