/* MAIN WRAPPER */

.rb-wrapper{

    background:#f3f3f3;
    min-height:100vh;
    padding:80px 40px;
    text-align:center;

}


/* TOP TITLE */

.rb-wrapper h2{

    font-size:52px;
    font-weight:700;
    color:#001b44;
    margin-bottom:15px;
    font-family:Arial, sans-serif;

}


/* SUBTITLE */

.rb-subtitle{

    font-size:22px;
    color:#333;
    margin-bottom:60px;
    font-family:Arial, sans-serif;

}


/* BUTTON WRAPPER */

.rb-btn-group{

    display:flex;
    justify-content:center;
    gap:35px;
    flex-wrap:wrap;

}


/* EXPERIENCE BUTTON */

.experience-btn{

    width:230px;
    height:95px;

    border:1px solid #8c97b2;
    border-radius:14px;

    background:#fff;

    font-size:28px;
    font-weight:500;

    color:#001b44;

    cursor:pointer;

    transition:0.3s ease;

}


/* HOVER EFFECT */

.experience-btn:hover{

    background:#001b44;
    color:#fff;

    transform:translateY(-4px);

}


/* TEMPLATE SECTION */

#resume-step-2{

    margin-top:60px;

}


/* TEMPLATE CARD */

.template-card{

    width:280px;
    height:350px;

    background:#fff;

    border-radius:12px;

    border:1px solid #ddd;

    display:inline-flex;

    align-items:center;
    justify-content:center;

    margin:20px;

    font-size:24px;
    font-weight:600;

    cursor:pointer;

    transition:0.3s ease;

}


.template-card:hover{

    transform:scale(1.03);

    box-shadow:0 10px 30px rgba(0,0,0,0.1);

}


/* MOBILE */

@media(max-width:768px){

    .rb-wrapper{

        padding:40px 20px;

    }

    .rb-wrapper h2{

        font-size:34px;

    }

    .experience-btn{

        width:100%;
        max-width:320px;

        height:75px;

        font-size:22px;

    }

}

/* STUDENT BOX */

.student-box{

    width:700px;

    max-width:100%;

    margin:70px auto;

    border:2px solid #dcdcdc;

    padding:60px 40px;

    border-radius:12px;

    background:#fff;

}


.student-box h2{

    margin-bottom:40px;

}


.experience-btn.active{

    background:#1724a3;
    color:#fff;

}

/* STUDENT BUTTONS */

.student-btn{

    width:180px;

    height:70px;

    border:1px solid #8c97b2;

    border-radius:12px;

    background:#fff;

    font-size:28px;

    font-weight:500;

    color:#001b44;

    cursor:pointer;

    transition:0.3s ease;

}


/* HOVER */

.student-btn:hover{

    background:#1724a3;

    color:#fff;

    transform:translateY(-3px);

}


/* STUDENT BUTTON WRAPPER */

.student-btn-group{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:40px;

    margin-top:40px;

    flex-wrap:wrap;

}

/* EDUCATION SECTION */

#education-section{

    margin-top:80px;

}


/* EDUCATION TITLE */

.education-title{

    font-size:52px;

    font-weight:700;

    color:#001b44;

    text-align:center;

    margin-bottom:20px;

}


/* SUBTITLE */

.education-subtitle{

    text-align:center;

    font-size:22px;

    color:#333;

    margin-bottom:60px;

}


/* GRID */

.education-grid{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:30px;

}


/* BUTTON */

.education-btn{

    width:320px;

    height:120px;

    border:1px solid #8c97b2;

    border-radius:14px;

    background:#fff;

    font-size:26px;

    font-weight:500;

    color:#001b44;

    cursor:pointer;

    transition:0.3s ease;

    padding:20px;

}


.education-btn:hover{

    background:#1724a3;

    color:#fff;

    transform:translateY(-4px);

}

.student-btn.active{

    background:#1724a3;

    color:#fff;

    border-color:#1724a3;

}

/* HEADER */

.template-header{

    text-align:center;

    margin-bottom:60px;

}


.template-header h1{

    font-size:52px;

    color:#001b44;

    margin-bottom:20px;

}


.template-header p{

    font-size:24px;

    color:#444;

}

/* CARD */



.resume-template-card img{

    width:100%;

    display:block;

}


/* ACTIVE */

.resume-template-card.active-template{

    border-color:#1724a3;

}


/* HOVER */

.resume-template-card:hover{

    transform:translateY(-6px);

}

/* COLOR DOT */

.color-dot{

    width:26px;

    height:26px;

    border-radius:50%;

    border:none;

    background:#1724a3;

}

/* CHOOSE LATER */

.choose-later{

    color:#1724a3;

    font-size:22px;

    text-decoration:none;

}

/* DASHBOARD */

.resume-dashboard-wrapper{

    padding:60px;

    background:#f5f5f5;

    min-height:100vh;

}


/* HEADER */

.resume-dashboard-header{

    margin-bottom:50px;

}


.resume-dashboard-header h1{

    font-size:48px;

    color:#001b44;

    margin-bottom:10px;

}


.resume-dashboard-header p{

    font-size:22px;

    color:#555;

}


/* GRID */

.resume-stats-grid{

    display:flex;

    gap:30px;

    flex-wrap:wrap;

    margin-bottom:60px;

}


/* CARD */

.resume-stat-card{

    flex:1;

    min-width:250px;

    background:#fff;

    padding:40px;

    border-radius:18px;

    box-shadow:0 5px 20px rgba(0,0,0,0.06);

}


.resume-stat-card h2{

    font-size:52px;

    color:#1724a3;

    margin-bottom:10px;

}


.resume-stat-card p{

    font-size:22px;

    color:#555;

}


/* BUTTON */

.create-resume-btn-wrapper{

    text-align:center;

}


.create-resume-btn{

    display:inline-block;

    background:#1724a3;

    color:#fff;

    padding:22px 50px;

    border-radius:50px;

    font-size:24px;

    text-decoration:none;

    transition:0.3s ease;

}


.create-resume-btn:hover{

    background:#0d1677;

    transform:translateY(-4px);

}

/*
|--------------------------------------------------------------------------
| ATS TEMPLATE
|--------------------------------------------------------------------------
*/

