/* cv.haswave.com — alt gezinme: header’da ayrı cv-bottom-nav.css (@import yok, render bloklamasın) */
.cv-u-hidden {
    display: none !important;
}

.cv-skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 9999;
    padding: 12px 20px;
    background: var(--cv-site-accent);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
}

.cv-skip-link:focus {
    left: 12px;
    top: 12px;
    width: auto;
    height: auto;
    overflow: visible;
}

/* cv.haswave.com - Onepage */
:root {
    --cv-site-bg: #f8fafc;
    --cv-site-text: #0f172a;
    --cv-site-muted: #64748b;
    --cv-site-border: #e2e8f0;
    --cv-site-accent: #2563eb;
    --cv-site-accent-hover: #1d4ed8;
    --cv-site-card: #fff;
    /* Alt gezinme (cv-bottom-nav): create/style ile aynı cam tonu; View’da yalnız --cv-site-card’a düşmesini önler */
    --bg-elevated: rgba(255, 255, 255, 0.72);
    --cv-site-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
    --cv-cta-banner-bg: #0f172a;
    --cv-cta-banner-title: #f1f5f9;
    --cv-cta-banner-desc: rgba(241, 245, 249, 0.55);
    --cv-cta-banner-em: #93b4ff;
    --cv-cta-banner-glow: rgba(37, 99, 235, 0.22);
    --cv-cta-btn-bg: #f1f5f9;
    --cv-cta-btn-color: #0f172a;
    --cv-cta-btn-hover-bg: #e2e8f0;
    --cv-panel-header-height: 56px;
    --cv-sidebar-width: 260px;
}

[data-theme="dark"] {
    --cv-site-bg: #0f172a;
    --cv-site-text: #f1f5f9;
    --cv-site-muted: #94a3b8;
    --cv-site-border: #334155;
    --cv-site-accent: #3b82f6;
    --cv-site-accent-hover: #60a5fa;
    --cv-site-card: #1e293b;
    --bg-elevated: rgba(28, 28, 32, 0.85);
    --cv-site-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    --cv-cta-banner-bg: #1e293b;
    --cv-cta-banner-title: #f1f5f9;
    --cv-cta-banner-desc: rgba(241, 245, 249, 0.6);
    --cv-cta-banner-em: #93b4ff;
    --cv-cta-banner-glow: rgba(59, 130, 246, 0.28);
    --cv-cta-btn-bg: #334155;
    --cv-cta-btn-color: #f1f5f9;
    --cv-cta-btn-hover-bg: #475569;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", system-ui, sans-serif;
    background: var(--cv-site-bg);
    color: var(--cv-site-text);
    line-height: 1.5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.cv-site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--cv-site-bg);
    border-bottom: 1px solid var(--cv-site-border);
    padding: 12px 20px;
}

.cv-site-header-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cv-site-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--cv-site-text);
    font-weight: 700;
    font-size: 1.15rem;
}

.cv-site-logo-mark {
    background: var(--cv-site-accent);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.cv-site-nav {
    display: flex;
    gap: 24px;
}

.cv-site-nav a {
    color: var(--cv-site-muted);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
}

.cv-site-nav a:hover {
    color: var(--cv-site-accent);
}

.cv-site-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Navbar sağdaki ikon kontrolleri (tema ayrı: yuvarlak overlay) */
.cv-site-header-actions .cv-site-create-btn-icon,
.cv-site-header-actions .cv-site-account-wrap .cv-site-account-link-desktop,
.cv-site-header-actions .cv-site-account-wrap .cv-site-account-btn-mobile.cv-site-account-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.cv-site-header-actions .cv-site-theme-btn,
.cv-site-header-actions .cv-site-header-logout-btn,
.cv-site-header-actions .cv-site-account-wrap .cv-site-logout-btn-desktop,
.cv-site-header-actions .cv-site-login-btn--icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
}

