/* =========================================================
DISHA RECRUITMENT
CONTENT WRITER – BUSINESS / ECONOMY
PAGE-SPECIFIC CSS
Uses: global-new.css
========================================================= */

/* =========================================================
HERO
========================================================= */

.cw-hero{
    padding:42px 0 38px;
    background:linear-gradient(180deg,#F7FBFF 0%,#FFFFFF 100%);
    border-bottom:1px solid var(--border);
}

.cw-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);
    gap:34px;
    align-items:center;
}

.cw-hero-main{
    min-width:0;
}

.cw-kicker,
.cw-section-label,
.cw-apply-label{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:var(--green);
    font-size:.75rem;
    font-weight:800;
    letter-spacing:.08em;
    line-height:1.3;
    text-transform:uppercase;
}

.cw-hero h1{
    max-width:780px;
    margin:10px 0 12px;
    color:var(--blue);
    font-size:42px;
    line-height:1.13;
}

.cw-hero-subtitle{
    max-width:760px;
    margin:0 0 17px;
    color:#526579;
    font-size:1.08rem;
    line-height:1.65;
}

.cw-location-line{
    display:flex;
    flex-wrap:wrap;
    gap:8px 16px;
    margin-bottom:18px;
}

.cw-location-line span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#44596F;
    font-size:.88rem;
    font-weight:700;
}

.cw-location-line i{
    color:var(--green);
}

.cw-hero-note{
    max-width:720px;
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:12px 15px;
    background:#F5FCF7;
    border:1px solid #CFE9D6;
    border-left:4px solid var(--green);
    border-radius:9px;
    color:#526579;
    font-size:.88rem;
    line-height:1.5;
}

.cw-hero-note > i{
    margin-top:2px;
    color:var(--green);
}

.cw-hero-note strong{
    color:#24415C;
}


/* =========================================================
QUICK DETAILS
========================================================= */

.cw-quick-card{
    overflow:hidden;
    background:#FFFFFF;
    border:1px solid #D8E5F1;
    border-top:4px solid var(--green);
    border-radius:14px;
    box-shadow:var(--shadow-md);
}

.cw-quick-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:15px 18px;
    background:#F7FBFF;
    border-bottom:1px solid #E4EDF5;
    color:var(--blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:1rem;
    font-weight:700;
}

.cw-quick-head i{
    color:var(--green);
}

.cw-detail-row{
    display:flex;
    justify-content:space-between;
    gap:16px;
    padding:11px 18px;
    border-bottom:1px solid #EDF2F6;
}

.cw-detail-row:last-child{
    border-bottom:0;
}

.cw-detail-row span{
    color:#718096;
    font-size:.77rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.cw-detail-row strong{
    max-width:62%;
    color:#263B50;
    font-size:.87rem;
    line-height:1.4;
    text-align:right;
}


/* =========================================================
GENERAL SECTIONS
========================================================= */

.cw-section{
    padding:42px 0;
    background:#FFFFFF;
}

.cw-soft{
    background:#F7FAFD;
}

.cw-narrow{
    max-width:900px;
}

.cw-section-heading{
    margin-bottom:19px;
}

.cw-section-heading.centered{
    max-width:760px;
    margin:0 auto 25px;
    text-align:center;
}

.cw-section-heading h2{
    margin:5px 0 0;
    color:var(--blue);
    font-size:28px;
    line-height:1.22;
}

.cw-section-heading p{
    margin:7px auto 0;
    color:#647486;
}

.cw-overview p{
    max-width:900px;
    color:#536579;
    font-size:.96rem;
    line-height:1.75;
}

.cw-overview p:last-child{
    margin-bottom:0;
}


/* =========================================================
REQUIREMENTS
========================================================= */

.cw-requirement-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}

.cw-card{
    padding:20px 18px;
    background:#FFFFFF;
    border:1px solid var(--border);
    border-top:3px solid var(--blue);
    border-radius:12px;
    box-shadow:var(--shadow-sm);
}

