.child-safety-page{
    display:grid;
    gap:22px;
    max-width:1040px;
    margin:0 auto;
}

.child-safety-hero{
    padding:38px;
    background:
        radial-gradient(circle at top right,rgba(22,118,237,.13),transparent 38%),
        #fff;
}

.child-safety-kicker{
    display:inline-block;
    margin-bottom:9px;
    color:#1676ed;
    font-weight:900;
    letter-spacing:.04em;
}

.child-safety-hero h1{
    margin:0 0 14px;
    color:#102a56;
    font-size:clamp(1.8rem,4vw,2.75rem);
    line-height:1.15;
}

.child-safety-lead{
    max-width:820px;
    margin:0;
    color:#344a67;
    font-size:1.06rem;
    line-height:1.75;
}

.child-safety-updated{
    margin:16px 0 0;
    color:#6a7a90;
    font-size:.86rem;
}

.child-safety-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}

.child-safety-section{
    padding:28px;
}

.child-safety-section h2,
.child-safety-english h2{
    margin:0 0 14px;
    color:#172b4d;
    font-size:1.25rem;
}

.child-safety-section p,
.child-safety-section li,
.child-safety-english p{
    color:#435875;
    line-height:1.7;
}

.child-safety-section ul{
    margin:14px 0 0;
    padding-left:22px;
}

.child-safety-section li+li{
    margin-top:7px;
}

.child-safety-section a,
.child-safety-english a{
    color:#1766c5;
    font-weight:800;
    overflow-wrap:anywhere;
}

.child-safety-emergency{
    margin-top:18px;
    padding:14px 16px;
    border:1px solid #f0c7c7;
    border-radius:12px;
    background:#fff4f4;
    color:#9f2f2f;
    font-weight:800;
    line-height:1.55;
}

.child-safety-contact{
    font-size:1.05rem;
}

.child-safety-english{
    padding:30px;
    border-left:5px solid #1676ed;
}

@media(max-width:760px){
    .child-safety-page{
        gap:14px;
    }

    .child-safety-grid{
        grid-template-columns:1fr;
        gap:14px;
    }

    .child-safety-hero,
    .child-safety-section,
    .child-safety-english{
        padding:22px 18px;
    }
}