/* Tema: kare kutu yok — hafif cam / overlay */
.cv-site-theme-btn {
    position: relative;
    border: none;
    border-radius: 50%;
    background: rgba(100, 116, 139, 0.14);
    color: var(--cv-site-text);
    cursor: pointer;
    overflow: hidden;
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    backdrop-filter: blur(12px) saturate(1.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s ease, color 0.2s;
}

[data-theme="dark"] .cv-site-theme-btn {
    background: rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.cv-site-theme-btn:hover {
    background: rgba(100, 116, 139, 0.24);
    transform: scale(1.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 4px 14px rgba(15, 23, 42, 0.12);
}

[data-theme="dark"] .cv-site-theme-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 4px 16px rgba(0, 0, 0, 0.35);
}

.cv-site-theme-btn:focus-visible {
    outline: 2px solid var(--cv-site-accent);
    outline-offset: 2px;
}

.cv-site-theme-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Gündüz: sadece ay; gece: sadece güneş (birini tam gizle) */
.cv-site-theme-btn .cv-site-theme-sun {
    display: none !important;
}
.cv-site-theme-btn .cv-site-theme-moon {
    display: inline-flex !important;
}
[data-theme="dark"] .cv-site-theme-btn .cv-site-theme-sun {
    display: inline-flex !important;
}
[data-theme="dark"] .cv-site-theme-btn .cv-site-theme-moon {
    display: none !important;
}

/* Kalem: varsayılan mavi CTA (--cv-site-accent); cv-site.js / tema değişkenleri ile uyumlu */
.cv-site-header-actions .cv-site-create-btn-icon {
    position: relative;
    border: none;
    border-radius: 50%;
    text-decoration: none;
    background: var(--cv-site-accent);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s ease, color 0.2s;
}

[data-theme="dark"] .cv-site-header-actions .cv-site-create-btn-icon {
    background: var(--cv-site-accent);
    color: #fff;
    box-shadow: 0 2px 12px rgba(59, 130, 246, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.cv-site-header-actions .cv-site-create-btn-icon:hover {
    background: var(--cv-site-accent-hover);
    color: #fff;
    transform: scale(1.06) translateY(-1px);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

[data-theme="dark"] .cv-site-header-actions .cv-site-create-btn-icon:hover {
    box-shadow: 0 4px 18px rgba(59, 130, 246, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.cv-site-header-actions .cv-site-create-btn-icon:focus-visible {
    outline: 2px solid var(--cv-site-accent-hover);
    outline-offset: 2px;
}

/* Profil (hesap) ikon — cam overlay */
.cv-site-header-actions .cv-site-account-wrap .cv-site-account-link-desktop,
.cv-site-header-actions .cv-site-account-wrap .cv-site-logout-btn-desktop {
    position: relative;
    border: none;
    border-radius: 50%;
    background: rgba(100, 116, 139, 0.14);
    color: var(--cv-site-text);
    overflow: hidden;
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    backdrop-filter: blur(12px) saturate(1.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: background 0.2s, box-shadow 0.2s, color 0.2s, transform 0.2s ease;
}

[data-theme="dark"] .cv-site-header-actions .cv-site-account-wrap .cv-site-account-link-desktop,
[data-theme="dark"] .cv-site-header-actions .cv-site-account-wrap .cv-site-logout-btn-desktop {
    background: rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.cv-site-header-actions .cv-site-account-wrap .cv-site-account-link-desktop:hover {
    background: rgba(100, 116, 139, 0.24);
    transform: scale(1.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 4px 14px rgba(15, 23, 42, 0.1);
}

[data-theme="dark"] .cv-site-header-actions .cv-site-account-wrap .cv-site-account-link-desktop:hover {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 4px 16px rgba(0, 0, 0, 0.3);
}

.cv-site-header-actions .cv-site-account-wrap .cv-site-account-link-desktop:focus-visible {
    outline: 2px solid var(--cv-site-accent);
    outline-offset: 2px;
}

.cv-site-header-actions .cv-site-account-wrap .cv-site-logout-btn-desktop:hover {
    background: rgba(220, 38, 38, 0.14);
    color: #dc2626;
    transform: scale(1.06);
}

[data-theme="dark"] .cv-site-header-actions .cv-site-account-wrap .cv-site-logout-btn-desktop:hover {
    background: rgba(220, 38, 38, 0.22);
    color: #fecaca;
}

.cv-site-header-actions .cv-site-account-wrap .cv-site-logout-btn-desktop:focus-visible {
    outline: 2px solid var(--cv-site-accent);
    outline-offset: 2px;
}

/* Çıkış: tema ile aynı yuvarlak overlay (üst navbar) */
.cv-site-header-logout-btn {
    position: relative;
    border: none;
    border-radius: 50%;
    background: rgba(100, 116, 139, 0.14);
    color: var(--cv-site-text);
    cursor: pointer;
    overflow: hidden;
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    backdrop-filter: blur(12px) saturate(1.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s ease;
}

[data-theme="dark"] .cv-site-header-logout-btn {
    background: rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.cv-site-header-logout-btn:hover {
    background: rgba(220, 38, 38, 0.14);
    color: #dc2626;
    transform: scale(1.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 14px rgba(220, 38, 38, 0.2);
}

[data-theme="dark"] .cv-site-header-logout-btn:hover {
    background: rgba(220, 38, 38, 0.22);
    color: #fecaca;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 4px 16px rgba(0, 0, 0, 0.35);
}

.cv-site-header-logout-btn:focus-visible {
    outline: 2px solid var(--cv-site-accent);
    outline-offset: 2px;
}

.cv-site-header-logout-btn i {
    font-size: 1rem;
    line-height: 1;
}

.cv-site-create-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid var(--cv-site-border);
    background: var(--cv-site-card);
    color: var(--cv-site-text);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}
.cv-site-create-btn:hover {
    background: var(--cv-site-border);
}
.cv-site-create-btn-icon {
    padding: 0;
    gap: 0;
}
.cv-site-create-btn-icon span {
    display: none;
}
.cv-site-create-btn-icon i {
    margin: 0;
    font-size: 1rem;
    line-height: 1;
}

.cv-site-account-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
/* Masaüstü: panele giden ikon link + çıkış butonu */
.cv-site-account-link-desktop {
    border-radius: 10px;
    border: 1px solid var(--cv-site-border);
    background: var(--cv-site-card);
    color: var(--cv-site-text);
    text-decoration: none;
    transition: background 0.2s;
}
.cv-site-account-link-desktop:hover {
    background: var(--cv-site-border);
}
.cv-site-account-link-desktop i {
    font-size: 1rem;
    line-height: 1;
}
.cv-site-logout-btn-desktop {
    padding: 0;
    border-radius: 10px;
    border: 1px solid var(--cv-site-border);
    background: var(--cv-site-card);
    color: var(--cv-site-text);
    cursor: pointer;
    transition: background 0.2s;
}
.cv-site-logout-btn-desktop i {
    font-size: 1rem;
    line-height: 1;
}
.cv-site-logout-btn-desktop:hover {
    background: #fef2f2;
    color: #dc2626;
    border-color: #fecaca;
}
.cv-site-account-btn-mobile {
    display: none !important;
}
@media (min-width: 601px) {
    .cv-site-account-btn-mobile {
        display: none !important;
    }
    .cv-site-account-dropdown {
        display: none !important;
    }
}
@media (max-width: 600px) {
    .cv-site-account-link-desktop {
        display: none !important;
    }
    .cv-site-account-btn-mobile {
        display: inline-flex !important;
    }
}
/* Dropdown tetikleyici sadece mobilde görünür; masaüstünde gizli */
.cv-site-account-btn-mobile.cv-site-account-btn {
    display: none;
}
@media (max-width: 600px) {
    .cv-site-account-btn-mobile.cv-site-account-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 0;
        padding: 0;
        border-radius: 10px;
        border: 1px solid var(--cv-site-border);
        background: var(--cv-site-card);
        color: var(--cv-site-text);
        font-weight: 600;
        font-size: 0.95rem;
        cursor: pointer;
        transition: background 0.2s;
    }
    .cv-site-account-btn-mobile.cv-site-account-btn:hover {
        background: var(--cv-site-border);
    }
    .cv-site-account-btn-mobile.cv-site-account-btn > i.fa-user {
        font-size: 1rem;
        line-height: 1;
    }
    .cv-site-account-btn-mobile.cv-site-account-btn i.fa-chevron-down {
        font-size: 0.75rem;
        opacity: 0.8;
    }

    .cv-site-header-actions .cv-site-account-wrap .cv-site-account-btn-mobile.cv-site-account-btn {
        border: none;
        border-radius: 50%;
        background: rgba(100, 116, 139, 0.14);
        -webkit-backdrop-filter: blur(12px) saturate(1.2);
        backdrop-filter: blur(12px) saturate(1.2);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    }

    [data-theme="dark"] .cv-site-header-actions .cv-site-account-wrap .cv-site-account-btn-mobile.cv-site-account-btn {
        background: rgba(255, 255, 255, 0.09);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .cv-site-header-actions .cv-site-account-wrap .cv-site-account-btn-mobile.cv-site-account-btn:hover {
        background: rgba(100, 116, 139, 0.24);
    }

    [data-theme="dark"] .cv-site-header-actions .cv-site-account-wrap .cv-site-account-btn-mobile.cv-site-account-btn:hover {
        background: rgba(255, 255, 255, 0.15);
    }
}
.cv-site-account-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 6px;
    min-width: 200px;
    background: var(--cv-site-card);
    border: 1px solid var(--cv-site-border);
    border-radius: 10px;
    box-shadow: var(--cv-site-shadow);
    padding: 6px 0;
    z-index: 200;
    display: none;
}
.cv-site-account-dropdown.open {
    display: block;
}
.cv-site-account-dropdown a,
.cv-site-account-dropdown button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 16px;
    border: none;
    background: none;
    color: var(--cv-site-text);
    font-size: 0.95rem;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
}
.cv-site-account-dropdown a:hover,
.cv-site-account-dropdown button:hover {
    background: var(--cv-site-border);
}
.cv-site-account-dropdown .cv-site-dropdown-hr {
    height: 1px;
    background: var(--cv-site-border);
    margin: 6px 0;
}
.cv-site-account-dropdown button.cv-site-dropdown-logout {
    color: #dc2626;
}

.cv-site-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 10px;
    border: none;
    background: var(--cv-site-accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s;
}

.cv-site-login-btn:hover {
    background: var(--cv-site-accent-hover);
}

.cv-site-header-actions .cv-site-login-btn--icon {
    gap: 0;
    font-size: 1rem;
    line-height: 1;
}

.cv-site-header-actions .cv-site-login-btn {
    background: rgba(37, 99, 235, 0.22);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    backdrop-filter: blur(12px) saturate(1.2);
    box-shadow: none;
    transition: background 0.2s, border-color 0.2s, transform 0.2s ease;
}

[data-theme="dark"] .cv-site-header-actions .cv-site-login-btn {
    background: rgba(59, 130, 246, 0.28);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: none;
}

.cv-site-header-actions .cv-site-login-btn:hover {
    background: rgba(29, 78, 216, 0.45);
    border-color: rgba(255, 255, 255, 0.35);
    transform: scale(1.06);
    box-shadow: none;
}

[data-theme="dark"] .cv-site-header-actions .cv-site-login-btn:hover {
    background: rgba(59, 130, 246, 0.42);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.cv-site-auth-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cv-site-register-link {
    background: none;
    border: none;
    color: var(--cv-site-accent);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    padding: 6px 0;
    text-decoration: none;
}

.cv-site-register-link:hover {
    text-decoration: underline;
}

.cv-site-main {
    flex: 1;
}

.cv-site-hero {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 60px;
    text-align: center;
    min-height: calc(100vh - 120px);
}

/* Ana sayfa: navbar–hero boşluğu + flex ile taşan min-yükseklik kalkar, dikey kaydırma olmaz */
body.cv-site-home {
    min-height: 100vh;
    min-height: 100dvh;
}

body.cv-site-home .cv-site-header {
    padding: 8px 20px;
    flex-shrink: 0;
}

body.cv-site-home .cv-site-footer {
    flex-shrink: 0;
}

body.cv-site-home .cv-site-main {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

body.cv-site-home .cv-site-hero {
    flex: 1;
    min-height: 0;
    padding: 14px 20px 18px;
}

body.cv-site-home .cv-site-hero-row--split {
    gap: clamp(28px, 4.5vw, 56px);
}

body.cv-site-home .cvh-badge {
    margin-bottom: 16px;
}

body.cv-site-home .cvh-title {
    margin-bottom: 12px;
}

body.cv-site-home .cvh-desc {
    margin-bottom: 22px;
}

body.cv-site-home .cvh-stats {
    margin-top: 28px;
}

body.cv-site-home .cv-home-reviews__title {
    margin-bottom: 14px;
}

@media (max-width: 900px) {
    body.cv-site-home .cv-home-reviews--hero {
        padding-top: 16px;
    }
}

.cv-site-hero-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 4vw, 52px);
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
}

.cv-site-hero-row--split {
    gap: clamp(40px, 5.5vw, 76px);
}

.cv-site-hero-col--main {
    flex: 1 1 300px;
    max-width: 640px;
    min-width: 0;
}

.cv-site-hero-row--split .cv-site-hero-col--main {
    max-width: 520px;
}

.cv-site-hero-col--reviews {
    flex: 1 1 320px;
    max-width: 440px;
    min-width: 0;
}

@media (max-width: 900px) {
    .cv-site-hero-row--split {
        flex-direction: column;
        align-items: center;
    }

    .cv-site-hero-row--split .cv-site-hero-col--main,
    .cv-site-hero-row--split .cv-site-hero-col--reviews {
        max-width: 560px;
        width: 100%;
    }
}

.cv-home-reviews.cv-home-reviews--hero {
    padding: 0;
    overflow: visible;
}

.cv-home-reviews--hero .cv-home-reviews__inner {
    max-width: 100%;
    margin: 0 auto;
}

.cv-home-reviews--hero .cv-home-reviews__title {
    margin-bottom: 22px;
}

@media (max-width: 900px) {
    .cv-home-reviews--hero {
        padding-top: 28px;
        width: 100%;
    }
}

.cv-site-hero-inner {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cv-site-hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.2;
}

.cv-site-hero-highlight {
    color: var(--cv-site-accent);
}

.cv-site-hero-slogan {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--cv-site-accent);
    margin: 0 0 12px;
    letter-spacing: 0.02em;
}

.cv-site-hero-desc {
    color: var(--cv-site-muted);
    font-size: 1.1rem;
    margin: 0 0 32px;
}

.cv-site-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 12px;
    background: var(--cv-site-accent);
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}

.cv-site-cta:hover {
    background: var(--cv-site-accent-hover);
    transform: translateY(-2px);
}

/* ========== Anasayfa Hero (cvh) – badge, başlık, istatistikler, örnek kart, CTA ========== */
@keyframes cvh-fade-up {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes cvh-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.6; transform: scale(1.35); }
}

.cvh-hero-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.cvh-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--cv-site-card);
    border: 1px solid var(--cv-site-border);
    font-size: 12.5px;
    font-weight: 500;
    color: var(--cv-site-muted);
    margin-bottom: 28px;
    animation: cvh-fade-up 0.6s 0.05s ease both;
    opacity: 0;
}
.cvh-badge-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #22c55e;
    animation: cvh-pulse 2s infinite;
    flex-shrink: 0;
}

.cvh-title {
    font-family: Georgia, serif;
    font-size: clamp(2.4rem, 5.5vw, 3.6rem);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.025em;
    color: var(--cv-site-text);
    margin: 0 0 18px;
    animation: cvh-fade-up 0.6s 0.12s ease both;
    opacity: 0;
}
.cvh-title-em {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    color: var(--cv-site-accent);
}
.cvh-desc {
    font-size: 16px;
    color: var(--cv-site-muted);
    line-height: 1.7;
    margin: 0 auto 36px;
    max-width: 460px;
    animation: cvh-fade-up 0.6s 0.2s ease both;
    opacity: 0;
}

.cvh-cta-main {
    animation: cvh-fade-up 0.6s 0.28s ease both;
    opacity: 0;
}

.cvh-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    gap: 0;
    animation: cvh-fade-up 0.6s 0.36s ease both;
    opacity: 0;
}
.cvh-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 28px;
}
.cvh-stat-divider {
    width: 1px;
    height: 36px;
    background: var(--cv-site-border);
}
.cvh-stat-num {
    font-family: Georgia, serif;
    font-size: 1.85rem;
    font-weight: 400;
    color: var(--cv-site-text);
    letter-spacing: -0.02em;
    line-height: 1;
}
.cvh-stat-label {
    font-size: 12px;
    color: var(--cv-site-muted);
    margin-top: 5px;
    font-weight: 400;
    white-space: nowrap;
}

/* Ücretlendirme: geri sayım → Ücretsiz → etiket morph */
.cvh-stat-pricing {
    min-width: 100px;
    max-width: 200px;
}
.cvh-stat-label-pricing {
    white-space: normal;
    text-align: center;
    line-height: 1.35;
    transition: color 0.35s ease;
}
.cvh-stat-label-pricing.cvh-stat-label-pricing-done {
    color: var(--cv-site-accent);
    font-style: italic;
}
.cvh-stat-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-height: 2.2em;
}
.cvh-stat-price {
    transition: opacity 0.35s ease;
}
.cvh-stat-price.cvh-stat-price-done {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.cvh-stat-free {
    font-family: Georgia, serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--cv-site-accent);
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
}
.cvh-stat-free.cvh-stat-free-visible {
    opacity: 1;
    position: relative;
}
/* Örnek CV önizleme kartı */
.cvh-preview-wrap {
    margin-top: 48px;
    animation: cvh-fade-up 0.6s 0.44s ease both;
    opacity: 0;
}
.cvh-preview-card {
    display: inline-block;
    background: var(--cv-site-card);
    border: 1px solid var(--cv-site-border);
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: var(--cv-site-shadow);
    text-align: left;
    position: relative;
    min-width: 280px;
    max-width: 320px;
}
.cvh-preview-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.cvh-preview-avatar {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--cv-site-accent), #6366f1);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cvh-preview-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.cvh-preview-name {
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--cv-site-text);
}
.cvh-preview-loc {
    font-size: 0.8rem;
    color: var(--cv-site-muted);
}
.cvh-preview-loc i {
    margin-right: 4px;
    font-size: 0.75rem;
}
.cvh-preview-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}
.cvh-preview-tag {
    font-size: 0.7rem;
    padding: 4px 8px;
    background: var(--cv-site-bg);
    border: 1px solid var(--cv-site-border);
    border-radius: 6px;
    color: var(--cv-site-muted);
}
.cvh-preview-pdf {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    background: var(--cv-site-accent);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}
.cvh-preview-pdf:hover {
    background: var(--cv-site-accent-hover);
    color: #fff;
    transform: translateY(-1px);
}

