.ct-sachin-page,
.ct-sachin-page *{
    box-sizing:border-box;
}

.ct-sachin-page{
    --purple:#6a00d7;
    --purple-dark:#43008d;
    --purple-light:#f3eaff;
    --orange:#ff7a00;
    --orange-light:#fff1e4;
    --dark:#15111b;
    --text:#29242f;
    --muted:#706878;
    --white:#fff;
    --border:#e7e1eb;
    --green:#0b9b62;
    --red:#d92d20;
    --blue:#1769e0;

    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0 12px 60px;
    color:var(--text);
    font-family:"Noto Sans Devanagari",Arial,sans-serif;
    line-height:1.85;
    font-size:17px;
}

.ct-sachin-page h1,
.ct-sachin-page h2,
.ct-sachin-page h3,
.ct-sachin-page h4,
.ct-sachin-page p{
    margin-top:0;
}

.ct-sachin-page a{
    color:var(--purple);
    text-decoration:none;
}

.ct-sachin-page img{
    max-width:100%;
}

/* TOP LABEL */

.ct-sachin-top-label{
    display:flex;
    align-items:center;
    gap:10px;
    margin:20px 0 12px;
    color:var(--purple);
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.3px;
}

.ct-sachin-top-label span{
    display:inline-block;
    width:34px;
    height:4px;
    border-radius:20px;
    background:var(--orange);
}

/* HERO */

.ct-sachin-hero{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    background:
        radial-gradient(circle at 80% 10%,rgba(255,122,0,.28),transparent 25%),
        radial-gradient(circle at 10% 90%,rgba(255,255,255,.12),transparent 25%),
        linear-gradient(135deg,#35006e,#6a00d7 55%,#8a24ee);
    color:#fff;
    padding:42px;
    margin-bottom:25px;
    box-shadow:0 18px 50px rgba(106,0,215,.18);
}

.ct-sachin-hero:after{
    content:"CRICKTIMES";
    position:absolute;
    right:-25px;
    bottom:-25px;
    font-size:90px;
    line-height:1;
    font-weight:900;
    opacity:.06;
}

.ct-sachin-hero-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:260px 1fr;
    gap:34px;
    align-items:center;
}

.ct-sachin-photo{
    width:230px;
    height:270px;
    margin:auto;
    border-radius:22px;
    overflow:hidden;
    background:rgba(255,255,255,.12);
    border:4px solid rgba(255,255,255,.55);
    box-shadow:0 15px 40px rgba(0,0,0,.25);
}

.ct-sachin-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.ct-sachin-photo-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px;
    font-weight:800;
    font-size:18px;
}

.ct-sachin-kicker{
    display:inline-block;
    background:var(--orange);
    color:#fff;
    border-radius:50px;
    padding:4px 14px;
    font-size:13px;
    font-weight:800;
    margin-bottom:10px;
}

.ct-sachin-hero h1{
    font-size:48px;
    line-height:1.2;
    margin-bottom:8px;
    font-weight:900;
}

.ct-sachin-hero h1 span{
    color:#ffd3ae;
}

.ct-sachin-subtitle{
    font-size:20px;
    font-weight:600;
    opacity:.95;
    margin-bottom:20px;
}

.ct-sachin-badges{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
}

.ct-sachin-badge{
    padding:6px 13px;
    border:1px solid rgba(255,255,255,.25);
    background:rgba(255,255,255,.1);
    border-radius:50px;
    font-size:14px;
    font-weight:700;
}

/* INTRO */

.ct-sachin-intro{
    background:#fff;
    border:1px solid var(--border);
    border-left:7px solid var(--orange);
    border-radius:16px;
    padding:22px 25px;
    margin:22px 0;
    box-shadow:0 8px 25px rgba(30,20,40,.05);
}

/* TOC */

.ct-sachin-toc{
    background:linear-gradient(135deg,#fff,#f8f2ff);
    border:1px solid #e8d9f8;
    border-radius:18px;
    padding:24px;
    margin:25px 0;
}

.ct-sachin-toc-title{
    color:var(--purple);
    font-size:22px;
    font-weight:900;
    margin-bottom:12px;
}

.ct-sachin-toc-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:8px 20px;
}

.ct-sachin-toc a{
    display:block;
    padding:8px 10px;
    border-bottom:1px dashed #ddd0ea;
    font-weight:600;
}

/* SECTION */