.cw-card:nth-child(even){
    border-top-color:var(--green);
}

.cw-card-icon{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:12px;
    border-radius:50%;
    background:#EEF5FD;
    color:var(--blue);
}

.cw-card:nth-child(even) .cw-card-icon{
    background:#EFFAF2;
    color:var(--green);
}

.cw-card h3{
    margin-bottom:7px;
    color:#24415C;
    font-size:1rem;
}

.cw-card p{
    margin:0;
    color:#647486;
    font-size:.85rem;
    line-height:1.62;
}

.cw-preferred{
    max-width:850px;
    margin:18px auto 0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.cw-preferred > div{
    padding:12px 15px;
    background:#FFFFFF;
    border:1px solid #DDE7F2;
    border-radius:9px;
}

.cw-preferred-label{
    display:block;
    margin-bottom:3px;
    color:var(--green);
    font-size:.7rem;
    font-weight:800;
    letter-spacing:.07em;
    text-transform:uppercase;
}

.cw-preferred strong{
    color:#2A4055;
    font-size:.88rem;
}


/* =========================================================
RESPONSIBILITIES
========================================================= */

.cw-responsibility-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.cw-responsibility-list{
    padding:22px;
    background:#FFFFFF;
    border:1px solid var(--border);
    border-radius:12px;
    box-shadow:var(--shadow-sm);
}

.cw-responsibility-list h3{
    display:flex;
    align-items:center;
    gap:9px;
    margin-bottom:12px;
    color:var(--blue);
    font-size:1.08rem;
}

.cw-responsibility-list h3 i{
    color:var(--green);
}

.cw-responsibility-list ul{
    margin:0;
    padding-left:20px;
}

.cw-responsibility-list li{
    margin:0 0 8px;
    color:#596B7D;
    font-size:.89rem;
    line-height:1.6;
}

.cw-responsibility-list li:last-child{
    margin-bottom:0;
}


/* =========================================================
IMPORTANT BEFORE APPLYING
========================================================= */

.cw-important{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:16px;
    align-items:start;
    max-width:1050px;
    margin:0 auto;
    padding:21px 23px;
    background:#FFFFFF;
    border:1px solid #CFE9D6;
    border-left:5px solid var(--green);
    border-radius:12px;
    box-shadow:var(--shadow-sm);
}

.cw-important-icon{
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#EFFAF2;
    color:var(--green);
}

.cw-important h2{
    margin:4px 0 13px;
    color:#24415C;
    font-size:1.25rem;
}

.cw-important-points{
    display:flex;
    flex-wrap:wrap;
    gap:8px 18px;
}

.cw-important-points span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#526579;
    font-size:.84rem;
    line-height:1.4;
}

.cw-important-points i{
    color:var(--green);
}


/* =========================================================
CLIENT
========================================================= */

.cw-client-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:35px;
    align-items:center;
}

.cw-client-grid h2{
    margin:6px 0 10px;
    color:var(--blue);
    font-size:27px;
}

.cw-client-grid p{
    max-width:680px;
    margin:0;
    color:#596B7D;
    line-height:1.7;
}

.cw-client-facts{
    display:grid;
    gap:10px;
}

.cw-client-facts div{
    display:flex;
    align-items:center;
    gap:11px;
    padding:13px 15px;
    background:#F7FBFF;
    border:1px solid #DDE7F2;
    border-radius:9px;
    color:#40576D;
    font-size:.86rem;
    font-weight:600;
}

.cw-client-facts i{
    width:30px;
    color:var(--green);
    text-align:center;
}


/* =========================================================
APPLICATION
========================================================= */

.cw-apply{
    padding:38px 0 42px;
    background:#F7FAFD;
}

.cw-apply-card{
    padding:28px 30px;
    display:grid;
    grid-template-columns:1fr auto;
    gap:15px 30px;
    align-items:center;
    background:linear-gradient(135deg,var(--blue),var(--blue-dark));
    border-radius:14px;
    box-shadow:var(--shadow-md);
}