.ats-template{

    display:flex;

}

.ats-template .left{

    width:30%;

    background:#0f3b57;

    color:#fff;

    padding:30px;

}

.ats-template .right{

    width:70%;

    padding:40px;

}

.ats-template h1{

    font-size:32px;

    margin-bottom:10px;

}

.ats-template .section{

    margin-top:30px;

}

.ats-template h2,
.ats-template h3{

    margin-bottom:15px;

}


/*
|--------------------------------------------------------------------------
| EXECUTIVE TEMPLATE
|--------------------------------------------------------------------------
*/

.executive-template .top{

    background:#111827;

    color:#fff;

    text-align:center;

    padding:50px;

}

.executive-template .content{

    padding:40px;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:30px;

}

.executive-template .box{

    background:#f9fafb;

    padding:25px;

    border-radius:10px;

}


/*
|--------------------------------------------------------------------------
| GRADIENT TEMPLATE
|--------------------------------------------------------------------------
*/

.gradient-header{

    background:linear-gradient(135deg,#4f46e5,#9333ea);

    color:#fff;

    text-align:center;

    padding:60px;

}

.gradient-body{

    padding:40px;

}

.gradient-template .section{

    margin-bottom:30px;

}

.gradient-template .skills{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

}

.gradient-template .skills span{

    background:#e0e7ff;

    padding:10px 15px;

    border-radius:30px;

}

/*
|--------------------------------------------------------------------------
| SIDEBAR - Zety jaisa box with border
|--------------------------------------------------------------------------
*/


.zety-sidebar h3 {
    font-size: 22px;
    font-weight: 700;
    color: #001b44;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.filter-group {
    margin-bottom: 25px;
}

.filter-group h4 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444;
    cursor: pointer;
}

.filter-group label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #1724a3;
    cursor: pointer;
}

/*
|--------------------------------------------------------------------------
| RIGHT CONTENT AREA
|--------------------------------------------------------------------------
*/

.zety-template-content h1 {
    font-size: 36px;
    color: #001b44;
    font-weight: 700;
    margin-bottom: 8px;
}

.zety-template-content > p {
    font-size: 16px;
    color: #666;
    margin-bottom: 35px;
}

.template-item.selected {
    border-color: #1724a3;
    box-shadow: 0 0 0 3px rgba(23, 36, 163, 0.15);
}

/*
|--------------------------------------------------------------------------
| TEMPLATE PREVIEW - Zety jaisa full visible
|--------------------------------------------------------------------------
*/

.template-preview-wrapper {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

/*
|--------------------------------------------------------------------------
| RECOMMENDED BADGE
|--------------------------------------------------------------------------
*/
.recommended-badge {
    background: #f9a825;
    color: #111;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    padding: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
}

/*
|--------------------------------------------------------------------------
| BOTTOM BUTTONS
|--------------------------------------------------------------------------
*/

.template-action-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    padding: 15px 40px;
    z-index: 9999;
    box-shadow: 0 -3px 15px rgba(0,0,0,0.08);
}

.choose-later {
    color: #1724a3;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.choose-later:hover {
    text-decoration: underline;
}

/*
|--------------------------------------------------------------------------
| REMOVE OLD OVERFLOW ISSUES
|--------------------------------------------------------------------------
*/

.rb-template {
    margin: 0 !important;
    background: #fff;
}

/*
|--------------------------------------------------------------------------
| RESPONSIVE
|--------------------------------------------------------------------------
*/

@media (max-width: 1024px) {
    .template-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .zety-template-layout {
        flex-direction: column;
    }

    .zety-sidebar {
        width: 100%;
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }

    .template-list {
        grid-template-columns: 1fr;
    }
}

/*
|--------------------------------------------------------------------------
| TEMPLATE CARD
|--------------------------------------------------------------------------
*/


.template-item:hover{

    border-color:#1724a3;

    transform:translateY(-4px);

    box-shadow:0 8px 25px rgba(0,0,0,0.08);

}

/*
|--------------------------------------------------------------------------
| FINAL ZETY TEMPLATE PAGE
|--------------------------------------------------------------------------
*/
.zety-template-layout{
    display:flex;
    max-width:1200px;
    margin:0 auto;
    padding:40px 0 120px;
    gap:30px;
    align-items:flex-start;
}

/*
|--------------------------------------------------------------------------
| SIDEBAR
|--------------------------------------------------------------------------
*/

.zety-sidebar{
    width:220px;
    flex-shrink:0;
    background:#fff;
    padding:20px;
    border:none;
}


.zety-sidebar h3{

    font-size:22px;

    color:#001b44;

    margin-bottom:30px;

    padding-bottom:15px;

    border-bottom:1px solid #eee;

}


.filter-group h4{

    font-size:14px;

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:15px;

    color:#444;

}


.filter-group label{

    display:flex;

    align-items:center;

    gap:10px;

    margin-bottom:14px;

    font-size:16px;

    cursor:pointer;

}


/*
|--------------------------------------------------------------------------
| RIGHT CONTENT
|--------------------------------------------------------------------------
*/

.zety-template-content{
    flex:1;
}


.zety-template-content h1{
    font-size:58px;
    color:#0f172a;
    margin-bottom:10px;
}


.zety-template-content > p{
    color:#64748b;
    font-size:20px;
    margin-bottom:40px;
}


/*
|--------------------------------------------------------------------------
| TEMPLATE GRID
|--------------------------------------------------------------------------
*/

.template-list{
    display:flex;
    gap:20px;
    align-items:flex-start;
}

/*
|--------------------------------------------------------------------------
| CARD
|--------------------------------------------------------------------------
*/

.template-item{
    width:300px;
    height:500px;
    background:#fff;
    border:1px solid #ddd;
    overflow:hidden;
    position:relative;
    cursor:pointer;
    transition:.3s;
}

.template-item:hover{
    border-color:#1724a3;
}

.template-item.selected{
    border:6px solid #2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.15);
}

/*
|--------------------------------------------------------------------------
| PREVIEW AREA
|--------------------------------------------------------------------------
*/

.template-preview-wrapper{
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
    background:#fff;
}

/*
|--------------------------------------------------------------------------
| REAL TEMPLATE SCALE
|--------------------------------------------------------------------------
*/