/* Ana sayfa — kullanıcı yorumları (slider) */
.cv-home-reviews {
    position: relative;
    padding: 64px 20px 56px;
    overflow: hidden;
}
.cv-home-reviews__inner {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}
.cv-home-reviews__eyebrow {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--cv-site-accent);
    margin: 0 0 10px;
}
.cv-home-reviews__title {
    font-family: "Instrument Serif", Georgia, serif;
    text-align: center;
    font-size: clamp(1.85rem, 4vw, 2.35rem);
    font-weight: 400;
    font-style: italic;
    color: var(--cv-site-text);
    margin: 0 0 36px;
    letter-spacing: -0.02em;
}
.cv-home-reviews__viewport {
    display: block;
}
.cv-home-reviews__frame {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 20px;
}
.cv-home-reviews__track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.33, 1, 0.68, 1);
    will-change: transform;
}
.cv-home-reviews__slide {
    flex: 0 0 100%;
    min-width: 0;
    padding: 0 4px;
    box-sizing: border-box;
}

/* Ana sayfa yorum kartı — gündüz / gece (şablon uyarlaması) */
.cv-home-reviews .cv-review-card {
    --cv-rc-bg: #ffffff;
    --cv-rc-border: rgba(24, 95, 165, 0.15);
    --cv-rc-shadow: 0 4px 24px rgba(24, 95, 165, 0.08);
    --cv-rc-top-line: linear-gradient(90deg, transparent, rgba(24, 95, 165, 0.2), transparent);
    --cv-rc-avatar-bg: #e6f1fb;
    --cv-rc-avatar-border: rgba(24, 95, 165, 0.2);
    --cv-rc-avatar-text: #185fa5;
    --cv-rc-name: #0c2d4a;
    --cv-rc-meta: rgba(24, 95, 165, 0.45);
    --cv-rc-star-on: #378add;
    --cv-rc-star-off: rgba(24, 95, 165, 0.18);
    --cv-rc-quote: rgba(12, 44, 74, 0.72);
    --cv-rc-quote-border: rgba(24, 95, 165, 0.2);
    --cv-rc-footer-border: rgba(24, 95, 165, 0.1);
    --cv-rc-badge-text: #185fa5;
    --cv-rc-badge-bg: rgba(24, 95, 165, 0.08);
    --cv-rc-badge-border: rgba(24, 95, 165, 0.15);
    --cv-rc-verify: rgba(24, 95, 165, 0.4);
    max-width: 420px;
    margin: 0 auto;
    background: var(--cv-rc-bg);
    border: 1px solid var(--cv-rc-border);
    border-radius: 18px;
    padding: 28px 28px 24px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--cv-rc-shadow);
    box-sizing: border-box;
    min-height: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
