/* =========================================================
SEAACADEMYIK CV FORM
Premium Kurumsal Tasarım
========================================================= */

:root{
    --primary:#0f172a;
    --secondary:#1e293b;
    --accent:#f97316;
    --accent-hover:#ea580c;
    --white:#ffffff;
    --gray:#f3f4f6;
    --border:#dcdfe4;
    --text:#1f2937;
    --muted:#6b7280;
    --success:#16a34a;
    --radius:22px;
    --shadow:0 20px 50px rgba(15,23,42,.08);
}

/* =========================================================
BASE
========================================================= */

.sea-cv-page{
    background:#f7f8fa;
    overflow:hidden;
}

.sea-cv-container{
    width:min(1280px, calc(100% - 40px));
    margin:auto;
}

.sea-cv-page *{
    box-sizing:border-box;
}

.sea-cv-page h1,
.sea-cv-page h2,
.sea-cv-page h3,
.sea-cv-page h4{
    color:var(--primary);
    margin:0;
}

.sea-cv-page p{
    color:var(--muted);
    line-height:1.8;
}

/* =========================================================
HERO
========================================================= */

.sea-cv-hero{
    padding:90px 0 70px;
    position:relative;
}

.sea-cv-hero::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:420px;
    height:420px;
    background:rgba(249,115,22,.08);
    border-radius:50%;
    filter:blur(10px);
}

.sea-cv-hero-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:40px;
    align-items:center;
}

.sea-cv-badge{
    display:inline-flex;
    padding:10px 18px;
    border-radius:100px;
    background:rgba(249,115,22,.12);
    color:var(--accent);
    font-weight:700;
    font-size:14px;
    margin-bottom:20px;
}

.sea-cv-hero-content h1{
    font-size:58px;
    line-height:1.1;
    margin-bottom:24px;
    font-weight:900;
}

.sea-cv-hero-content p{
    font-size:18px;
    max-width:700px;
}

.sea-cv-hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-top:35px;
}

.sea-cv-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:58px;
    padding:0 28px;
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
    transition:.3s ease;
}

.sea-cv-btn.primary{
    background:var(--accent);
    color:#fff;
}

.sea-cv-btn.primary:hover{
    background:var(--accent-hover);
    transform:translateY(-2px);
}

.sea-cv-btn.outline{
    border:2px solid var(--primary);
    color:var(--primary);
}

.sea-cv-btn.outline:hover{
    background:var(--primary);
    color:#fff;
}

/* =========================================================
CV PREVIEW
========================================================= */

.sea-cv-preview{
    background:#fff;
    border-radius:28px;
    padding:35px;
    box-shadow:var(--shadow);
    position:relative;
}

.preview-top{
    display:flex;
    gap:22px;
    align-items:center;
}