/* .template-item .rb-template{
    width:850px;
    min-height:1120px;

    transform:scale(0.31);

    transform-origin:top left;

    position:absolute;
    top:0;
    left:0;
} */

.template-item .rb-template{
    width:850px;
    transform:scale(0.40);
    transform-origin:top left;
	position:absolute;
    top:0;
    left:0;
	min-height:1120px;
}

/*
|--------------------------------------------------------------------------
| REMOVE INLINE OVERFLOW
|--------------------------------------------------------------------------
*/

.rb-template{

    min-height:1120px;

    background:#fff;

    box-shadow:none !important;
}

/*
|--------------------------------------------------------------------------
| ACTION BAR
|--------------------------------------------------------------------------
*/

.template-action-bar{
    position:fixed;
    bottom:0;
    left:0;
    right:0;

    background:#fff;

    height:90px;

    display:flex;
    justify-content:flex-end;
    align-items:center;

    gap:25px;

    padding:0 50px;

    border-top:1px solid #ddd;

    z-index:999;
}

.choose-later{

    font-size:20px;

    color:#1724a3;

    text-decoration:none;

}


.use-template-btn{

   background:#f4c04e;
	color:#111827;

    border:none;

    padding:18px 40px;

    border-radius:40px;

    font-size:20px;

    font-weight:700;

    cursor:pointer;

}

.use-template-btn:hover{
    background:#eab308;
}


/*
|--------------------------------------------------------------------------
| RESPONSIVE
|--------------------------------------------------------------------------
*/

@media(max-width:1200px){

    .template-list{

        grid-template-columns:repeat(2,1fr);

    }

}


@media(max-width:768px){

    .zety-template-layout{

        flex-direction:column;

    }

    .zety-sidebar{

        width:100%;

        border-right:none;

        border-bottom:1px solid #eee;

    }

    .template-list{

        grid-template-columns:1fr;

    }

}

.template-name{
    position:absolute;
    bottom:10px;
    left:0;
    width:100%;
    text-align:center;
    font-size:14px;
    font-weight:600;
    color:#334155;
}

/* ==========================
   TEMPLATE MODAL
========================== */

.template-modal{

    position:fixed;
    inset:0;

    background:rgba(0,0,0,.45);

    display:none;

    justify-content:center;
    align-items:center;

    z-index:99999;
}

.template-modal.active{
    display:flex;
}

.template-modal-box{

    width:590px;
    max-width:95%;

    background:#fff;

    border-radius:14px;

    overflow:hidden;

    position:relative;

    animation:modalShow .25s ease;
}

@keyframes modalShow{

    from{
        transform:translateY(20px);
        opacity:0;
    }

    to{
        transform:translateY(0);
        opacity:1;
    }
}

.modal-close{

    position:absolute;

    top:15px;
    right:20px;

    background:none;
    border:none;

    font-size:34px;

    cursor:pointer;

    color:#333;
}

.modal-image{

    background:#dbe9f8;

    text-align:center;

    padding:35px;
}

.modal-image img{

    max-width:260px;
}

.modal-content{

    padding:35px;
    text-align:center;
}

.modal-content h2{

    font-size:30px;
    line-height:1.4;

    color:#001b44;

    margin-bottom:20px;
}

.modal-content p{

    font-size:18px;

    color:#444;

    line-height:1.7;

    margin-bottom:30px;
}

.modal-actions{

    display:flex;

    justify-content:space-between;
    align-items:center;
}

.skip-modal{

    color:#1724a3;

    font-size:18px;
    font-weight:600;
}

.choose-template-modal{

    background:#f7c552;

    border:none;

    padding:16px 35px;

    border-radius:40px;

    font-size:18px;

    font-weight:700;

    cursor:pointer;
}


/* PAGE */

.resume-option-page{
    max-width:1200px;
    margin:0 auto;
    padding:40px 20px 60px;
    text-align:center;
}

.resume-option-page h1{
    font-size:54px;
    font-weight:700;
    color:#07204d;
    margin-bottom:12px;
    line-height:1.2;
}

.resume-option-page > p{
    font-size:24px;
    color:#1e2a44;
    margin-bottom:50px;
}

/* GRID */

.resume-option-grid{
    display:flex;
    gap:30px;
    justify-content:center;
    align-items:stretch;
    margin-top:40px;
}

/* .resume-option-card{
    position:relative;
    flex:1;
    max-width:520px;
    min-height:320px;
    background:#fff;
    border:3px solid #1a2f98;
    border-radius:20px;
    padding:60px 40px;
    cursor:pointer;
    transition:.3s;
}

.resume-option-card:hover{
    transform:translateY(-5px);
}

.resume-option-card.selected{
    border:4px solid #1f33a6;
	box-shadow: 0 0 0 4px rgba(31,51,166,0.12);
} */

.resume-option-card{
    position:relative;
    flex:1;
    max-width:520px;
    min-height:320px;
    background:#fff;
    border:2px solid #d7dce5;
    border-radius:20px;
    padding:60px 40px;
    cursor:pointer;
    transition:.3s;
}

.resume-option-card.selected{
    border:5px solid #1a2f98;
    box-shadow:0 0 0 6px rgba(26,47,152,.15);
}

/* BADGE */

.recommended-badge{
    position:absolute;
    top:-16px;
    left:50%;
    transform:translateX(-50%);
    background:#f7c6c6;
    color:#111;
    padding:8px 20px;
    border-radius:8px;
    font-size:15px;
    font-weight:700;
    white-space:nowrap;
}

/* ICON */

.resume-option-card .icon{
    font-size:60px;
    margin-bottom:25px;
}

/* CARD TITLE */

.resume-option-card h3{
    font-size:38px;
    font-weight:700;
    color:#07204d;
    margin-bottom:20px;
}

/* CARD TEXT */

.resume-option-card p{
    font-size:24px;
    line-height:1.7;
    color:#24324a;
    max-width:90%;
    margin:0 auto;
}

/* FOOTER */

.resume-option-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:60px;
}

/* BACK BUTTON */

.back-btn{
    width:180px;
    height:64px;
    border-radius:50px;
    border:3px solid #1a2f98;
    background:#fff;
    color:#1a2f98;
    font-size:24px;
    font-weight:700;
    cursor:pointer;
}