[data-theme="dark"] .cv-home-reviews .cv-review-card {
    --cv-rc-bg: #040f1e;
    --cv-rc-border: rgba(50, 160, 220, 0.22);
    --cv-rc-shadow: 0 0 40px rgba(0, 100, 180, 0.12), 0 2px 24px rgba(0, 0, 0, 0.5);
    --cv-rc-top-line: linear-gradient(90deg, transparent, rgba(77, 202, 240, 0.38), transparent);
    --cv-rc-avatar-bg: #0a2e52;
    --cv-rc-avatar-border: rgba(77, 202, 240, 0.3);
    --cv-rc-avatar-text: #7dd4f5;
    --cv-rc-name: #c8e8f8;
    --cv-rc-meta: rgba(100, 170, 210, 0.5);
    --cv-rc-star-on: #4dcaf0;
    --cv-rc-star-off: rgba(60, 120, 160, 0.28);
    --cv-rc-quote: rgba(170, 215, 240, 0.78);
    --cv-rc-quote-border: rgba(50, 160, 220, 0.28);
    --cv-rc-footer-border: rgba(50, 130, 180, 0.14);
    --cv-rc-badge-text: #3ab8e0;
    --cv-rc-badge-bg: rgba(30, 100, 160, 0.18);
    --cv-rc-badge-border: rgba(50, 160, 220, 0.2);
    --cv-rc-verify: rgba(80, 180, 220, 0.45);
}
.cv-home-reviews .cv-review-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--cv-rc-top-line);
    pointer-events: none;
}
.cv-review-card__reviewer {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}
.cv-review-card__avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    flex-shrink: 0;
    box-sizing: border-box;
    transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}
.cv-review-card__avatar--initials {
    background: var(--cv-rc-avatar-bg);
    border: 1.5px solid var(--cv-rc-avatar-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--cv-rc-avatar-text);
    line-height: 1;
}
.cv-review-card__avatar--photo {
    border: 1.5px solid var(--cv-rc-avatar-border);
    overflow: hidden;
    background: var(--cv-rc-avatar-bg);
    padding: 0;
}
.cv-review-card__avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cv-review-card__info {
    flex: 1;
    min-width: 0;
}
.cv-review-card__name {
    margin: 0 0 3px;
    font-weight: 700;
    font-size: 15px;
    color: var(--cv-rc-name);
    line-height: 1.25;
    transition: color 0.35s ease;
}
.cv-review-card__meta {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--cv-rc-meta);
    transition: color 0.35s ease;
}
.cv-review-card__stars {
    display: flex;
    gap: 3px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1;
}
.cv-review-card__star--on {
    color: var(--cv-rc-star-on);
}
.cv-review-card__star--off {
    color: var(--cv-rc-star-off);
}
.cv-review-card__quote {
    margin: 0 0 20px;
    padding: 0;
    border: none;
}
.cv-review-card__quote p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--cv-rc-quote);
    border-left: 2px solid var(--cv-rc-quote-border);
    padding-left: 14px;
    transition: color 0.35s ease, border-color 0.35s ease;
}
.cv-review-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    border-top: 0.5px solid var(--cv-rc-footer-border);
    padding-top: 16px;
    transition: border-color 0.35s ease;
}
.cv-review-card__badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--cv-rc-badge-text);
    background: var(--cv-rc-badge-bg);
    border: 0.5px solid var(--cv-rc-badge-border);
    padding: 4px 10px;
    border-radius: 20px;
    transition: color 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}
.cv-review-card__verify {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: var(--cv-rc-verify);
    transition: color 0.35s ease;
}
.cv-review-card__verify-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2ab87a;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .cv-home-reviews__slide {
        padding: 0;
    }
    .cv-home-reviews .cv-review-card {
        padding: 22px 20px 20px;
    }
}

/* CTA Banner */
.cvh-cta-banner-wrap {
    padding: 0 24px 90px;
    max-width: 948px;
    margin: 0 auto;
}
.cvh-cta-banner {
    background: var(--cv-cta-banner-bg);
    border: 1px solid var(--cv-site-border);
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cvh-cta-glow {
    position: absolute;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: var(--cv-cta-banner-glow);
    filter: blur(55px);
    pointer-events: none;
}
.cvh-cta-glow-1 { top: -80px; right: -30px; }
.cvh-cta-glow-2 { bottom: -80px; left: -30px; }
.cvh-cta-title {
    font-family: Georgia, serif;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 400;
    color: var(--cv-cta-banner-title);
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    position: relative; z-index: 1;
}
.cvh-cta-title em {
    font-style: italic;
    color: var(--cv-cta-banner-em);
}
.cvh-cta-desc {
    color: var(--cv-cta-banner-desc);
    font-size: 15.5px;
    margin: 0 0 32px;
    position: relative; z-index: 1;
}
.cvh-btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    position: relative;
    z-index: 1;
}
.cvh-btn-cta-light {
    background: var(--cv-cta-btn-bg);
    color: var(--cv-cta-btn-color);
    border: none;
}
.cvh-btn-cta-light:hover {
    background: var(--cv-cta-btn-hover-bg);
    color: var(--cv-cta-btn-color);
    transform: translateY(-2px);
}

.cv-site-features {
    padding: 48px 20px 56px;
}

.cv-site-features-inner {
    max-width: 900px;
    margin: 0 auto;
}

.cv-site-features-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 32px;
}

.cv-site-feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.cv-site-feature-card {
    background: var(--cv-site-card);
    border: 1px solid var(--cv-site-border);
    border-radius: 14px;
    padding: 24px;
    box-shadow: var(--cv-site-shadow);
}

.cv-site-feature-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.12);
    color: var(--cv-site-accent);
    border-radius: 10px;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.cv-site-feature-card h3 {
    font-size: 1.1rem;
    margin: 0 0 8px;
}

.cv-site-feature-card p {
    color: var(--cv-site-muted);
    font-size: 0.9rem;
    margin: 0;
}

.cv-site-footer {
    padding: 1.25rem 20px;
    text-align: center;
    border-top: 1px solid var(--cv-site-border);
    background: var(--cv-site-bg);
    color: var(--cv-site-muted);
    font-size: 0.875rem;
}

.cv-site-footer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.75rem;
}

