/* ==========================================================
   Seaacademyik Kariyer Rehberi - CV Hazırlama Özel CSS
   Dosya yolu önerisi:
   /sea-is-ilanlari/kariyer-rehberi/cv-hazirlama.css
========================================================== */

.cvp-wrap {
    background: #f8fafc;
    color: #0f172a;
    overflow: hidden;
}

.cvp-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.cvp-narrow {
    width: min(880px, calc(100% - 32px));
    margin: 0 auto;
}

.cvp-hero {
    position: relative;
    padding: 82px 0 58px;
    background:
        radial-gradient(circle at 10% 10%, rgba(249, 115, 22, .18), transparent 32%),
        radial-gradient(circle at 90% 20%, rgba(37, 99, 235, .18), transparent 34%),
        linear-gradient(135deg, #0f172a 0%, #172554 52%, #111827 100%);
    color: #fff;
}

.cvp-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 42px;
    align-items: center;
}

.cvp-badge,
.cvp-section-head span,
.cvp-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: .02em;
}

.cvp-badge {
    background: rgba(249, 115, 22, .16);
    color: #fed7aa;
    border: 1px solid rgba(251, 146, 60, .45);
    padding: 9px 14px;
    margin-bottom: 18px;
}

.cvp-hero h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.04;
    letter-spacing: -.04em;
}

.cvp-hero p {
    margin: 22px 0 0;
    max-width: 720px;
    color: #dbeafe;
    font-size: 19px;
    line-height: 1.75;
}

.cvp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.cvp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 18px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.cvp-btn:hover {
    transform: translateY(-2px);
}

.cvp-btn-primary {
    background: #f97316;
    color: #fff;
    box-shadow: 0 16px 34px rgba(249, 115, 22, .28);
}

.cvp-btn-light {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
}

.cvp-hero-card {
    position: relative;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 28px;
    padding: 16px;
    box-shadow: 0 28px 90px rgba(0,0,0,.28);
    backdrop-filter: blur(14px);
}

.cvp-hero-card img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
    border-radius: 22px;
}

.cvp-score {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: rgba(15, 23, 42, .78);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    border-radius: 18px;
    padding: 16px;
    backdrop-filter: blur(10px);
}

.cvp-score strong,
.cvp-score span {
    display: block;
}

.cvp-score span {
    margin-top: 5px;
    color: #cbd5e1;
    font-size: 14px;
}

.cvp-nav-section {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(248,250,252,.88);
    border-bottom: 1px solid #e5e7eb;
    backdrop-filter: blur(12px);
}

.cvp-toc {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 13px 0;
    scrollbar-width: none;
}

.cvp-toc::-webkit-scrollbar {
    display: none;
}

.cvp-toc a {
    white-space: nowrap;
    text-decoration: none;
    color: #1e293b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 800;
}

.cvp-section {
    padding: 68px 0;
}

.cvp-soft {
    background: #eef6ff;
}

.cvp-content {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: clamp(24px, 4vw, 42px);
    box-shadow: 0 20px 55px rgba(15, 23, 42, .08);
}

.cvp-content h2 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.15;
    letter-spacing: -.03em;
}

.cvp-content h2:not(:first-child) {
    margin-top: 38px;
}

.cvp-content h3 {
    margin: 26px 0 10px;
    color: #172554;
    font-size: 22px;
}

.cvp-content p,
.cvp-content li {
    color: #334155;
    font-size: 17px;
    line-height: 1.85;
}

.cvp-content ul {
    padding-left: 22px;
}

.cvp-highlight {
    margin: 30px 0;
    padding: 22px 24px;
    border-radius: 20px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #7c2d12;
    line-height: 1.75;
}

.cvp-section-head {
    max-width: 760px;
    margin-bottom: 28px;
}

.cvp-section-head span {
    background: #dbeafe;
    color: #1d4ed8;
    padding: 8px 12px;
    margin-bottom: 12px;
    font-size: 13px;
}

.cvp-section-head h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.cvp-section-head p {
    margin: 14px 0 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.75;
}

.cvp-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.cvp-feature-card,
.cvp-example-card {
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.cvp-number {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #f97316;
    color: #fff;
    font-weight: 900;
    margin-bottom: 16px;
}

.cvp-feature-card h3,
.cvp-example-card h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 21px;
}

.cvp-feature-card p,
.cvp-example-card p,
.cvp-example-card li {
    color: #475569;
    line-height: 1.75;
}

.cvp-bad-example,
.cvp-good-example {
    padding: 18px 20px;
    border-radius: 18px;
    margin: 12px 0 24px;
    line-height: 1.75;
    font-size: 16px;
}

.cvp-bad-example {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #7f1d1d;
}

.cvp-good-example {
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #14532d;
}

.cvp-example-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.cvp-chip {
    background: #fff7ed;
    color: #c2410c;
    border: 1px solid #fed7aa;
    padding: 7px 11px;
    font-size: 13px;
    margin-bottom: 14px;
}

.cvp-error-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.cvp-error-item {
    position: relative;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 16px;
    padding: 15px 16px 15px 44px;
    color: #7c2d12;
    line-height: 1.65;
}

.cvp-error-item::before {
    content: "!";
    position: absolute;
    left: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    background: #f97316;
    color: #fff;
    border-radius: 50%;
    font-weight: 900;
    font-size: 13px;
}

.cvp-checklist {
    display: grid;
    gap: 12px;
    margin: 24px 0;
}

.cvp-checklist label {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #1e293b;
    padding: 15px 16px;
    border-radius: 15px;
    font-weight: 700;
}

.cvp-checklist input {
    margin-top: 4px;
    accent-color: #f97316;
}

.cvp-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 34px;
    padding: 26px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
    color: #fff;
}

.cvp-cta h2 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 28px;
}

.cvp-cta p {
    color: #dbeafe;
    margin: 0;
}

.cvp-faq {
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    border-radius: 18px;
    padding: 20px;
    margin-top: 14px;
}

.cvp-faq h3 {
    margin: 0 0 8px;
    font-size: 19px;
    color: #0f172a;
}

.cvp-faq p {
    margin: 0;
}

@media (max-width: 1024px) {
    .cvp-hero-grid,
    .cvp-feature-grid,
    .cvp-example-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cvp-hero-content {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .cvp-hero {
        padding: 56px 0 42px;
    }

    .cvp-hero-grid,
    .cvp-feature-grid,
    .cvp-example-grid {
        grid-template-columns: 1fr;
    }

    .cvp-hero-card img {
        height: 240px;
    }

    .cvp-score {
        position: static;
        margin-top: 14px;
    }

    .cvp-section {
        padding: 44px 0;
    }

    .cvp-content {
        border-radius: 22px;
    }

    .cvp-cta {
        display: block;
    }

    .cvp-cta .cvp-btn {
        width: 100%;
        margin-top: 18px;
    }
}