/* NEXT BUTTON */

.next-btn{
    width:180px;
    height:64px;
    border:none;
    border-radius:50px;
    background:#f5c354;
    color:#111;
    font-size:24px;
    font-weight:700;
    cursor:pointer;
}

/* MOBILE */

@media(max-width:991px){

    .resume-option-grid{
        flex-direction:column;
    }

    .resume-option-page h1{
        font-size:36px;
    }

    .resume-option-card h3{
        font-size:28px;
    }

    .resume-option-card p{
        font-size:18px;
    }
}


.upload-resume-page{
    max-width:1200px;
    margin:0 auto;
    padding:40px 20px;
    text-align:center;
}

.upload-resume-page h1{
    font-size:48px;
    color:#07204d;
    margin-bottom:60px;
}

.upload-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:50px;
}

.upload-box{
    width:500px;
    height:300px;
    border:3px dashed #8a96ad;
    border-radius:16px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.upload-icon{
    font-size:60px;
    margin-bottom:20px;
}

.upload-box h3{
    font-size:30px;
    margin-bottom:25px;
}

.browse-btn{
    background:#1826a0;
    color:#fff;
    border:none;
    padding:12px 40px;
    border-radius:40px;
    cursor:pointer;
    font-size:18px;
}

.upload-or{
    font-size:28px;
    font-weight:700;
}

.cloud-options{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.cloud-btn{
    width:260px;
    height:64px;

    border:2px solid #1826a0;
    border-radius:40px;

    background:#fff;

    font-size:20px;
    font-weight:600;

    cursor:pointer;
}

.supported-files{
    margin-top:35px;
    font-size:18px;
    color:#333;
}

.upload-footer{
    display:flex;
    justify-content:space-between;
    margin-top:70px;
}


.contact-builder-page{
    display:flex;
    min-height:calc(100vh - 120px);
    background:#fff;
}

.builder-sidebar{
    width:240px;
	min-width:240px;
    background:#031948;
    color:#fff;
    padding:40px 30px;
    flex-shrink:0;
}

.builder-sidebar ul{
    list-style:none;
    padding:0;
    margin:0;
}

.builder-sidebar li{
    margin-bottom:28px;
    font-size:18px;
    font-weight:600;
}

.builder-sidebar li.active{
    color:#fff;
}

.builder-content{
    flex:1;
    padding:60px;
    background:#fff;
}

.builder-content h1{
    font-size:52px;
    line-height:1.1;
    margin-bottom:10px;
    color:#001b4f;
}

.builder-content p{
    font-size:22px;
    margin-bottom:40px;
}


.form-group{
    flex:1;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.form-group input{
    width:100%;
    height:58px;
    border:1px solid #cfd6e4;
    border-radius:6px;
    padding:0 15px;
    font-size:16px;
    transition:.2s;
}

.form-row{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}

.builder-footer{
    display:flex;
    justify-content:flex-end;
    gap:20px;
    margin-top:40px;
}

.preview-btn{
    height:48px;
    padding:0 35px;
    border-radius:30px;
    border:2px solid #1736c6;
    background:#fff;
    color:#1736c6;
    font-weight:600;
    cursor:pointer;
}

.next-step-btn{
    height:48px;
    padding:0 35px;
    border:none;
    border-radius:30px;
    background:#f5c24c;
    color:#000;
    font-weight:700;
    cursor:pointer;
}

.resume-preview-panel{
    width:330px;
    border-left:1px solid #ececec;
    padding:40px 20px;
    flex-shrink:0;
}

.resume-preview{
    height:420px;
    overflow:hidden;
    border:1px solid #ddd;
    background:#fff;
}

.resume-preview .rb-template{
    transform:scale(.28);
    transform-origin:top left;
    width:1100px;
}

.builder-steps{
    list-style:none;
    margin:0;
    padding:0;
}

.builder-steps li{
    position:relative;
    padding-left:55px;
    margin-bottom:28px;
    font-size:18px;
    font-weight:600;
}

.builder-steps li span{
    position:absolute;
    left:0;
    top:-3px;

    width:34px;
    height:34px;

    border:2px solid #7d8fb5;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:15px;
}

.builder-steps li.active span{
    background:#fff;
    color:#031948;
    border-color:#fff;
}

.resume-progress{
    margin-top:50px;
}

.progress-bar{
    height:8px;
    background:#2b406f;
    border-radius:20px;
    overflow:hidden;
    margin-top:10px;
}

.progress-bar span{
    display:block;
    width:10%;
    height:100%;
    background:#fff;
}

/* =========================
   CENTER
========================= */

.builder-content h1{
    font-size:42px;
    line-height:1.15;
    color:#001b4f;
    margin-bottom:10px;
    font-weight:700;
}

.builder-content > p{
    font-size:20px;
    color:#333;
    margin-bottom:40px;
}

.form-group input:focus{
    outline:none;
    border-color:#1736c6;
    box-shadow:0 0 0 3px rgba(23,54,198,.1);
}

.resume-preview-panel h4{
    text-align:center;
    margin-bottom:20px;
    color:#001b4f;
}

.resume-preview-panel a{
    display:block;
    text-align:center;
    margin-top:20px;
    font-weight:600;
    color:#1736c6;
}


.validation-error{
    display:block;
    margin-top:6px;
    color:#dc2626;
    font-size:13px;
    font-weight:500;
}

#email-error{
    display:block;
    color:#dc2626;
    font-size:13px;
    margin-top:5px;
}


.resume-reason-page{
    flex:1;
    padding:60px;
    text-align:center;
}

.resume-reason-page h1{
    font-size:56px;
    color:#001b4f;
    font-weight:700;
    margin-bottom:15px;
}

.resume-reason-options{
    display:flex;
    justify-content:center;
    gap:25px;
    margin-top:40px;
}

.reason-card{
    width:260px;
    padding:30px;
    border:2px solid #d6dbe5;
    border-radius:14px;
    cursor:pointer;
    transition:.3s;
}

.reason-card.selected{
    border:2px solid #1f3bb3;
    box-shadow:0 0 0 2px rgba(31,59,179,.15);
}

.resume-reason-footer{
    margin-top:60px;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:25px;
}

.reason-next-btn{
    background:#f5c04f;
    border:none;
    padding:16px 50px;
    border-radius:40px;
    font-weight:700;
    cursor:pointer;
}

.reason-next-btn:disabled{
    background:#d9dbe3;
    color:#8a8a8a;
    cursor:not-allowed;
    opacity:1;
}

.resume-builder-layout{
    display:flex;
    gap:40px;
    align-items:flex-start;
}


.work-history-intro{
    flex:1;
    padding:60px 70px;
}

.go-back{
    color:#0057ff;
    font-weight:600;
    text-decoration:none;
    display:inline-block;
    margin-bottom:30px;
}

.work-history-intro h1{
    font-size:58px;
    line-height:1.15;
    color:#001b4f;
    font-weight:700;
    margin-bottom:30px;
}

.work-history-intro h3{
    font-size:18px;
    font-weight:700;
    color:#001b4f;
    margin-bottom:10px;
}

.work-history-intro p{
    max-width:700px;
    font-size:18px;
    line-height:1.7;
    color:#001b4f;
}

.work-history-footer{
    display:flex;
    justify-content:flex-end;
    gap:15px;
    margin-top:30px;
}

.preview-btn{
    background:#fff;
    border:2px solid #172ea6;
    color:#172ea6;
    border-radius:40px;
    padding:14px 40px;
    font-weight:600;
    cursor:pointer;
}

.experience-next-btn{
    background:#f6c65b;
    border:none;
    color:#001b4f;
    border-radius:40px;
    padding:14px 50px;
    font-weight:700;
    cursor:pointer;
}

.change-template-link{
    display:block;
    text-align:center;
    margin-top:15px;
    color:#0057ff;
    font-weight:600;
}

.work-history-page{
    flex:1;
    padding:40px 60px;
	max-width:1000px;
}

.work-history-page h1{
    font-size:32px;
    line-height:1.2;
    font-weight:700;
    color:#06224a;
    margin-bottom:10px;
}

.work-history-page p{
    font-size:20px;
    margin-bottom:30px;
}

.work-history-form{
    max-width:1100px;
}

.work-history-form .form-row{
    display:flex;
    gap:30px;
    margin-bottom:25px;
}

.work-history-form .form-group{
    flex:1;
}

.work-history-form label{
    display:block;
    font-weight:600;
    margin-bottom:10px;
}

.work-history-form input[type="text"],
.work-history-form select{
    width:100%;
    height:52px;
    border:1px solid #b9c2d0;
    border-radius:4px;
    padding:0 15px;
}

.date-fields{
    display:flex;
    gap:15px;
}
.date-fields select{
    flex:1;
}

.remote-option,
.current-job{
    margin:20px 0;
    display:flex;
    align-items:center;
    gap:10px;
}

.builder-footer{
    display:flex;
    justify-content:flex-end;
    gap:15px;
    margin-top:40px;
}

.preview-btn{
    min-width:160px;
    height:50px;
    border:2px solid #1b2fa4;
    background:#fff;
    color:#1b2fa4;
    border-radius:40px;
    font-weight:600;
}

.work-history-next-btn{
    min-width:160px;
    height:50px;
    border:none;
    background:#f4c04f;
    border-radius:40px;
    font-weight:600;
}

.remote-option input[type="checkbox"],
.current-job input[type="checkbox"]{
    width:20px;
    height:20px;
    margin:0;
    cursor:pointer;
}

.remote-option,
.current-job{
    display:flex;
    align-items:center;
    gap:10px;
}

.remote-option label,
.current-job label{
    margin:0;
    font-weight:500;
}

.education-intro-content{
    flex:1;
    max-width:700px;
    padding-top:40px;
}

.education-intro-content h1{
    font-size:56px;
    line-height:1.15;
    color:#001b4e;
    margin-bottom:20px;
}

.education-intro-content h3{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}

.education-intro-content p{
    font-size:18px;
    line-height:1.7;
}

.education-preview-sidebar{
    width:320px;
    text-align:center;
    margin-left:auto;
}

.education-preview-sidebar .resume-preview{
    transform:scale(.55);
    transform-origin:top center;
    width:540px;
    margin-left:-110px;
    margin-bottom:-180px;
}

.change-template-link{
    display:block;
    margin:20px 0;
    color:#0057ff;
    text-decoration:none;
    font-weight:600;
}

.education-footer{
    display:flex;
    justify-content:center;
    gap:16px;
    margin-top:25px;
}

.education-footer .preview-btn{
    min-width:160px;
}

.education-footer .education-intro-next-btn{
    min-width:160px;
}

.education-level-page{
    flex:1;
    text-align:center;
    padding:40px 60px;
}

.education-level-page h1{
    font-size:48px;
    color:#001b4e;
    margin-bottom:15px;
}

.education-level-page p{
    font-size:20px;
    margin-bottom:50px;
}

.education-level-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1000px;
    margin:0 auto 40px;
}

.education-level-card{
    border:1px solid #b9c3d0;
    border-radius:14px;
    padding:40px 20px;
    cursor:pointer;
    font-size:24px;
    transition:.3s;
}

.education-level-card:hover,
.education-level-card.active{
    border:2px solid #243cfc;
}

.education-level-page .skip-link{
    color:#0057ff;
    font-weight:600;
}

/* ====================================
   EDUCATION FORM PAGE
==================================== */

.education-form-page{
    flex:1;
    padding:40px 60px;
}

.education-form-page .go-back{
    display:inline-block;
    color:#0b57d0;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    margin-bottom:25px;
}

.education-form-page h1{
    font-size:52px;
    line-height:1.1;
    font-weight:700;
    color:#08214a;
    margin-bottom:15px;
}

.education-form-page p{
    font-size:20px;
    color:#333;
    margin-bottom:20px;
    max-width:850px;
}

.education-form-page small{
    display:block;
    margin-bottom:30px;
    font-size:14px;
    font-weight:600;
    color:#555;
}

/* ====================================
   FORM ROWS
==================================== */

.education-form-page .form-row{
    display:flex;
    gap:30px;
    margin-bottom:25px;
}

.education-form-page .form-group{
    flex:1;
}

/* ====================================
   LABELS
==================================== */

.education-form-page label{
    display:block;
    font-size:16px;
    font-weight:600;
    color:#08214a;
    margin-bottom:10px;
}

/* ====================================
   INPUTS
==================================== */

.education-form-page input,
.education-form-page select{
    width:100%;
    height:58px;
    border:1px solid #cfd6e4;
    border-radius:6px;
    padding:0 16px;
    font-size:17px;
    background:#fff;
    outline:none;
    transition:all .3s ease;
}

.education-form-page input:focus,
.education-form-page select:focus{
    border-color:#1f57ff;
    box-shadow:0 0 0 3px rgba(31,87,255,.12);
}

/* ====================================
   DEGREE DROPDOWN
==================================== */

.education-form-page select{
    cursor:pointer;
}

/* ====================================
   DATE FIELDS
==================================== */

.date-fields{
    display:flex;
    gap:15px;
}

.date-fields select{
    flex:1;
}

/* ====================================
   FOOTER BUTTONS
==================================== */

.education-form-page .builder-footer{
    display:flex;
    justify-content:flex-end;
    gap:20px;
    margin-top:40px;
}

.education-form-page .preview-btn{
    width:170px;
    height:54px;
    border:2px solid #1f2db3;
    border-radius:40px;
    background:#fff;
    color:#1f2db3;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
}

.education-form-page .preview-btn:hover{
    background:#f5f7ff;
}

.education-form-page .education-form-next-btn{
    width:170px;
    height:54px;
    border:none;
    border-radius:40px;
    background:#f5c24b;
    color:#000;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
}

.education-form-page .education-form-next-btn:hover{
    background:#efb631;
}

/* ====================================
   RESPONSIVE
==================================== */

@media(max-width:991px){

    .education-form-page{
        padding:25px;
    }

    .education-form-page .form-row{
        flex-direction:column;
        gap:20px;
    }

    .date-fields{
        flex-direction:column;
    }

    .education-form-page .builder-footer{
        flex-direction:column;
        align-items:stretch;
    }

    .education-form-page .preview-btn,
    .education-form-page .education-form-next-btn{
        width:100%;
    }
}


.skills-form-page{
    flex:1;
    padding:40px 60px;
}

.skill-row{
    margin-bottom:15px;
}

.skill-row input{
    width:100%;
    max-width:600px;
    height:55px;
    padding:0 15px;
    border:1px solid #d5dbe7;
    border-radius:6px;
}

.add-skill-btn{
    margin-top:10px;
    background:#fff;
    border:2px solid #1b2db5;
    color:#1b2db5;
    border-radius:30px;
    padding:10px 20px;
    cursor:pointer;
}

.summary-intro-page{
    flex:1;
    padding:40px 60px;
}

.summary-intro-page h4{
    color:#08214a;
    font-size:28px;
    margin-bottom:10px;
}

.summary-intro-page h1{
    font-size:52px;
    color:#08214a;
    margin-bottom:30px;
}

.summary-info{
    display:flex;
    gap:20px;
    align-items:flex-start;
}

.summary-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#eef2ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.summary-form-page{
    max-width:900px;
    padding:40px 60px;
}

