/* =========================================================
SEAACADEMYIK AI CV HAZIRLAMA
========================================================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.sea-cvh-page{
    background:
        radial-gradient(circle at top left, rgba(244,123,32,.10), transparent 30%),
        radial-gradient(circle at top right, rgba(11,31,58,.08), transparent 35%),
        linear-gradient(180deg,#f5f8fc 0%,#eef4fa 100%);
    min-height:100vh;
    overflow:hidden;
}

.cvh-container{
    width:min(100% - 32px,1200px);
    margin:auto;
}

/* =========================================================
HERO
========================================================= */

.cvh-hero{
    padding:70px 0 40px;
}

.cvh-hero-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:30px;
    align-items:center;
}

.cvh-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 16px;
    border-radius:999px;
    background:rgba(244,123,32,.10);
    color:#d66310;
    font-size:13px;
    font-weight:900;
    margin-bottom:18px;
}

.cvh-hero-content h1{
    font-size:54px;
    line-height:1.08;
    letter-spacing:-1px;
    color:#0b1f3a;
    margin-bottom:20px;
    max-width:720px;
}

.cvh-hero-content p{
    font-size:17px;
    line-height:1.9;
    color:#64748b;
    margin-bottom:26px;
    max-width:720px;
}

.cvh-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:28px;
}

.cvh-btn{
    min-height:54px;
    padding:0 24px;
    border-radius:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:900;
    border:none;
    cursor:pointer;
    transition:.25s ease;
    font-size:15px;
}

.cvh-btn-primary{
    background:linear-gradient(135deg,#f47b20 0%,#ff8a00 100%);
    color:#fff;
    box-shadow:0 18px 40px rgba(244,123,32,.22);
}

.cvh-btn-primary:hover{
    transform:translateY(-2px);
}

.cvh-btn-outline{
    background:#fff;
    color:#0b1f3a;
    border:1px solid #dbe4ef;
}

.cvh-trust-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.cvh-trust-list span{
    background:#fff;
    border:1px solid #e7edf5;
    border-radius:14px;
    padding:12px 14px;
    color:#1e293b;
    font-size:14px;
    font-weight:800;
}

/* =========================================================
HERO CARD
========================================================= */

.cvh-hero-card{
    background:
        radial-gradient(circle at top left, rgba(244,123,32,.28), transparent 30%),
        linear-gradient(145deg,#0b1f3a 0%,#12365f 100%);
    border-radius:32px;
    padding:34px;
    color:#fff;
    position:relative;
    overflow:hidden;
    box-shadow:0 30px 70px rgba(15,34,64,.18);
}

.cvh-hero-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),
        linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);
    background-size:32px 32px;
    opacity:.20;
}

.cvh-card-top{
    position:relative;
    z-index:2;
    margin-bottom:28px;
}

.cvh-card-top span{
    display:block;
    color:#ffb36c;
    font-size:14px;
    margin-bottom:8px;
    font-weight:800;
}

.cvh-card-top strong{
    font-size:32px;
    line-height:1.2;
    display:block;
}

.cvh-preview-box{
    position:relative;
    z-index:2;
    background:#fff;
    border-radius:22px;
    padding:24px;
}

.cvh-preview-line{
    height:12px;
    border-radius:999px;
    background:#dbe4ef;
    margin-bottom:12px;
}

.cvh-preview-title{
    width:50%;
    height:20px;
    border-radius:999px;
    background:#f47b20;
    margin:22px 0;
}

.w95{width:95%;}
.w90{width:90%;}
.w85{width:85%;}
.w80{width:80%;}
.w70{width:70%;}
.w60{width:60%;}

.cvh-ai-note{
    position:relative;
    z-index:2;
    margin-top:20px;
    padding:18px;
    border-radius:18px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
    line-height:1.7;
    font-size:14px;
    font-weight:700;
}

/* =========================================================
SECTION TITLE
========================================================= */

.cvh-section-title{
    text-align:center;
    margin-bottom:40px;
}

.cvh-section-title span{
    display:inline-flex;
    padding:10px 16px;
    border-radius:999px;
    background:rgba(244,123,32,.10);
    color:#d66310;
    font-size:13px;
    font-weight:900;
    margin-bottom:16px;
}

.cvh-section-title h2{
    font-size:40px;
    line-height:1.15;
    color:#0b1f3a;
    letter-spacing:-1px;
}

/* =========================================================
STEPS
========================================================= */

.cvh-steps{
    padding:40px 0 30px;
}

.cvh-steps-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}

.cvh-step{
    background:#fff;
    border:1px solid #e5edf5;
    border-radius:24px;
    padding:26px;
    box-shadow:0 18px 40px rgba(15,34,64,.06);
}