.cv-site-footer a {
    color: var(--cv-site-accent);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.cv-site-footer a:hover {
    color: var(--cv-site-accent-hover, var(--cv-site-accent));
    text-decoration: none;
    opacity: 0.9;
}

.cv-site-footer .cv-site-footer-inner span {
    color: var(--cv-site-border);
    user-select: none;
}

/* Gizlilik / KVK sayfası */
.cv-site-page .cv-page-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}
.cv-site-page .cv-page-title {
    font-size: 1.75rem;
    margin: 0 0 0.5rem;
}
.cv-site-page .cv-page-updated {
    color: var(--cv-site-muted);
    font-size: 0.9rem;
    margin: 0 0 1.5rem;
}
.cv-site-page .cv-page-intro {
    margin: 0 0 1rem;
    line-height: 1.6;
}
.cv-site-page .cv-page-intro-list {
    margin: 0 0 0.5rem;
    font-weight: 500;
    color: var(--cv-site-text);
}
.cv-site-page .cv-page-principles {
    margin: 0 0 2rem;
    padding-left: 1.5rem;
}
.cv-site-page .cv-page-principles li {
    margin-bottom: 0.4rem;
    line-height: 1.5;
}
.cv-site-page .cv-page-section {
    margin-bottom: 1.75rem;
}
.cv-site-page .cv-page-section h2 {
    font-size: 1.15rem;
    margin: 0 0 0.5rem;
}
.cv-site-page .cv-page-section p,
.cv-site-page .cv-page-section ul {
    margin: 0 0 0.75rem;
}
.cv-site-page .cv-page-section ul {
    padding-left: 1.5rem;
}
.cv-site-page .cv-page-back {
    margin-top: 2.5rem;
}
.cv-site-page .cv-page-back a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1rem;
    color: var(--cv-site-accent);
    background: transparent;
    border: 1px solid var(--cv-site-border);
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.cv-site-page .cv-page-back a:hover {
    color: var(--cv-site-accent-hover, var(--cv-site-accent));
    border-color: var(--cv-site-accent);
    background: var(--cv-site-accent-soft, rgba(37, 99, 235, 0.08));
}
.cv-site-page .cv-page-section a {
    color: var(--cv-site-accent);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.cv-site-page .cv-page-section a:hover {
    color: var(--cv-site-accent-hover, var(--cv-site-accent));
    border-bottom-color: currentColor;
}

/* Kayıt formu KVK onayı — grid: kutu sabit, metin kalan genişliği doldurur (flex daralma hatası olmaz) */
.cv-site-kvk-wrap {
    margin-top: 0.25rem;
    margin-bottom: 4px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.cv-site-kvk-consent {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px 12px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.cv-site-kvk-consent input[type="checkbox"] {
    width: 1.15rem;
    height: 1.15rem;
    min-width: 1.15rem;
    margin: 0.2rem 0 0 0;
    padding: 0;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: var(--cv-site-accent, #2563eb);
}

.cv-site-auth-form .cv-site-kvk-label-text,
.cv-site-kvk-label-text {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--cv-site-muted);
    cursor: pointer;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
    -webkit-hyphens: auto;
    min-width: 0;
    max-width: 100%;
}

.cv-site-kvk-label-text a {
    color: var(--cv-site-accent);
    text-decoration: none;
    font-weight: 500;
}

.cv-site-kvk-label-text a:hover {
    text-decoration: underline;
}

@media (max-width: 400px) {
    .cv-site-kvk-consent {
        gap: 8px 10px;
        grid-template-columns: auto minmax(0, 1fr);
    }
    .cv-site-auth-form .cv-site-kvk-label-text,
    .cv-site-kvk-label-text {
        font-size: 0.82rem;
        line-height: 1.45;
    }
}

/* Modal */
.cv-site-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
}

.cv-site-modal[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
}

.cv-site-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.cv-site-modal-box {
    position: relative;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    /* Kaydırma çubuğu görünmez; içerik yine fare/teker/parmakla kaydırılabilir */
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: var(--cv-site-card);
    border-radius: 16px;
    border: 1px solid var(--cv-site-border);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    padding: 24px;
    box-sizing: border-box;
}

.cv-site-modal-box::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

@media (max-width: 480px) {
    .cv-site-modal {
        padding: 10px;
    }
    .cv-site-modal-box {
        padding: 18px 16px 20px;
        max-width: 100%;
        max-height: min(90vh, 100dvh - 20px);
    }
    .cv-site-modal-header-centered {
        padding-left: 28px;
        padding-right: 28px;
    }
}

.cv-site-modal-header {
    position: relative;
    padding-right: 32px;
    margin-bottom: 20px;
}

.cv-site-modal-header-centered {
    text-align: center;
    padding-left: 32px;
}

.cv-site-modal-title {
    font-size: 1.35rem;
    margin: 0 0 8px;
}

.cv-site-modal-desc {
    color: var(--cv-site-muted);
    font-size: 0.9rem;
    margin: 0;
}

.cv-site-modal-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    color: var(--cv-site-muted);
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 8px;
    line-height: 1;
}

.cv-site-modal-close:hover {
    background: var(--cv-site-border);
    color: var(--cv-site-text);
}

.cv-site-auth-panel {
    display: block;
}

.cv-site-auth-panel.cv-u-hidden {
    display: none !important;
}

.cv-site-auth-form {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.cv-site-auth-form .cv-site-field {
    margin-bottom: 16px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Alan etiketleri (KVK metin etiketi .cv-site-kvk-label-text ayrı kurallarda) */
.cv-site-auth-form label:not(.cv-site-kvk-label-text) {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 6px;
}

/* Input + sol ikon (musteri.haswave.com/login ile aynı: ikon 1rem, yazı 2.75rem’den başlar) */
.cv-site-input-icon {
    position: relative;
    display: block;
}
.cv-site-input-icon .cv-site-input-icon-i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--cv-site-muted);
    font-size: 1rem;
    pointer-events: none;
    width: 1em;
    text-align: center;
}
.cv-site-input-icon .cv-site-input-icon-i i {
    display: block;
}
.cv-site-auth-form .cv-site-input-icon input {
    padding: 0.875rem 1rem 0.875rem 2.75rem;
}
.cv-site-auth-form input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--cv-site-border);
    border-radius: 12px;
    background: var(--cv-site-bg);
    color: var(--cv-site-text);
    font-size: 1rem;
}

.cv-site-auth-form input::placeholder {
    color: var(--cv-site-muted);
}
.cv-site-auth-form input:focus {
    outline: none;
    border-color: var(--cv-site-accent);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.cv-site-password-wrap input {
    padding-right: 2.75rem;
}
.cv-site-password-toggle {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: var(--cv-site-muted);
    cursor: pointer;
    font-size: 1rem;
    border-radius: 6px;
    padding: 0;
}
.cv-site-password-toggle:hover {
    color: var(--cv-site-accent);
    background: rgba(37, 99, 235, 0.08);
}

.cv-site-btn {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 8px;
}

.cv-site-btn-primary {
    background: var(--cv-site-accent);
    color: #fff;
}

.cv-site-btn-primary:hover {
    background: var(--cv-site-accent-hover);
}

.cv-site-btn-ghost {
    background: transparent;
    color: var(--cv-site-text);
    border: 1px solid var(--cv-site-border);
}
.cv-site-btn-ghost:hover {
    background: var(--cv-site-border);
}

.cv-site-auth-buttons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}
.cv-site-auth-buttons .cv-site-btn {
    flex: 1;
    width: auto;
    margin-top: 0;
}

.cv-site-auth-hint {
    margin-top: 16px;
    font-size: 0.8rem;
    color: var(--cv-site-muted);
}

.cv-site-auth-hint a {
    color: var(--cv-site-accent);
    text-decoration: none;
}

.cv-site-auth-hint a:hover {
    text-decoration: underline;
}

.cv-site-auth-switch {
    text-align: center;
    margin-top: 16px;
    font-size: 0.9rem;
    color: var(--cv-site-muted);
}

.cv-site-auth-switch-btn {
    background: none;
    border: none;
    color: var(--cv-site-accent);
    font-weight: 600;
    cursor: pointer;
    padding: 0 4px;
}

.cv-site-auth-switch-btn:hover {
    text-decoration: underline;
}

.cv-site-forgot-wrap {
    margin: 8px 0 0;
    font-size: 0.9rem;
}
.cv-site-forgot-btn {
    background: none;
    border: none;
    color: var(--cv-site-accent);
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
}
.cv-site-forgot-btn:hover {
    text-decoration: underline;
}
.cv-site-forgot-desc {
    margin-bottom: 16px;
}

.cv-site-forgot-password-section {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--cv-site-border);
}

.cv-site-text-center { text-align: center; }

.cv-site-email-wrap {
    position: relative;
}
.cv-site-verify-actions {
    margin-top: 12px;
}
.cv-site-resend-wrap {
    text-align: center;
    margin: 12px 0 0;
    font-size: 0.9rem;
    color: var(--cv-site-muted);
}
.cv-site-resend-btn {
    background: none;
    border: none;
    color: var(--cv-site-accent);
    font-weight: 500;
    cursor: pointer;
    padding: 0 6px;
}
.cv-site-resend-btn:hover:not(:disabled) {
    text-decoration: underline;
}
.cv-site-resend-btn:disabled {
    color: var(--cv-site-muted);
    cursor: not-allowed;
}
.cv-site-resend-countdown {
    margin-left: 4px;
}