.summary-form-page h1{
    font-size:42px;
    color:#08214a;
    margin-bottom:10px;
}

.summary-form-page p{
    margin-bottom:25px;
}

.summary-form-group textarea{
    width:100%;
    min-height:250px;
    border:1px solid #d6dbe3;
    border-radius:10px;
    padding:15px;
    font-size:16px;
    resize:vertical;
}


.additional-sections-layout{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
}

.optional-sections{
    flex:1;
    max-width:420px;
}

.section-option{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
    font-size:20px;
    cursor:pointer;
}

.section-option input{
    width:22px;
    height:22px;
}

.custom-section{
    width:300px;
}

.custom-section h3{
    font-size:20px;
    margin-bottom:15px;
    color:#08214a;
}

.custom-input{
    display:flex;
    align-items:center;
    gap:12px;
}

.custom-input input[type="checkbox"]{
    width:22px;
    height:22px;
}

.custom-input input[type="text"]{
    width:100%;
    height:52px;
    border:1px solid #d9d9d9;
    border-radius:8px;
    padding:0 15px;
}

.resume-preview-panel{
    width:260px;
    text-align:center;
}

.resume-preview{
    border:1px solid #ddd;
    overflow:hidden;
}

.resume-preview-panel a{
    display:block;
    margin-top:15px;
    color:#0066cc;
}