.cw-apply-label{
    color:#79D392;
}

.cw-apply-card h2{
    margin:5px 0 7px;
    color:#FFFFFF;
    font-size:26px;
}

.cw-apply-card p{
    max-width:680px;
    margin:0;
    color:#D9E7F4;
    line-height:1.6;
}

.cw-apply-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:9px;
    flex-wrap:wrap;
}

.cw-apply-actions .btn-outline{
    background:#FFFFFF;
    border-color:#FFFFFF;
}

.cw-call-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:44px;
    padding:11px 15px;
    border:1px solid rgba(255,255,255,.45);
    border-radius:8px;
    color:#FFFFFF;
    font-size:.9rem;
    font-weight:700;
}

.cw-call-link:hover{
    background:rgba(255,255,255,.1);
}

.cw-apply-note{
    grid-column:1 / -1;
    margin:0 !important;
    padding-top:11px;
    border-top:1px solid rgba(255,255,255,.16);
    font-size:.79rem;
}

.cw-apply-note strong{
    color:#FFFFFF;
}


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

@media(max-width:1050px){

    .cw-hero-grid{
        grid-template-columns:1fr;
        gap:24px;
    }

    .cw-quick-card{
        max-width:620px;
    }

    .cw-requirement-grid{
        grid-template-columns:1fr 1fr;
    }

    .cw-client-grid{
        grid-template-columns:1fr;
        gap:24px;
    }

    .cw-apply-card{
        grid-template-columns:1fr;
    }

    .cw-apply-actions{
        justify-content:flex-start;
    }

}

@media(max-width:767px){

    .cw-hero{
        padding:31px 0 28px;
    }

    .cw-hero h1{
        font-size:30px;
    }

    .cw-hero-subtitle{
        font-size:.98rem;
    }

    .cw-location-line{
        display:grid;
        gap:7px;
    }

    .cw-section{
        padding:32px 0;
    }

    .cw-section-heading h2,
    .cw-client-grid h2{
        font-size:23px;
    }

    .cw-requirement-grid,
    .cw-responsibility-grid,
    .cw-preferred{
        grid-template-columns:1fr;
    }

    .cw-card,
    .cw-responsibility-list{
        padding:17px;
    }

    .cw-important{
        grid-template-columns:1fr;
        padding:18px;
    }

    .cw-important-icon{
        width:40px;
        height:40px;
    }

    .cw-important h2{
        font-size:1.12rem;
    }

    .cw-important-points{
        display:grid;
        gap:7px;
    }

    .cw-apply{
        padding:30px 0;
    }

    .cw-apply-card{
        padding:22px 18px;
    }

    .cw-apply-card h2{
        font-size:22px;
    }

    .cw-apply-actions{
        display:grid;
        grid-template-columns:1fr;
    }

    .cw-apply-actions .btn,
    .cw-call-link{
        width:100%;
    }

    .cw-detail-row{
        gap:10px;
    }

    .cw-detail-row strong{
        max-width:58%;
    }

    .site-breadcrumb-inner{
        overflow:hidden;
        white-space:nowrap;
    }

}

/* DISHA TYPOGRAPHY STANDARD V1 — conservative page-specific implementation */
/* Main section headings — 30px */
.cw-section-heading h2,
.cw-section-heading h2, .cw-client-grid h2 { font-size:30px; line-height:1.2; }
/* Card/compact headings — 17px */
.cw-card h3 { font-size:17px; line-height:1.35; }
/* Card/compact body — 13px minimum */
.cw-card p { font-size:13px; line-height:1.48; }

@media (max-width: 768px){
.cw-section-heading h2,
.cw-section-heading h2, .cw-client-grid h2{font-size:24px;line-height:1.22;}
.cw-card h3{font-size:16px;line-height:1.35;}
.cw-card p{font-size:13px;line-height:1.45;}
}
