/* =========================================================
DISHA Recruitment
CONTENT WRITER RECRUITMENT — VERSION 4.4
PAGE-SPECIFIC CSS

IMPORTANT
---------
This stylesheet intentionally follows the proven Teaching
Staff Recruitment V4.4 visual system.

Shared foundation:
    css/global-new.css

Unique namespace:
    cwr4-

No global selectors are used here for layout, typography or
headings. This prevents collisions with global-new.css.
========================================================= */


/* =========================================================
CWR4 01 — PAGE VARIABLES
========================================================= */

:root{

    --cwr4-blue:#0B4F9C;
    --cwr4-blue-dark:#073B78;

    --cwr4-green:#2E9E44;
    --cwr4-green-dark:#187C35;

    --cwr4-text:#596878;
    --cwr4-heading:#0A468F;
    --cwr4-dark:#263746;

    --cwr4-border:#DCE6F1;

    --cwr4-soft:#F4F8FD;
    --cwr4-soft-green:#F3FAF5;
    --cwr4-soft-warm:#FBF8F2;

    --cwr4-shadow:0 7px 20px rgba(18,60,105,.055);

}


/* =========================================================
CWR4 02 — BREADCRUMB
Same dimensions and typography family as Teaching.
========================================================= */

.cwr4-breadcrumb-wrap{
    background:#FFFFFF;
    border-bottom:1px solid #E8EEF4;
}

.cwr4-breadcrumb{
    max-width:1120px;
    min-height:34px;
    margin:0 auto;
    padding:8px 0;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:7px;
    color:#7A8794;
    font-size:11.5px;
    line-height:1.35;
}

.cwr4-breadcrumb a{
    color:#4E78A7;
}

.cwr4-breadcrumb a:hover{
    color:var(--cwr4-green-dark);
    text-decoration:underline;
    text-underline-offset:3px;
}

.cwr4-breadcrumb strong{
    color:#5D7082;
    font-weight:600;
}


/* =========================================================
CWR4 03 — COMMON SECTION HEADING
Matches Teaching dimensions.
========================================================= */

.cwr4-section-heading{
    max-width:840px;
    margin:0 auto 22px;
    text-align:center;
}

.cwr4-kicker{
    display:inline-block;
    margin:0 0 7px;
    color:var(--cwr4-green-dark);
    font-size:10.5px;
    line-height:1.3;
    font-weight:800;
    letter-spacing:1.05px;
    text-transform:uppercase;
}

.cwr4-section-heading h2{
    margin:0 0 9px;
    color:var(--cwr4-heading);
    font-family:"Poppins",Arial,sans-serif;
    font-size:27px;
    line-height:1.28;
    font-weight:700;
}

.cwr4-section-heading p{
    max-width:790px;
    margin:0 auto;
    color:#687687;
    font-size:14.5px;
    line-height:1.62;
}

.cwr4-heading-left{
    max-width:850px;
    margin-left:0;
    margin-right:0;
    text-align:left;
}

.cwr4-heading-left p{
    margin-left:0;
}


/* =========================================================
CWR4 04 — HERO
Same grid proportions and spacing as Teaching.
========================================================= */

.cwr4-hero{
    padding:32px 0 30px;
    background:var(--cwr4-soft);
}

.cwr4-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(360px,.9fr);
    gap:32px;
    align-items:center;
}

.cwr4-hero-content{
    max-width:760px;
}

.cwr4-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:.4em;
    margin:0 0 10px;
    padding:6px 11px;
    border-radius:999px;
    background:#E8F6ED;
    color:#087C35;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    line-height:1;
}

.cwr4-hero-content h1{
    margin:0 0 13px;
    color:var(--cwr4-blue);
    font-family:"Poppins",Arial,sans-serif;
    font-size:35px;
    line-height:1.16;
    font-weight:700;
    letter-spacing:-.3px;
}

.cwr4-hero-content p{
    margin:0 0 10px;
    color:#5F6E7F;
    font-size:14.5px;
    line-height:1.62;
}

.cwr4-hero-intro{
    max-width:720px;
    color:#405A71 !important;
    font-size:16px !important;
    line-height:1.64 !important;
}

.cwr4-hero-intro strong{
    color:var(--cwr4-blue);
}

.cwr4-intent-row{
    margin-top:15px;
    display:flex;
    flex-wrap:wrap;
    gap:7px;
}

.cwr4-intent-row span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:7px 10px;
    border:1px solid #D6E1E8;
    border-radius:7px;
    background:#FFFFFF;
    color:#52687A;
    font-size:11.5px;
    line-height:1.3;
    font-weight:700;
}