.cv-site-email-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 4px 0 0;
    padding: 8px 0;
    list-style: none;
    background: var(--cv-site-card);
    border: 1px solid var(--cv-site-border);
    border-radius: 10px;
    box-shadow: var(--cv-site-shadow);
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
}

.cv-site-email-suggestions.hidden {
    display: none !important;
}

.cv-site-email-suggestions li {
    padding: 10px 14px;
    cursor: pointer;
    font-size: 0.95rem;
}

.cv-site-email-suggestions li:hover,
.cv-site-email-suggestions li.active {
    background: var(--cv-site-bg);
    color: var(--cv-site-accent);
}

.cv-site-pass-badge {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 999px;
}

.cv-site-pass-badge.cv-site-pass-ok {
    background: rgba(22, 163, 74, 0.15);
    color: #15803d;
}

.cv-site-pass-badge.cv-site-pass-fail {
    background: rgba(185, 28, 28, 0.12);
    color: #b91c1c;
}

.cv-site-code-inputs {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 16px;
}

.cv-site-code-box {
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    border: 1px solid var(--cv-site-border);
    border-radius: 10px;
    background: var(--cv-site-bg);
    color: var(--cv-site-text);
}

.cv-site-code-box:focus {
    outline: none;
    border-color: var(--cv-site-accent);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* Alert: üstte ortada — mobil / dar ekranda köşede sıkışmaz */
#cvSiteAlertBox {
    position: fixed;
    top: max(16px, env(safe-area-inset-top, 0px));
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 10000;
    width: min(420px, calc(100vw - 24px));
    max-width: min(420px, calc(100vw - 24px));
    box-sizing: border-box;
}

#cvSiteAlertBox .alert {
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    animation: cv-site-alert-slide-in 0.3s ease-out;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

#cvSiteAlertBox .alert.fade-out {
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

@keyframes cv-site-alert-slide-in {
    from { opacity: 0; transform: translateY(-12px); }
    to { opacity: 1; transform: translateY(0); }
}

#cvSiteAlertBox .alert-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

#cvSiteAlertBox .alert-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

#cvSiteAlertBox .alert-message {
    font-size: 0.875rem;
    margin: 0;
    opacity: 0.95;
}

#cvSiteAlertBox .alert-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.25rem;
}

#cvSiteAlertBox .alert-error {
    background: #dc3545;
    color: #fff;
}

#cvSiteAlertBox .alert-error .alert-icon {
    background: rgba(255, 255, 255, 0.2);
}

#cvSiteAlertBox .alert-success {
    background: #28a745;
    color: #fff;
}

#cvSiteAlertBox .alert-success .alert-icon {
    background: rgba(255, 255, 255, 0.2);
}

#cvSiteAlertBox .alert-warning {
    background: #ffc107;
    color: #212529;
}

#cvSiteAlertBox .alert-warning .alert-icon {
    background: rgba(0, 0, 0, 0.1);
}

#cvSiteAlertBox .alert-info {
    background: #17a2b8;
    color: #fff;
}

#cvSiteAlertBox .alert-info .alert-icon {
    background: rgba(255, 255, 255, 0.2);
}

/* SweetAlert2 toast — giriş/çıkış ve formlar (cv-site.js showAlert) */
.cv-site-swal-toast.swal2-popup {
    border-radius: 12px !important;
    padding: 12px 16px !important;
    box-shadow: none !important;
    border: 1px solid var(--cv-site-border) !important;
    background: var(--cv-site-card) !important;
    color: var(--cv-site-text) !important;
    max-width: min(420px, calc(100vw - 24px)) !important;
}

html[data-theme="dark"] .cv-site-swal-toast.swal2-popup {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35) !important;
}

.cv-site-swal-toast-title.swal2-title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-align: start !important;
}

.cv-site-swal-toast.swal2-popup .swal2-timer-progress-bar {
    background: var(--cv-site-accent) !important;
}

/*
 * Giriş / çıkış toast: üst navbarın altında (sticky header ~64px + nefes).
 * SWAL11 bazen swal2-top vermiyor; tüm toast container + :has yedek.
 */
:root {
    --cv-site-toast-below-header: calc(96px + env(safe-area-inset-top, 0px));
}

.swal2-container.swal2-toast-shown {
    padding-top: var(--cv-site-toast-below-header) !important;
    box-sizing: border-box;
    z-index: 120000 !important;
}

.swal2-container:has(.cv-site-swal-toast) {
    padding-top: var(--cv-site-toast-below-header) !important;
    box-sizing: border-box;
    z-index: 120000 !important;
}

@media (max-width: 600px) {
    .cv-site-nav { display: none; }
    .cv-site-hero { padding: 60px 16px 48px; }
    body.cv-site-home .cv-site-hero {
        padding: 18px 16px 14px;
    }
    body.cv-site-home .cvh-stats {
        margin-top: 20px;
    }
    body.cv-site-home .cv-home-reviews.cv-home-reviews--hero {
        padding-top: 20px;
    }
    .cv-site-auth-wrap { flex-wrap: wrap; justify-content: flex-end; }
    .cvh-stats { flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 32px; }
    .cvh-stat-divider { display: none; }
    .cvh-stat { padding: 0 16px; }
    .cvh-preview-card { min-width: 0; width: 100%; max-width: 100%; }
    .cvh-cta-banner-wrap { padding: 0 16px 60px; }
    .cvh-cta-banner { padding: 40px 24px; }
    .cv-home-reviews:not(.cv-home-reviews--hero) { padding: 48px 16px 40px; }
    .cv-home-reviews.cv-home-reviews--hero { padding: 32px 0 0; }
    .cv-home-reviews__title { margin-bottom: 28px; }
}

/* ========== Panel (müşteri hesap alanı - giris.haswave.com minimal yapı) ========== */
.cv-panel-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: var(--cv-panel-header-height);
    min-height: var(--cv-panel-header-height);
    box-sizing: border-box;
    padding: 12px 20px;
    background: var(--cv-site-bg);
    border-bottom: 1px solid var(--cv-site-border);
}

.cv-panel-header .cv-site-header-inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cv-panel-header .cv-site-header-actions {
    margin-left: auto;
}

.cv-panel-wrapper {
    padding-top: var(--cv-panel-header-height);
    min-height: 100vh;
    background: var(--cv-site-bg);
}

.cv-panel-layout {
    display: block;
    min-height: calc(100vh - var(--cv-panel-header-height));
}

.cv-panel-sidebar {
    position: fixed;
    top: var(--cv-panel-header-height);
    left: 0;
    width: var(--cv-sidebar-width);
    height: calc(100vh - var(--cv-panel-header-height));
    background: var(--cv-site-card);
    border-right: 1px solid var(--cv-site-border);
    padding: 16px 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
}

.cv-panel-sidebar .cv-panel-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: var(--cv-site-text);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s, color 0.15s;
    border-radius: 0;
    margin: 0;
}

.cv-panel-sidebar .cv-panel-nav-item:hover {
    background: var(--cv-site-border);
}

.cv-panel-sidebar .cv-panel-nav-item.active {
    background: rgba(37, 99, 235, 0.1);
    color: var(--cv-site-accent);
    border-right: 3px solid var(--cv-site-accent);
}

.cv-panel-main {
    margin-left: 0;
    padding: 2rem 24px;
    min-height: calc(100vh - var(--cv-panel-header-height));
    background: var(--cv-site-bg);
}

/* Tek sayfa panel: ortalanmış, modern minimal */
.cv-panel-main-centered {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* User/TasarimBaglantisi — create ?view=1 iframe tam genişlik (dar şerit / boş önizleme önlenir) */
.cv-tasarim-onizleme-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    align-items: stretch;
}

.cv-panel-main.cv-tasarim-onizleme {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 0 !important;
    margin: 0;
    max-width: none !important;
    width: 100%;
    /* min-width:0 flex çocuğunu yatayda sıkıştırıp iframe’i “ince şerit” yapıyordu */
    min-width: 100%;
    align-self: stretch;
    min-height: calc(100vh - var(--cv-panel-header-height));
    box-sizing: border-box;
}