.personal-details-wrapper{
    display:flex;
    gap:40px;
    align-items:flex-start;
}

.personal-details-page{
    flex:1;
}

.resume-preview-panel{
    width:320px;
    position:sticky;
    top:20px;
}

.resume-preview{
    border:1px solid #e5e5e5;
    padding:10px;
    background:#fff;
    border-radius:12px;
}

.form-row{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}

.form-group{
    flex:1;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.form-group input,
.form-group select{
    width:100%;
    height:52px;
    border:1px solid #d6dbe4;
    border-radius:8px;
    padding:0 15px;
}

.info-box{
    background:#f5f7fb;
    border-left:4px solid #001f5b;
    padding:15px;
    border-radius:8px;
    margin-bottom:25px;
}

.additional-tags{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:15px;
}

.additional-tags button{
    border:2px solid #172b85;
    background:#fff;
    color:#172b85;
    padding:10px 18px;
    border-radius:30px;
    cursor:pointer;
}

.builder-footer{
    margin-top:40px;
    display:flex;
    justify-content:flex-end;
    gap:15px;
}

#extra-fields-container{
    margin-top:25px;
}

.extra-field-row{
    margin-bottom:20px;
}

.extra-field-row label{
    display:block;
    font-weight:600;
    margin-bottom:8px;
}

.extra-input-wrap{
    display:flex;
    align-items:center;
    gap:10px;
}

.extra-input-wrap input,
.extra-input-wrap select{
    width:100%;
    height:50px;
    border:1px solid #d7dce5;
    border-radius:8px;
    padding:0 15px;
}

.remove-field{
    font-size:24px;
    cursor:pointer;
}

.extra-fields-grid{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:25px;
}

.extra-field-row{
    width:calc(50% - 10px);
}

.extra-field-row label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.extra-input-wrap{
    display:flex;
    align-items:center;
    gap:10px;
}