.cwr4-intent-row i{
    color:var(--cwr4-green);
}

.cwr4-hero-actions{
    margin-top:17px;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

.cwr4-hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:43px;
    padding:11px 17px;
}

.cwr4-text-link{
    display:inline-flex;
    align-items:center;
    gap:4px;
    color:var(--cwr4-blue);
    font-size:13px;
    line-height:1.4;
    font-weight:700;
}

.cwr4-text-link:hover{
    color:var(--cwr4-green-dark);
}

.cwr4-text-link i{
    font-size:10px;
}


/* Reserved hero image area.
   Same practical footprint as Teaching's image column. */

.cwr4-hero-image{
    width:100%;
    min-height:285px;
    max-width:620px;
    margin-left:auto;
    border-radius:11px;
    border:1px solid #DCE6F1;
    background:
        linear-gradient(135deg,#F8FBFE 0%,#EEF5FB 100%);
    box-shadow:var(--cwr4-shadow);
    overflow:hidden;
}

.cwr4-hero-image img{
    width:100%;
    height:100%;
    min-height:285px;
    object-fit:cover;
}


/* =========================================================
CWR4 05 — ROLE TYPES
Same 3-column card rhythm as Teaching.
========================================================= */

.cwr4-roles{
    padding:36px 0;
    background:#FFFFFF;
}

.cwr4-role-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:13px;
}

.cwr4-role-grid article{
    min-height:145px;
    padding:16px;
    border:1px solid var(--cwr4-border);
    border-top:3px solid var(--cwr4-blue);
    border-radius:10px;
    background:#FFFFFF;
    box-shadow:var(--cwr4-shadow);
}

.cwr4-role-grid article:nth-child(3n+1){
    border-top-color:var(--cwr4-green);
}

.cwr4-role-icon{
    width:37px;
    height:37px;
    margin-bottom:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:9px;
    background:#EEF5FD;
    color:var(--cwr4-blue);
}

.cwr4-role-grid article:nth-child(3n+1) .cwr4-role-icon{
    background:#EEF7F0;
    color:var(--cwr4-green-dark);
}

.cwr4-role-grid h3{
    margin:0 0 5px;
    color:var(--cwr4-dark);
    font-family:"Poppins",Arial,sans-serif;
    font-size:15px;
    line-height:1.35;
}

.cwr4-role-grid p{
    margin:0;
    color:#627181;
    font-size:13px;
    line-height:1.52;
}


/* =========================================================
CWR4 06 — HIRING FRAMEWORK
Compact two-column employer framework.
========================================================= */

.cwr4-hiring{
    padding:36px 0;
    background:var(--cwr4-soft);
}

.cwr4-framework-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 13px;
}

.cwr4-framework-grid article{
    display:grid;
    grid-template-columns:30px 1fr;
    gap:11px;
    align-items:start;
    padding:14px;
    border:1px solid var(--cwr4-border);
    border-radius:9px;
    background:#FFFFFF;
}

.cwr4-framework-grid article > b{
    display:flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#EEF7F0;
    color:var(--cwr4-green-dark);
    font-size:10px;
    font-weight:800;
}

.cwr4-framework-grid h3{
    margin:0 0 5px;
    color:var(--cwr4-heading);
    font-family:"Poppins",Arial,sans-serif;
    font-size:14.5px;
    line-height:1.35;
}

.cwr4-framework-grid p{
    margin:0;
    color:#627181;
    font-size:12.8px;
    line-height:1.52;
}


/* =========================================================
CWR4 07 — SKILLS / ASSESSMENT
========================================================= */

.cwr4-assess{
    padding:36px 0;
    background:#FFFFFF;
}

.cwr4-assess-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:13px;
}

.cwr4-assess-grid article{
    min-height:138px;
    padding:16px;
    border:1px solid var(--cwr4-border);
    border-top:3px solid var(--cwr4-green);
    border-radius:10px;
    background:#FFFFFF;
    box-shadow:var(--cwr4-shadow);
}

.cwr4-assess-grid article:nth-child(2n){
    border-top-color:var(--cwr4-blue);
}

.cwr4-assess-grid i{
    width:37px;
    height:37px;
    margin-bottom:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:9px;
    background:#EEF5FD;
    color:var(--cwr4-blue);
}

.cwr4-assess-grid article:nth-child(2n+1) i{
    background:#EEF7F0;
    color:var(--cwr4-green-dark);
}

.cwr4-assess-grid h3{
    margin:0 0 5px;
    color:var(--cwr4-dark);
    font-family:"Poppins",Arial,sans-serif;
    font-size:15px;
    line-height:1.35;
}