.ct-sachin-section{
    background:#fff;
    border:1px solid var(--border);
    border-radius:18px;
    padding:28px;
    margin:24px 0;
    box-shadow:0 7px 25px rgba(25,15,35,.045);
}

.ct-sachin-section-title{
    display:flex;
    align-items:center;
    gap:12px;
    color:var(--purple);
    font-size:29px;
    line-height:1.35;
    font-weight:900;
    padding-bottom:13px;
    margin-bottom:18px;
    border-bottom:1px solid #eee7f2;
}

.ct-sachin-section-title:before{
    content:"";
    width:7px;
    min-width:7px;
    height:34px;
    background:var(--orange);
    border-radius:10px;
}

.ct-sachin-section h3{
    color:#3a2c46;
    font-size:22px;
    margin:22px 0 8px;
    font-weight:800;
}

.ct-sachin-section p{
    margin-bottom:15px;
}

/* FACT GRID */

.ct-sachin-facts{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
}

.ct-sachin-fact{
    background:#faf8fc;
    border:1px solid #ece5f1;
    border-radius:14px;
    padding:16px;
}

.ct-sachin-fact-label{
    display:block;
    color:var(--muted);
    font-size:13px;
    font-weight:700;
    margin-bottom:3px;
}

.ct-sachin-fact-value{
    color:var(--purple);
    font-size:17px;
    font-weight:900;
}

/* STAT CARDS */

.ct-sachin-stat-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin:20px 0;
}