/* width:1px + min-width:100% flex hilesi ilk karede iframe’i ~1px yapıp içerikte 100vw/ölçek kırılıyordu */
.cv-tasarim-onizleme-iframe {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-self: stretch;
    min-height: 0;
    height: calc(100dvh - var(--cv-panel-header-height));
    border: 0;
    display: block;
    background: var(--cv-site-bg);
}

@media (max-width: 1023px) {
    body.cv-has-bottom-nav .cv-tasarim-onizleme-iframe {
        height: calc(100dvh - var(--cv-panel-header-height) - 72px - env(safe-area-inset-bottom, 0px));
    }
}

.cv-panel-home {
    padding: 0;
}

.cv-panel-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 28px;
}

.cv-panel-cards .cv-panel-stat-card {
    margin-bottom: 0;
}

.cv-panel-stat-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--cv-site-muted);
    margin-bottom: 6px;
}

.cv-panel-activity-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.cv-panel-activity-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    color: var(--cv-site-text);
}

.cv-panel-activity-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--cv-site-border);
}

.cv-panel-activity-item:last-child {
    border-bottom: none;
}

.cv-panel-activity-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.cv-panel-activity-icon-create {
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
}

[data-theme="dark"] .cv-panel-activity-icon-create {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.cv-panel-activity-icon-edit {
    background: rgba(59, 130, 246, 0.12);
    color: #2563eb;
}

[data-theme="dark"] .cv-panel-activity-icon-edit {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
}

.cv-panel-activity-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    text-align: left;
}

.cv-panel-activity-date {
    font-size: 0.6875rem;
    line-height: 1.25;
    color: var(--cv-site-muted);
    font-weight: 500;
    letter-spacing: 0.04em;
    opacity: 0.9;
}

.cv-panel-activity-text {
    width: 100%;
    min-width: 0;
    font-size: 0.875rem;
    line-height: 1.45;
    font-weight: 500;
    color: var(--cv-site-text);
}

.cv-panel-activity-empty {
    font-size: 0.9rem;
    color: var(--cv-site-muted);
    padding: 16px 0;
}

.cv-panel-section-title {
    margin: 0 0 16px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--cv-site-text);
}

.cv-panel-review-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 16px 18px;
    background: var(--cv-site-card);
    border: 1px solid var(--cv-site-border);
    border-radius: 14px;
    box-shadow: var(--cv-site-shadow);
}
.cv-panel-review-cta-inner {
    flex: 1;
    min-width: 200px;
}
.cv-panel-review-cta-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--cv-site-text);
}
.cv-panel-review-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 11px 18px;
    border: none;
    border-radius: 10px;
    background: var(--cv-site-accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.92rem;
    cursor: pointer;
    transition: background 0.2s;
}
.cv-panel-review-cta-btn:hover {
    background: var(--cv-site-accent-hover);
}
.cv-panel-review-cta-btn:focus-visible {
    outline: 2px solid var(--cv-site-accent);
    outline-offset: 2px;
}
@media (max-width: 520px) {
    .cv-panel-review-cta {
        flex-direction: column;
        align-items: stretch;
    }
    .cv-panel-review-cta-btn {
        width: 100%;
    }
}

/* Görüşünü paylaşmış kullanıcı — teşekkür kartı */
.cv-panel-review-thanks-card {
    position: relative;
    margin: 0 0 22px;
    border-radius: 16px;
    border: 1px solid var(--cv-site-border);
    background: var(--cv-site-card);
    box-shadow: var(--cv-site-shadow);
    overflow: hidden;
}
.cv-panel-review-thanks-card__accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(
        180deg,
        var(--cv-site-accent) 0%,
        color-mix(in srgb, var(--cv-site-accent) 65%, #16a34a) 100%
    );
    pointer-events: none;
}
.cv-panel-review-thanks-card__main {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 22px 20px 26px;
}
.cv-panel-review-thanks-card__icon-wrap {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    color: #fff;
    background: linear-gradient(145deg, var(--cv-site-accent), color-mix(in srgb, var(--cv-site-accent) 75%, #0f172a));
    box-shadow: 0 6px 18px color-mix(in srgb, var(--cv-site-accent) 35%, transparent);
}
[data-theme="dark"] .cv-panel-review-thanks-card__icon-wrap {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.cv-panel-review-thanks-card__copy {
    min-width: 0;
    flex: 1;
    padding-top: 2px;
}
.cv-panel-review-thanks-card__title {
    margin: 0 0 8px;
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--cv-site-text);
    line-height: 1.25;
}
.cv-panel-review-thanks-card__desc {
    margin: 0 0 12px;
    font-size: 0.9rem;
    color: var(--cv-site-muted);
    line-height: 1.55;
}
.cv-panel-review-thanks-card__stars {
    display: flex;
    gap: 5px;
    font-size: 0.88rem;
    color: #f59e0b;
}
.cv-panel-review-thanks-card__stars .fa-star.is-off {
    opacity: 0.32;
    color: var(--cv-site-border);
}
[data-theme="dark"] .cv-panel-review-thanks-card__stars .fa-star.is-off {
    opacity: 0.45;
    color: #64748b;
}
@media (max-width: 520px) {
    .cv-panel-review-thanks-card__main {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 22px 18px 20px;
    }
    .cv-panel-review-thanks-card__copy {
        padding-top: 0;
    }
    .cv-panel-review-thanks-card__stars {
        justify-content: center;
    }
}

.cv-panel-review-modal.cv-site-modal {
    z-index: 1100;
}
.cv-panel-review-modal-box.cv-site-modal-box {
    max-width: 520px;
}

.cv-panel-review {
    margin-bottom: 28px;
}
.cv-panel-review-locked {
    background: var(--cv-site-card);
    border: 1px solid var(--cv-site-border);
    border-radius: 12px;
    padding: 18px 20px;
    font-size: 0.9rem;
    color: var(--cv-site-muted);
    line-height: 1.5;
}
.cv-panel-review-locked a {
    color: var(--cv-site-accent);
    font-weight: 500;
}
.cv-panel-review-form-wrap {
    background: var(--cv-site-card);
    border: 1px solid var(--cv-site-border);
    border-radius: 14px;
    padding: 22px 20px 20px;
    box-shadow: var(--cv-site-shadow);
}
.cv-panel-review-hint {
    margin: 0 0 18px;
    font-size: 0.86rem;
    color: var(--cv-site-muted);
    line-height: 1.55;
}
.cv-panel-review-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--cv-site-muted);
    margin-bottom: 10px;
}
.cv-panel-review-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.cv-panel-review-star {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: var(--cv-site-border);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.15s, background 0.15s, transform 0.1s;
}
.cv-panel-review-star:hover {
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.1);
}
.cv-panel-review-star.is-active {
    color: #f59e0b;
}
.cv-panel-review-star:focus-visible {
    outline: 2px solid var(--cv-site-accent);
    outline-offset: 2px;
}
.cv-panel-review-textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid var(--cv-site-border);
    background: var(--cv-site-bg);
    color: var(--cv-site-text);
    font-family: inherit;
    font-size: 0.92rem;
    line-height: 1.5;
    resize: vertical;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.cv-panel-review-textarea:focus {
    outline: none;
    border-color: var(--cv-site-accent);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
[data-theme="dark"] .cv-panel-review-textarea:focus {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}
.cv-panel-review-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}
.cv-panel-review-count {
    font-size: 0.8rem;
    color: var(--cv-site-muted);
}
.cv-panel-review-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    border: none;
    border-radius: 10px;
    background: var(--cv-site-accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.92rem;
    cursor: pointer;
    transition: background 0.2s;
}
.cv-panel-review-submit:hover {
    background: var(--cv-site-accent-hover);
}
.cv-panel-review-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.cv-panel-page {
    display: none;
    max-width: 900px;
}

.cv-panel-page.active {
    display: block;
}

.cv-panel-page h2 {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 600;
}

.cv-panel-page .cv-panel-desc {
    color: var(--cv-site-muted);
    margin-bottom: 24px;
    font-size: 0.9rem;
}