.extra-input-wrap input,
.extra-input-wrap select{
    flex:1;
    height:52px;
    border:1px solid #d6dbe4;
    border-radius:8px;
    padding:0 15px;
}

.remove-field{
    cursor:pointer;
    font-size:24px;
}

.website-profile-wrapper{
    display:flex;
    gap:50px;
    align-items:flex-start;
}

.website-profile-page{
    flex:1;
    max-width:850px;
}

.website-profile-page h1{
    font-size:48px;
    font-weight:700;
    color:#07255b;
    margin-bottom:25px;
}

.go-back{
    display:inline-block;
    margin-bottom:25px;
    color:#0d4ea6;
    text-decoration:none;
    font-weight:600;
}

.info-box{
    display:flex;
    align-items:flex-start;
    gap:18px;
    background:#eef2ff;
    border-radius:12px;
    padding:25px;
    margin-bottom:35px;
}

.tip-icon{
    font-size:28px;
}

.info-box strong{
    display:block;
    font-size:24px;
    color:#07255b;
    margin-bottom:8px;
}

.info-box p{
    margin:0;
    font-size:16px;
    line-height:1.6;
}

.link-form{
    width:100%;
}

.link-row{
    display:flex;
    align-items:flex-end;
    gap:25px;
    margin-bottom:28px;
}

.link-input-group{
    flex:1;
}

.link-input-group label{
    display:block;
    margin-bottom:10px;
    font-weight:600;
    color:#07255b;
}

.link-input-group input{
    width:100%;
    height:58px;
    border:1px solid #cbd5e1;
    border-radius:8px;
    padding:0 16px;
    font-size:16px;
}

.header-checkbox{
    min-width:180px;
    display:flex;
    align-items:center;
    gap:10px;
    padding-bottom:15px;
}

.header-checkbox input{
    width:20px;
    height:20px;
}

.header-checkbox label{
    margin:0;
    font-size:16px;
    cursor:pointer;
}

.add-link-btn{
    display:inline-block;
    margin-top:5px;
    color:#4f8ef7;
    font-weight:600;
    text-decoration:none;
}

.add-link-btn:hover{
    text-decoration:underline;
}

.resume-preview-panel{
    width:320px;
    flex-shrink:0;
    text-align:center;
}

.resume-preview{
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:10px;
    background:#fff;
}

.change-template-link{
    display:inline-block;
    margin-top:15px;
    color:#0d4ea6;
    font-weight:600;
}

.builder-footer{
    display:flex;
    justify-content:flex-end;
    gap:20px;
    margin-top:60px;
}

.preview-btn{
    min-width:170px;
    height:58px;
    border:2px solid #1826a3;
    background:#fff;
    color:#1826a3;
    border-radius:40px;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
}

.next-btn{
    min-width:210px;
    height:58px;
    border:none;
    background:#f5c453;
    color:#000;
    border-radius:40px;
    font-size:20px;
    font-weight:700;
    cursor:pointer;
}

@media(max-width:991px){

    .website-profile-wrapper{
        flex-direction:column;
    }

    .resume-preview-panel{
        width:100%;
    }

    .link-row{
        flex-direction:column;
        align-items:stretch;
    }

    .header-checkbox{
        padding-bottom:0;
    }

    .builder-footer{
        justify-content:center;
        flex-wrap:wrap;
    }
}

.add-link-btn.disabled{
    pointer-events:none;
    opacity:0.5;
    cursor:not-allowed;
}

.extra-link-row{
    position:relative;
}

.remove-link-btn{
    width:40px;
    height:40px;
    border:none;
    background:#dc3545;
    color:#fff;
    border-radius:50%;
    cursor:pointer;
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
    transition:0.3s;
}

.remove-link-btn:hover{
    background:#bb2d3b;
}

.certifications-page{
    max-width:900px;
}

.certificate-row{
    display:flex;
    gap:20px;
    align-items:end;
    margin-bottom:20px;
}

.certificate-row .form-group{
    flex:1;
}

.certificate-row label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.certificate-row input{
    width:100%;
    height:55px;
    padding:0 15px;
    border:1px solid #d9d9d9;
    border-radius:8px;
}

.add-btn{
    background:none;
    border:none;
    color:#0d6efd;
    font-weight:600;
    cursor:pointer;
    margin-top:10px;
}

.remove-certificate{
    height:55px;
    padding:0 15px;
    border:none;
    background:#dc3545;
    color:#fff;
    border-radius:8px;
    cursor:pointer;
}

@media(max-width:768px){

    .certificate-row{
        flex-direction:column;
        align-items:stretch;
    }

}

.languages-wrapper{
    display:flex;
    gap:50px;
}

.languages-page{
    flex:1;
}

.languages-page h1{
    font-size:42px;
    margin-bottom:15px;
}

.languages-page p{
    font-size:18px;
    margin-bottom:35px;
}

.language-tags{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:30px;
}

.language-btn{
    border:2px solid #1d2fb0;
    background:#fff;
    color:#1d2fb0;
    border-radius:40px;
    padding:12px 25px;
    font-weight:600;
    cursor:pointer;
}

.language-item{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:15px;
}

.language-item input{
    width:350px;
    height:50px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 15px;
}

.remove-language{
    border:none;
    background:#dc3545;
    color:#fff;
    width:40px;
    height:40px;
    border-radius:50%;
    cursor:pointer;
}

#add-custom-language{
    display:inline-block;
    margin-top:10px;
    color:#0d6efd;
    font-weight:600;
}

.resume-preview-panel{
    width:320px;
}

.builder-footer{
    display:flex;
    justify-content:flex-end;
    gap:20px;
    margin-top:60px;
}

.software-page{
    max-width:900px;
}

.software-page h1{
    font-size:48px;
    color:#07255b;
    margin-bottom:50px;
}

.software-row{
    display:flex;
    align-items:center;
    gap:20px;
}

.rating-selector{
    display:flex;
    align-items:center;
    gap:8px;
    width:170px;
    flex-shrink:0;
}