.cwr4-assess-grid p{
    margin:0;
    color:#627181;
    font-size:13px;
    line-height:1.52;
}


/* =========================================================
CWR4 08 — EXPERIENCE
Green-tinted specialist insight block.
========================================================= */

.cwr4-experience{
    padding:30px 0;
    background:#FFFFFF;
}

.cwr4-experience-card{
    max-width:1040px;
    margin:0 auto;
    display:grid;
    grid-template-columns:48px 1fr;
    gap:16px;
    align-items:start;
    padding:19px 22px;
    border:1px solid #C9E5D1;
    border-left:3px solid var(--cwr4-green);
    border-radius:11px;
    background:var(--cwr4-soft-green);
}

.cwr4-experience-mark{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:9px;
    background:#E7F5EA;
    color:var(--cwr4-green-dark);
}

.cwr4-experience-card > div:last-child > span{
    display:inline-block;
    margin-bottom:6px;
    color:var(--cwr4-green-dark);
    font-size:10.5px;
    line-height:1.3;
    font-weight:800;
    letter-spacing:1px;
}

.cwr4-experience-card h2{
    margin:0 0 7px;
    color:var(--cwr4-heading);
    font-family:"Poppins",Arial,sans-serif;
    font-size:21px;
    line-height:1.3;
}

.cwr4-experience-card p{
    margin:0 0 7px;
    color:#5F6E7F;
    font-size:13.5px;
    line-height:1.62;
}

.cwr4-experience-note{
    margin-bottom:0 !important;
}


/* =========================================================
CWR4 09 — BANGALORE CONTEXT
========================================================= */

.cwr4-local{
    padding:36px 0;
    background:var(--cwr4-soft);
}

.cwr4-local-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:13px;
}

.cwr4-local-grid article{
    padding:17px;
    border:1px solid var(--cwr4-border);
    border-top:3px solid var(--cwr4-green);
    border-radius:10px;
    background:#FFFFFF;
    box-shadow:var(--cwr4-shadow);
}

.cwr4-local-grid article:nth-child(2n){
    border-top-color:var(--cwr4-blue);
}

.cwr4-local-grid article > b{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    margin-bottom:8px;
    border-radius:50%;
    background:#EEF7F0;
    color:var(--cwr4-green-dark);
    font-size:10px;
    font-weight:800;
}

.cwr4-local-grid article:nth-child(2n) > b{
    background:#EEF5FD;
    color:var(--cwr4-blue);
}

.cwr4-local-grid h3{
    margin:0 0 5px;
    color:var(--cwr4-dark);
    font-family:"Poppins",Arial,sans-serif;
    font-size:15px;
    line-height:1.35;
}

.cwr4-local-grid p{
    margin:0;
    color:#627181;
    font-size:13px;
    line-height:1.52;
}


/* =========================================================
CWR4 10 — COMMON HIRING MISTAKES
Small warm section as the only deliberate colour variation.
========================================================= */

.cwr4-mistakes{
    padding:34px 0;
    background:var(--cwr4-soft-warm);
}

.cwr4-mistake-grid{
    max-width:960px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 13px;
}

.cwr4-mistake-grid article{
    display:grid;
    grid-template-columns:30px 1fr;
    gap:10px;
    padding:14px;
    border:1px solid #E9DED0;
    border-radius:9px;
    background:#FFFFFF;
}

.cwr4-mistake-grid article > span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:27px;
    height:27px;
    border-radius:50%;
    background:#F8EEDF;
    color:#A9651C;
    font-size:9.5px;
    font-weight:800;
}

.cwr4-mistake-grid h3{
    margin:0 0 4px;
    color:var(--cwr4-dark);
    font-family:"Poppins",Arial,sans-serif;
    font-size:14px;
    line-height:1.35;
}

.cwr4-mistake-grid p{
    margin:0;
    color:#647486;
    font-size:12.8px;
    line-height:1.52;
}


/* =========================================================
CWR4 11 — RECRUITMENT PROCESS
Same 6-card process pattern as Teaching.
========================================================= */

.cwr4-process{
    padding:36px 0;
    background:#FFFFFF;
}

.cwr4-process-grid{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:10px;
}

.cwr4-process-grid article{
    min-height:145px;
    padding:14px 12px;
    border:1px solid var(--cwr4-border);
    border-radius:9px;
    background:#FFFFFF;
    box-shadow:var(--cwr4-shadow);
}