.preview-photo{
    width:110px;
    height:110px;
    border-radius:20px;
    background:linear-gradient(135deg,#e5e7eb,#cbd5e1);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#64748b;
    font-weight:700;
}

.preview-name img{
    height:44px;
    margin-bottom:14px;
    width:auto;
}

.preview-name h2{
    font-size:30px;
    margin-bottom:8px;
}

.preview-name p{
    margin:0;
    font-size:15px;
}

.preview-line{
    height:1px;
    background:#e5e7eb;
    margin:28px 0;
}

.preview-section{
    padding:16px 0;
    border-bottom:1px solid #eef1f4;
}

.preview-section:last-child{
    border-bottom:none;
}

.preview-section h3{
    font-size:18px;
    margin-bottom:6px;
}

.preview-section span{
    color:var(--muted);
    font-size:15px;
}

/* =========================================================
FORM SECTION
========================================================= */

.sea-cv-form-section{
    padding:20px 0 100px;
}

.sea-cv-title{
    text-align:center;
    margin-bottom:50px;
}

.sea-cv-title span{
    color:var(--accent);
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
    font-size:14px;
}

.sea-cv-title h2{
    font-size:46px;
    margin:18px 0;
}

.sea-cv-title p{
    max-width:760px;
    margin:auto;
}

/* =========================================================
FORM
========================================================= */

.sea-cv-form{
    background:#fff;
    border-radius:32px;
    padding:50px;
    box-shadow:var(--shadow);
    position:relative;
}

.form-logo{
    text-align:right;
    margin-bottom:30px;
}

.form-logo img{
    height:55px;
    width:auto;
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:26px;
}

.form-group{
    display:flex;
    flex-direction:column;
}

.form-group.full{
    grid-column:1 / -1;
}

.form-group label{
    font-size:15px;
    font-weight:700;
    margin-bottom:12px;
    color:var(--primary);
}

.form-group input,
.form-group textarea{
    width:100%;
    border:2px solid #e5e7eb;
    border-radius:16px;
    padding:16px 18px;
    font-size:15px;
    background:#fff;
    transition:.3s ease;
    font-family:inherit;
}

.form-group textarea{
    min-height:140px;
    resize:vertical;
}

.form-group input:focus,
.form-group textarea:focus{
    outline:none;
    border-color:var(--accent);
    box-shadow:0 0 0 5px rgba(249,115,22,.12);
}

.form-group small{
    margin-top:10px;
    color:var(--muted);
    font-size:13px;
    line-height:1.6;
}

/* =========================================================
EXPERIENCE
========================================================= */

.experience-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.no-exp{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    color:var(--muted);
    font-weight:600;
}

.no-exp input{
    width:18px;
    height:18px;
}

/* =========================================================
FILE INPUT
========================================================= */

input[type="file"]{
    padding:14px !important;
    background:#f8fafc;
    cursor:pointer;
}

/* =========================================================
KVKK
========================================================= */

.kvkk{
    display:flex;
    align-items:flex-start;
    gap:14px;
    line-height:1.8;
    color:var(--muted);
    font-size:15px;
}

.kvkk input{
    width:20px;
    height:20px;
    margin-top:2px;
}

/* =========================================================
BUTTON
========================================================= */

.submit-btn{
    width:100%;
    margin-top:35px;
    border:none;
    min-height:68px;
    border-radius:18px;
    background:linear-gradient(135deg,var(--accent),var(--accent-hover));
    color:#fff;
    font-size:18px;
    font-weight:800;
    cursor:pointer;
    transition:.3s ease;
    box-shadow:0 15px 35px rgba(249,115,22,.28);
}

.submit-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 22px 45px rgba(249,115,22,.32);
}

/* =========================================================
SUCCESS MESSAGE
========================================================= */

.form-message{
    display:none;
    margin-top:28px;
    background:rgba(22,163,74,.1);
    border:1px solid rgba(22,163,74,.18);
    color:var(--success);
    padding:18px 22px;
    border-radius:16px;
    font-weight:700;
    text-align:center;
}

.form-message.active{
    display:block;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:1100px){

    .sea-cv-hero-grid{
        grid-template-columns:1fr;
    }

    .sea-cv-hero-content{
        text-align:center;
    }

    .sea-cv-hero-buttons{
        justify-content:center;
    }

}

@media(max-width:768px){

    .sea-cv-hero{
        padding:60px 0 40px;
    }

    .sea-cv-hero-content h1{
        font-size:42px;
    }

    .sea-cv-title h2{
        font-size:34px;
    }

    .sea-cv-form{
        padding:30px 22px;
        border-radius:24px;
    }

    .form-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .preview-top{
        flex-direction:column;
        text-align:center;
    }

    .preview-name img{
        margin:auto auto 14px;
    }

    .experience-title{
        flex-direction:column;
        align-items:flex-start;
    }

}

@media(max-width:480px){

    .sea-cv-container{
        width:min(100% - 20px);
    }

    .sea-cv-hero-content h1{
        font-size:34px;
    }

    .submit-btn{
        font-size:16px;
    }

}