.cv-panel-stat-card {
    background: var(--cv-site-card);
    border: 1px solid var(--cv-site-border);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.cv-panel-stat-card .cv-panel-stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--cv-site-accent);
}
/* Kayıtlarım - minimal tablo (customers.php gibi) */
.cv-panel-table-wrap {
    background: var(--cv-site-card);
    border: 1px solid var(--cv-site-border);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}
.cv-panel-table {
    width: 100%;
    border-collapse: collapse;
}
.cv-panel-table thead {
    background: var(--cv-site-bg);
    border-bottom: 1px solid var(--cv-site-border);
}
.cv-panel-table th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--cv-site-muted);
}
.cv-panel-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--cv-site-border);
    font-size: 0.9rem;
    color: var(--cv-site-text);
}
.cv-panel-table tbody tr:last-child td {
    border-bottom: none;
}
.cv-panel-table tbody tr:hover {
    background: var(--cv-site-bg);
}
.cv-panel-table-actions {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.cv-panel-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 6px;
    border: none;
    background: transparent;
    color: var(--cv-site-muted);
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    font-size: 0.85rem;
    transition: background 0.15s, color 0.15s;
}
.cv-panel-btn-icon:hover {
    background: var(--cv-site-border);
    color: var(--cv-site-text);
}
.cv-panel-btn-icon.cv-panel-btn-icon-disabled {
    cursor: default;
    opacity: 0.45;
}
.cv-panel-btn-icon.cv-panel-btn-share:hover {
    color: var(--cv-site-accent);
}
.cv-panel-btn-icon.cv-panel-btn-edit {
    color: var(--cv-site-accent);
}
.cv-panel-btn-icon.cv-panel-btn-edit:hover {
    background: rgba(37, 99, 235, 0.12);
    color: var(--cv-site-accent);
}
.cv-panel-btn-icon.cv-panel-btn-danger {
    color: var(--cv-site-muted);
}
.cv-panel-btn-icon.cv-panel-btn-danger:hover {
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
}
.cv-panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cv-panel-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: var(--cv-site-card);
    border: 1px solid var(--cv-site-border);
    border-radius: 10px;
    margin-bottom: 12px;
}
.cv-panel-list li .cv-panel-list-title {
    font-weight: 600;
}
.cv-panel-list li .cv-panel-list-meta {
    font-size: 0.85rem;
    color: var(--cv-site-muted);
    margin-top: 4px;
}
.cv-panel-list-actions {
    display: flex;
    gap: 8px;
}
.cv-panel-list-actions a,
.cv-panel-list-actions button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
    text-decoration: none;
    border: 1px solid var(--cv-site-border);
    background: var(--cv-site-bg);
    color: var(--cv-site-text);
    cursor: pointer;
    font-family: inherit;
}
.cv-panel-list-actions a:hover,
.cv-panel-list-actions button:hover {
    background: var(--cv-site-border);
}
.cv-panel-list-actions a.cv-panel-btn-primary {
    background: var(--cv-site-accent);
    color: #fff;
    border-color: var(--cv-site-accent);
}
.cv-panel-list-actions a.cv-panel-btn-primary:hover {
    background: var(--cv-site-accent-hover);
}
.cv-panel-empty {
    text-align: center;
    padding: 48px 24px;
    color: var(--cv-site-muted);
}

.cv-panel-empty a {
    color: var(--cv-site-accent);
    text-decoration: none;
}

.cv-panel-empty a:hover {
    text-decoration: underline;
}

.cv-panel-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 18px;
    background: var(--cv-site-text);
    color: var(--cv-site-bg);
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 8px;
    box-shadow: var(--cv-site-shadow);
    z-index: 1200;
    pointer-events: none;
}

/* Mobil alt gezinme (z-index ~800) üstünde; çubuğa yapışmasın */
@media (max-width: 768px) {
    body.cv-has-bottom-nav .cv-panel-toast {
        bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    }
}

@media (max-width: 1024px) {
    .cv-panel-sidebar {
        width: 72px;
        padding: 16px 0;
    }
    .cv-panel-sidebar .cv-panel-nav-item span {
        display: none;
    }
    .cv-panel-sidebar .cv-panel-nav-item {
        justify-content: center;
        padding: 14px;
    }
    .cv-panel-main {
        padding: 1.25rem 16px;
    }
    .cv-panel-main-centered {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .cv-panel-sidebar {
        width: 72px;
    }
    .cv-panel-main {
        padding: 1rem 16px;
    }
    .cv-panel-cards {
        grid-template-columns: 1fr;
    }
    /* Kayıtlı CV: Tarih sütunu gizli, İşlemler yan yana sığar */
    .cv-panel-table th.cv-panel-table-date,
    .cv-panel-table td.cv-panel-table-date {
        display: none !important;
    }
    .cv-panel-table th,
    .cv-panel-table td {
        padding: 10px 12px;
    }
    .cv-panel-table-actions {
        flex-wrap: nowrap;
        gap: 2px;
    }
    .cv-panel-btn-icon {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }
}

/* Mobil + girişli: üst bardaki kalem ve hesap (alt nav ile tekrarlanıyor); önizleme araç çubuğu hariç */
@media (max-width: 768px) {
    body.cv-has-bottom-nav .cv-site-header:not(.cv-view-toolbar) .cv-site-create-btn-icon,
    body.cv-has-bottom-nav .cv-site-header:not(.cv-view-toolbar) #cvSiteAccountWrap {
        display: none !important;
    }
}

/* Mobil: navbar sadece ikon (Hesabım / Giriş yap yazısı gizli) */
@media (max-width: 600px) {
    .cv-site-account-label {
        display: none !important;
    }
    .cv-site-account-chevron {
        display: none !important;
    }
    .cv-site-login-btn:not(.cv-site-login-btn--icon) {
        padding: 10px 12px;
    }
}

/* SweetAlert2 - site temasına uyumlu modern popup */
.cv-swal-popup.swal2-popup {
    background: var(--cv-site-card);
    color: var(--cv-site-text);
    border-radius: 16px;
    box-shadow: var(--cv-site-shadow);
    border: 1px solid var(--cv-site-border);
    padding: 24px 28px;
    max-width: 400px;
}

.cv-swal-popup .swal2-title {
    color: var(--cv-site-text);
    font-size: 1.25rem;
    font-weight: 600;
}

.cv-swal-popup .swal2-html-container {
    color: var(--cv-site-muted);
    font-size: 0.9375rem;
    line-height: 1.5;
}

.cv-swal-popup .swal2-actions {
    gap: 10px;
    margin-top: 20px;
}

.cv-swal-btn.swal2-styled {
    border-radius: 10px;
    font-weight: 500;
    padding: 10px 20px;
    transition: background-color 0.2s, transform 0.1s;
}

.cv-swal-btn.swal2-styled:active {
    transform: scale(0.98);
}

.cv-swal-confirm.swal2-confirm {
    background: var(--cv-site-accent) !important;
    color: #fff !important;
    border: none;
}

.cv-swal-confirm.swal2-confirm:hover {
    background: var(--cv-site-accent-hover) !important;
}

.cv-swal-cancel.swal2-cancel {
    background: var(--cv-site-border) !important;
    color: var(--cv-site-text) !important;
    border: none;
}

.cv-swal-cancel.swal2-cancel:hover {
    background: var(--cv-site-muted) !important;
    color: var(--cv-site-card) !important;
}

.cv-swal-danger.swal2-confirm {
    background: #dc2626 !important;
    color: #fff !important;
    border: none;
}

.cv-swal-danger.swal2-confirm:hover {
    background: #b91c1c !important;
}

/* SweetAlert2 backdrop - site temasına uyumlu (tam ekran modal) */
.swal2-container.swal2-backdrop-show {
    background: rgba(15, 23, 42, 0.4);
}

[data-theme="dark"] .swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.6);
}

/* Toast (giriş/çıkış bildirimi): perde yok — SWAL yine container eklerse şeffaf kalsın */
.swal2-container.swal2-toast-shown,
.swal2-container:has(.swal2-popup.swal2-toast) {
    background: transparent !important;
    pointer-events: none;
}

.swal2-container.swal2-toast-shown .swal2-popup,
.swal2-container:has(.swal2-popup.swal2-toast) .swal2-popup {
    pointer-events: auto;
}

body.swal2-toast-shown {
    overflow: auto !important;
    padding-right: 0 !important;
}