.cvh-step b{
    width:52px;
    height:52px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#f47b20 0%,#ff8a00 100%);
    color:#fff;
    font-size:20px;
    margin-bottom:20px;
}

.cvh-step h3{
    color:#0b1f3a;
    font-size:22px;
    margin-bottom:12px;
}

.cvh-step p{
    color:#64748b;
    line-height:1.8;
    font-size:15px;
}

/* =========================================================
FORM
========================================================= */

.cvh-form-section{
    padding:50px 0;
}

.cvh-form-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:30px;
    align-items:start;
}

.cvh-form-info{
    background:
        radial-gradient(circle at top left, rgba(244,123,32,.18), transparent 30%),
        linear-gradient(145deg,#0b1f3a 0%,#12365f 100%);
    border-radius:30px;
    padding:36px;
    color:#fff;
    position:sticky;
    top:20px;
    overflow:hidden;
}

.cvh-form-info::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),
        linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);
    background-size:32px 32px;
    opacity:.18;
}

.cvh-form-info > *{
    position:relative;
    z-index:2;
}

.cvh-form-info h2{
    font-size:38px;
    line-height:1.15;
    margin-bottom:18px;
}

.cvh-form-info p{
    color:#dbeafe;
    line-height:1.9;
    margin-bottom:22px;
}

.cvh-form-info ul{
    list-style:none;
    display:grid;
    gap:14px;
}

.cvh-form-info li{
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.12);
    border-radius:16px;
    padding:14px;
    line-height:1.7;
    font-size:14px;
    font-weight:700;
}

.cvh-form{
    background:#fff;
    border:1px solid #e5edf5;
    border-radius:30px;
    padding:34px;
    box-shadow:0 24px 60px rgba(15,34,64,.08);
}

.cvh-form-row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.cvh-field{
    margin-bottom:18px;
}

.cvh-field label{
    display:block;
    margin-bottom:8px;
    color:#0b1f3a;
    font-size:14px;
    font-weight:900;
}

.cvh-field input,
.cvh-field select,
.cvh-field textarea{
    width:100%;
    border:1px solid #dbe4ef;
    border-radius:16px;
    background:#fff;
    padding:14px 16px;
    font-size:15px;
    color:#0f172a;
    outline:none;
    transition:.20s ease;
}

.cvh-field input{
    height:54px;
}

.cvh-field textarea{
    min-height:180px;
    resize:vertical;
}

.cvh-field input:focus,
.cvh-field select:focus,
.cvh-field textarea:focus{
    border-color:#f47b20;
    box-shadow:0 0 0 4px rgba(244,123,32,.12);
}

.cvh-field small{
    display:block;
    margin-top:8px;
    color:#64748b;
    line-height:1.6;
}

.cvh-payment-note{
    background:#fff7ed;
    border:1px solid #fed7aa;
    border-radius:18px;
    padding:18px;
    color:#9a3412;
    line-height:1.8;
    margin-bottom:20px;
    font-size:14px;
    font-weight:700;
}

.cvh-submit{
    width:100%;
    min-height:58px;
    font-size:16px;
}

/* =========================================================
PACKAGES
========================================================= */

.cvh-packages{
    padding:30px 0 80px;
}

.cvh-package-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.cvh-package{
    background:#fff;
    border:1px solid #e5edf5;
    border-radius:26px;
    padding:30px;
    text-align:center;
    box-shadow:0 18px 50px rgba(15,34,64,.06);
}

.cvh-package h3{
    color:#0b1f3a;
    font-size:24px;
    margin-bottom:14px;
}

.cvh-package strong{
    display:block;
    font-size:48px;
    color:#f47b20;
    margin-bottom:16px;
    font-weight:950;
}

.cvh-package p{
    color:#64748b;
    line-height:1.8;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:1100px){

    .cvh-hero-grid,
    .cvh-form-grid,
    .cvh-package-grid,
    .cvh-steps-grid{
        grid-template-columns:1fr;
    }

    .cvh-form-info{
        position:relative;
        top:auto;
    }

}

@media(max-width:768px){

    .cvh-hero{
        padding:50px 0 30px;
    }

    .cvh-hero-content h1{
        font-size:38px;
    }

    .cvh-section-title h2{
        font-size:32px;
    }

    .cvh-form-row{
        grid-template-columns:1fr;
    }

    .cvh-form,
    .cvh-form-info,
    .cvh-hero-card{
        padding:24px;
    }

    .cvh-btn{
        width:100%;
    }

    .cvh-hero-actions{
        flex-direction:column;
    }

}



/* CV FORM SOL KART BAŞLIK RENK FIX */
.cvh-form-info h2{
    color:#ffffff !important;
}

.cvh-form-info p{
    color:#ffffff !important;
}

.cvh-form-info .cvh-badge{
    color:#ff8a00 !important;
}