.rating-minus{
    width:24px;
    height:24px;
    border:none;
    border-radius:50%;
    background:#2339d6;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

.stars{
    font-size:24px;
    color:#1428a0;
    letter-spacing:2px;
}

.software-input{
    width:280px;
    height:50px;
}

.add-software-link{
    display:inline-block;
    margin-top:20px;
    color:#0d6efd;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
    opacity:1 !important;
    pointer-events:auto !important;
    cursor:pointer;
}

.add-software-link:hover{
    color:#0a58ca;
    text-decoration:underline;
}

.remove-software{
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#ef4444;
    color:#fff;
    cursor:pointer;
    flex-shrink:0;
}

.builder-footer{
    display:flex;
    justify-content:flex-end;
    gap:20px;
    margin-top:60px;
}

.star-rating{
    display:flex;
    align-items:center;
    gap:3px;
}

.star{
    font-size:24px;
    color:#d9d9d9;
    cursor:pointer;
}

.star.active{
    color:#1f35c7;
}

#software-container{
    display:flex;
    flex-direction:column;
    gap:20px;
}

/* ==================================
   ACCOMPLISHMENTS WRAPPER
================================== */

.accomplishments-wrapper{
    display:flex;
    align-items:flex-start;
    gap:60px;

    width:100%;
    padding:30px 40px 60px;
}

/* LEFT SIDEBAR */

.accomplishments-wrapper .builder-sidebar{
    width:240px;
    min-width:240px;
    flex-shrink:0;
}

/* RIGHT CONTENT */

.accomplishments-page{
    flex:1;
    padding:20px 0;
    max-width:1000px;
}

/* GO BACK */

.accomplishments-page .go-back{
    display:inline-block;
    margin-bottom:25px;
    color:#0057ff;
    font-weight:600;
    text-decoration:none;
}

/* TITLE */

.accomplishments-editor h2{
    font-size:62px;
    line-height:1.1;
    font-weight:700;
    color:#001b4f;
    margin-bottom:30px;
}

/* TEXTAREA */

#accomplishment-text{
    width:100%;
    min-height:420px;

    border:1px solid #d7dce5;
    border-radius:10px;

    padding:20px;

    font-size:18px;
    line-height:1.7;

    background:#fff;

    resize:none;
}

#accomplishment-text:focus{
    outline:none;
    border-color:#1736c6;
    box-shadow:0 0 0 4px rgba(23,54,198,.08);
}

/* FOOTER */

.builder-footer{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:20px;

    margin-top:40px;
}

/* PREVIEW */

.preview-btn{
    min-width:180px;
    height:58px;

    border:2px solid #1736c6;
    background:#fff;

    color:#1736c6;

    border-radius:40px;

    font-size:18px;
    font-weight:600;
}

/* NEXT */

.next-btn{
    min-width:240px;
    height:58px;

    border:none;

    background:#f4c24f;

    color:#111;

    border-radius:40px;

    font-size:20px;
    font-weight:700;
}

/* MOBILE */

@media(max-width:991px){

    .accomplishments-wrapper{
        flex-direction:column;
    }

    .accomplishments-wrapper .builder-sidebar{
        width:100%;
        min-width:100%;
    }

    .accomplishments-editor h2{
        font-size:40px;
    }

    .builder-footer{
        flex-direction:column;
        align-items:stretch;
    }

    .preview-btn,
    .next-btn{
        width:100%;
    }
}


/* ===========================
   ADDITIONAL INFORMATION
=========================== */

.additional-info-wrapper{
    display:flex;
    gap:50px;
    align-items:flex-start;
}

.additional-info-page{
    flex:1;
    padding:40px 60px;
}

.additional-info-page .go-back{
    display:inline-block;
    margin-bottom:25px;
    color:#0b57d0;
    text-decoration:none;
    font-weight:600;
}

.additional-info-page h1{
    font-size:56px;
    font-weight:700;
    color:#001b4f;
    margin-bottom:10px;
}

.additional-info-page p{
    font-size:20px;
    color:#333;
    margin-bottom:25px;
}

.editor-label{
    font-size:16px;
    font-weight:700;
    color:#001b4f;
    margin-bottom:10px;
}

.editor-wrapper{
    border:1px solid #bfc8d8;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

.editor-toolbar{
    height:52px;
    border-bottom:1px solid #d7dce5;
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 15px;
}

.editor-toolbar button{
    border:none;
    background:none;
    cursor:pointer;
    font-size:18px;
    color:#001b4f;
}

.toolbar-divider{
    width:1px;
    height:24px;
    background:#d7dce5;
    margin:0 8px;
}

#additional-info{
    width:100%;
    min-height:420px;
    border:none;
    resize:none;
    padding:20px;
    font-size:16px;
    outline:none;
    line-height:1.7;
}

.builder-footer{
    display:flex;
    justify-content:flex-end;
    gap:20px;
    margin-top:40px;
}

.preview-btn{
    min-width:180px;
    height:58px;
    border:2px solid #1736c6;
    background:#fff;
    color:#1736c6;
    border-radius:40px;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
}

.next-btn{
    min-width:230px;
    height:58px;
    border:none;
    background:#f4c24f;
    color:#111;
    border-radius:40px;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
}

.interests-page{
    flex:1;
    padding:40px 50px;
}

.interests-page h1{
    font-size:54px;
    font-weight:700;
    color:#001b4f;
    margin-bottom:40px;
}

.go-back{
    display:inline-block;
    margin-bottom:25px;
    color:#0057ff;
    text-decoration:none;
    font-weight:600;
}

.interest-row{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.interest-row input{
    width:320px;
    height:50px;
    border:1px solid #cfd5e2;
    border-radius:6px;
    padding:0 15px;
    font-size:16px;
}

.add-interest-link{
    display:inline-block;
    margin-top:10px;
    color:#8dbdff;
    font-weight:600;
    text-decoration:none;
}

.remove-interest{
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#ff4d4f;
    color:#fff;
    cursor:pointer;
}

.builder-footer{
    display:flex;
    justify-content:flex-end;
    gap:20px;
    margin-top:80px;
}

.preview-btn{
    min-width:180px;
    height:56px;
    border:2px solid #1736c6;
    background:#fff;
    color:#1736c6;
    border-radius:40px;
    font-weight:600;
}

.next-btn{
    min-width:220px;
    height:56px;
    border:none;
    background:#f4c24f;
    color:#111;
    border-radius:40px;
    font-weight:700;
}