.cwr4-process-grid article > span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:26px;
    height:26px;
    margin-bottom:7px;
    border-radius:50%;
    background:#EEF7F0;
    color:var(--cwr4-green-dark);
    font-size:9.5px;
    font-weight:800;
}

.cwr4-process-grid article:nth-child(2n) > span{
    background:#EEF5FD;
    color:var(--cwr4-blue);
}

.cwr4-process-grid h3{
    margin:0 0 5px;
    color:var(--cwr4-heading);
    font-family:"Poppins",Arial,sans-serif;
    font-size:14px;
    line-height:1.35;
}

.cwr4-process-grid p{
    margin:0;
    color:#627181;
    font-size:12px;
    line-height:1.5;
}


/* =========================================================
CWR4 12 — RELATED RECRUITMENT
========================================================= */

.cwr4-related{
    padding:24px 0;
    background:var(--cwr4-soft);
}

.cwr4-related-grid{
    max-width:1000px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.cwr4-related-grid a{
    min-width:0;
    display:grid;
    grid-template-columns:34px 1fr 16px;
    align-items:center;
    gap:13px;
    padding:14px 16px;
    border:1px solid var(--cwr4-border);
    border-top:2px solid var(--cwr4-blue);
    border-radius:9px;
    background:#FFFFFF;
    box-shadow:var(--cwr4-shadow);
}

.cwr4-related-grid a:hover{
    border-top-color:var(--cwr4-green);
}

.cwr4-related-grid a > i:first-child{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:#EEF5FD;
    color:var(--cwr4-blue);
}

.cwr4-related-grid strong{
    display:block;
    margin-bottom:3px;
    color:var(--cwr4-heading);
    font-family:"Poppins",Arial,sans-serif;
    font-size:13px;
    line-height:1.35;
}

.cwr4-related-grid span{
    display:block;
    color:#687687;
    font-size:11.5px;
    line-height:1.4;
}

.cwr4-related-arrow{
    color:var(--cwr4-green);
    font-size:10px;
}


/* =========================================================
CWR4 13 — FAQ
Same compact FAQ dimensions as Teaching.
========================================================= */

.cwr4-faq{
    padding:36px 0;
    background:#FFFFFF;
}

.cwr4-faq-wrap{
    max-width:900px;
    margin:0 auto;
}

.cwr4-faq-wrap details{
    margin:0 0 8px;
    border:1px solid var(--cwr4-border);
    border-radius:8px;
    background:#FFFFFF;
}

.cwr4-faq-wrap summary{
    position:relative;
    padding:12px 42px 12px 15px;
    color:var(--cwr4-heading);
    font-family:"Poppins",Arial,sans-serif;
    font-size:13px;
    line-height:1.45;
    font-weight:600;
    cursor:pointer;
    list-style:none;
}

.cwr4-faq-wrap summary::-webkit-details-marker{
    display:none;
}

.cwr4-faq-wrap summary span{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    color:var(--cwr4-green);
    font-size:17px;
    font-weight:700;
}

.cwr4-faq-wrap details[open] summary{
    border-bottom:1px solid var(--cwr4-border);
}

.cwr4-faq-wrap details[open] summary span{
    transform:translateY(-50%) rotate(45deg);
}

.cwr4-faq-wrap details p{
    margin:0;
    padding:11px 15px 13px;
    color:#627181;
    font-size:13px;
    line-height:1.58;
}


/* =========================================================
CWR4 14 — CTA + TRUST
========================================================= */

.cwr4-cta{
    padding:27px 0 30px;
    background:#FFFFFF;
}

.cwr4-cta-card{
    max-width:1080px;
    margin:0 auto 14px;
    padding:20px 23px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    border-radius:11px;
    background:linear-gradient(135deg,#123F64,#0B4F9C);
    box-shadow:0 9px 25px rgba(11,79,156,.12);
}

.cwr4-cta-card > div{
    min-width:0;
}

.cwr4-cta-card > div > span{
    display:block;
    margin-bottom:4px;
    color:#79D0C5;
    font-size:10px;
    line-height:1.3;
    font-weight:800;
    letter-spacing:1px;
}

.cwr4-cta-card h2{
    margin:0 0 5px;
    color:#FFFFFF;
    font-family:"Poppins",Arial,sans-serif;
    font-size:21px;
    line-height:1.3;
}

.cwr4-cta-card p{
    max-width:720px;
    margin:0;
    color:#D7E5F0;
    font-size:12.8px;
    line-height:1.52;
}

.cwr4-cta-card .btn{
    flex:0 0 auto;
    white-space:nowrap;
}

.cwr4-trust-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}

.cwr4-trust-grid > div{
    min-width:0;
    padding:16px 12px;
    border-radius:10px;
    background:#1457A0;
    text-align:center;
}

.cwr4-trust-grid strong{
    display:block;
    margin-bottom:5px;
    color:#FFFFFF;
    font-family:"Poppins",Arial,sans-serif;
    font-size:25px;
    line-height:1.05;
}

.cwr4-trust-grid span{
    display:block;
    color:#FFFFFF;
    font-size:12.5px;
    line-height:1.35;
}


/* =========================================================
CWR4 15 — ACCESSIBILITY
========================================================= */

.cwr4-breadcrumb a:focus-visible,
.cwr4-hero-actions a:focus-visible,
.cwr4-related-grid a:focus-visible,
.cwr4-cta-card a:focus-visible,
.cwr4-faq-wrap summary:focus-visible{
    outline:3px solid #2C7BE5;
    outline-offset:3px;
}


/* =========================================================
CWR4 16 — RESPONSIVE
Exact breakpoint family used by Teaching.
========================================================= */

@media(max-width:1050px){

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

    .cwr4-hero-image{
        max-width:620px;
        width:100%;
        margin:0 auto;
    }

    .cwr4-role-grid,
    .cwr4-assess-grid,
    .cwr4-local-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .cwr4-process-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .cwr4-related-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}


@media(max-width:767px){

    .cwr4-hero{
        padding:29px 0 30px;
    }

    .cwr4-hero-content h1{
        font-size:29px;
    }

    .cwr4-hero-intro{
        font-size:15px !important;
    }

    .cwr4-section-heading h2{
        font-size:23px;
    }

    .cwr4-role-grid,
    .cwr4-assess-grid,
    .cwr4-local-grid,
    .cwr4-mistake-grid,
    .cwr4-related-grid{
        grid-template-columns:1fr;
    }

    .cwr4-framework-grid{
        grid-template-columns:1fr;
    }

    .cwr4-process-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .cwr4-trust-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .cwr4-experience-card{
        grid-template-columns:1fr;
        gap:11px;
        padding:17px;
    }

    .cwr4-cta-card{
        flex-direction:column;
        align-items:flex-start;
    }

}


@media(max-width:520px){

    .cwr4-hero-content h1{
        font-size:27px;
    }

    .cwr4-process-grid{
        grid-template-columns:1fr;
    }

    .cwr4-trust-grid{
        grid-template-columns:1fr;
    }

    .cwr4-trust-grid strong{
        font-size:27px;
    }

    .cwr4-local-grid article{
        padding:18px;
    }

}


/* =========================================================
CWR4 17 — REDUCED MOTION
========================================================= */

@media(prefers-reduced-motion:reduce){

    .cwr4-breadcrumb a,
    .cwr4-related-grid a,
    .cwr4-hero-btn{
        transition:none!important;
        scroll-behavior:auto!important;
    }

}

/* DISHA TYPOGRAPHY STANDARD V1 — validated Content Writer baseline */
.cwr4-section-heading h2 { font-size:30px; line-height:1.2; }
.cwr4-section-heading p { font-size:15px; line-height:1.55; }
.cwr4-role-card h3 { font-size:18px; line-height:1.3; }
.cwr4-role-card p { font-size:14px; line-height:1.5; }


@media (max-width: 768px){
.cwr4-section-heading h2{font-size:24px;line-height:1.22;}
.cwr4-section-heading p{font-size:14px;line-height:1.5;}
.cwr4-role-card h3{font-size:17px;line-height:1.3;}
.cwr4-role-card p{font-size:13.5px;line-height:1.48;}
}


/* =========================================================
DISHA TYPOGRAPHY STANDARD V1 — FINAL CORRECTION
Reference: current Teaching Staff Recruitment page
========================================================= */
.cwr4-hero-content h1{font-size:32px;line-height:1.15;color:var(--cwr4-blue);}
.cwr4-section-heading h2{font-size:28px;line-height:1.2;color:var(--cwr4-heading);}
.cwr4-role-grid h3,
.cwr4-framework-grid h3,
.cwr4-assess-grid h3,
.cwr4-experience-card h2,
.cwr4-local-grid h3,
.cwr4-mistake-grid h3,
.cwr4-process-grid h3,
.cwr4-cta-card h2{color:var(--cwr4-heading);}
@media(max-width:767px){
  .cwr4-hero-content h1{font-size:29px;}
  .cwr4-section-heading h2{font-size:23px;}
}
@media(max-width:520px){
  .cwr4-hero-content h1{font-size:28px;}
}