.ct-sachin-stat-card{
    position:relative;
    overflow:hidden;
    border-radius:16px;
    padding:22px;
    background:linear-gradient(135deg,#fff,#f7f1fc);
    border:1px solid #e6d9ef;
}

.ct-sachin-stat-card:after{
    content:"";
    position:absolute;
    width:75px;
    height:75px;
    right:-25px;
    top:-25px;
    background:var(--orange);
    opacity:.12;
    border-radius:50%;
}

.ct-sachin-stat-format{
    color:var(--purple);
    font-size:14px;
    font-weight:900;
}

.ct-sachin-stat-number{
    font-size:34px;
    line-height:1.2;
    font-weight:900;
    margin:5px 0;
}

.ct-sachin-stat-note{
    color:var(--muted);
    font-size:13px;
}

/* TABLE */

.ct-sachin-table-wrap{
    overflow-x:auto;
    margin:20px 0;
    border-radius:14px;
    border:1px solid var(--border);
}

.ct-sachin-table{
    width:100%;
    min-width:720px;
    border-collapse:collapse;
    background:#fff;
}

.ct-sachin-table th{
    background:var(--purple);
    color:#fff;
    padding:13px 12px;
    font-size:14px;
    white-space:nowrap;
}

.ct-sachin-table td{
    padding:12px;
    border-bottom:1px solid #eee;
    text-align:center;
    font-size:14px;
}

.ct-sachin-table tr:nth-child(even) td{
    background:#fbf9fd;
}

.ct-sachin-table td:first-child{
    font-weight:800;
    text-align:left;
    color:var(--purple);
}

/* TIMELINE */

.ct-sachin-timeline{
    position:relative;
    margin:20px 0;
    padding-left:25px;
}

.ct-sachin-timeline:before{
    content:"";
    position:absolute;
    left:7px;
    top:0;
    bottom:0;
    width:3px;
    background:linear-gradient(var(--purple),var(--orange));
    border-radius:20px;
}

.ct-sachin-event{
    position:relative;
    padding:0 0 25px 25px;
}

.ct-sachin-event:before{
    content:"";
    position:absolute;
    left:-1px;
    top:7px;
    width:15px;
    height:15px;
    border-radius:50%;
    background:var(--orange);
    border:3px solid #fff;
    box-shadow:0 0 0 2px var(--orange);
}

.ct-sachin-year{
    display:inline-block;
    color:#fff;
    background:var(--purple);
    border-radius:50px;
    padding:2px 12px;
    font-size:13px;
    font-weight:900;
    margin-bottom:5px;
}

.ct-sachin-event h3{
    margin:0 0 4px;
    font-size:20px;
    color:#33243e;
}

/* HIGHLIGHT */

.ct-sachin-highlight{
    background:linear-gradient(135deg,#fff3e7,#fffaf6);
    border:1px solid #ffd5b3;
    border-left:6px solid var(--orange);
    border-radius:15px;
    padding:20px;
    margin:18px 0;
}

.ct-sachin-highlight strong{
    color:#d85f00;
}

/* RECORD CARDS */

.ct-sachin-record-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.ct-sachin-record{
    padding:18px;
    border-radius:15px;
    border:1px solid #eadff0;
    background:#fff;
}

.ct-sachin-record strong{
    color:var(--purple);
    display:block;
    font-size:18px;
    margin-bottom:4px;
}

/* TAGS */

.ct-sachin-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.ct-sachin-tag{
    background:#f1e8fb;
    color:#4f009d;
    border-radius:50px;
    padding:5px 12px;
    font-size:13px;
    font-weight:700;
}

/* STATUS */

.ct-sachin-status{
    display:inline-block;
    border-radius:50px;
    padding:3px 10px;
    font-size:12px;
    font-weight:900;
    margin-bottom:7px;
}

.ct-sachin-verified{
    color:#087b4e;
    background:#e6f8f0;
}

.ct-sachin-reported{
    color:#a15d00;
    background:#fff3d9;
}

.ct-sachin-rumour{
    color:#a12626;
    background:#ffe8e8;
}

.ct-sachin-note{
    background:#f7f5f8;
    border-radius:12px;
    padding:15px 17px;
    color:#625b66;
    font-size:14px;
}

/* FAQ */

.ct-sachin-faq{
    border:1px solid var(--border);
    border-radius:14px;
    overflow:hidden;
    margin:10px 0;
}

.ct-sachin-faq details{
    border-bottom:1px solid #eee;
}

.ct-sachin-faq details:last-child{
    border-bottom:0;
}

.ct-sachin-faq summary{
    cursor:pointer;
    list-style:none;
    padding:17px 20px;
    font-weight:800;
    color:#34253e;
    position:relative;
    padding-right:45px;
}

.ct-sachin-faq summary::-webkit-details-marker{
    display:none;
}

.ct-sachin-faq summary:after{
    content:"+";
    position:absolute;
    right:18px;
    top:12px;
    color:var(--orange);
    font-size:25px;
}

.ct-sachin-faq details[open] summary:after{
    content:"−";
}

.ct-sachin-faq-answer{
    padding:0 20px 18px;
    color:#5d5661;
}

/* SOURCES */

.ct-sachin-sources{
    background:#19131f;
    color:#eee;
    border-radius:18px;
    padding:25px;
    margin-top:25px;
}

.ct-sachin-sources h2{
    color:#fff;
}

.ct-sachin-sources a{
    color:#ffb879;
}

.ct-sachin-sources li{
    margin-bottom:8px;
}

/* FOOTER */

.ct-sachin-footer{
    margin-top:25px;
    padding:22px;
    text-align:center;
    background:linear-gradient(135deg,#43008d,#6a00d7);
    color:#fff;
    border-radius:18px;
}

.ct-sachin-footer strong{
    color:#ffd09f;
}

/* RESPONSIVE */

@media(max-width:900px){

    .ct-sachin-hero{
        padding:28px 20px;
    }

    .ct-sachin-hero-grid{
        grid-template-columns:1fr;
        text-align:center;
    }

    .ct-sachin-hero h1{
        font-size:38px;
    }

    .ct-sachin-badges{
        justify-content:center;
    }

    .ct-sachin-facts{
        grid-template-columns:repeat(2,1fr);
    }

    .ct-sachin-stat-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){

    .ct-sachin-page{
        padding:0 8px 40px;
        font-size:16px;
    }

    .ct-sachin-hero{
        border-radius:17px;
        padding:22px 15px;
    }

    .ct-sachin-photo{
        width:190px;
        height:225px;
    }

    .ct-sachin-hero h1{
        font-size:31px;
    }

    .ct-sachin-subtitle{
        font-size:17px;
    }

    .ct-sachin-section{
        padding:20px 15px;
        border-radius:14px;
    }

    .ct-sachin-section-title{
        font-size:23px;
    }

    .ct-sachin-toc-grid{
        grid-template-columns:1fr;
    }

    .ct-sachin-facts{
        grid-template-columns:1fr 1fr;
    }

    .ct-sachin-stat-grid{
        grid-template-columns:1fr;
    }

    .ct-sachin-record-grid{
        grid-template-columns:1fr;
    }

    .ct-sachin-table{
        min-width:680px;
    }
}

.ct-sachin-photo-credit{
    margin-top:8px;
    color:var(--ct-muted);
    font-size:11px;
    line-height:1.45;
    text-align:center;
}
