
.kids-hero { background: #fff; padding: 80px 0 0; }
.kids-hero-inner { background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%); border-radius: 24px; padding: 60px 50px; position: relative; overflow: hidden; }
.kids-hero-inner::before { content: ''; position: absolute; top: -60px; right: -60px; width: 260px; height: 260px; border-radius: 50%; background: rgba(50,91,201,0.07); }
.kids-hero-inner::after  { content: ''; position: absolute; bottom: -80px; left: -40px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,140,0,0.06); }
.kids-badge { display: inline-block; background: linear-gradient(90deg,#325bc9,#3a4096); color: #fff; font-size: 13px; font-weight: 600; letter-spacing: 0.07em; padding: 6px 18px; border-radius: 50px; margin-bottom: 20px; }
.kids-hero h2 { font-size: clamp(26px,4vw,42px); font-weight: 700; color: #1a1a2e; line-height: 1.25; margin-bottom: 18px; }
.kids-hero h2 span { color: #325bc9; }
.kids-hero p { color: #5a6070; font-size: 16px; line-height: 1.8; margin-bottom: 14px; }
.kids-cta { display: inline-block; background: linear-gradient(90deg,#325bc9,#3a4096); color: #fff !important; padding: 14px 34px; border-radius: 50px; font-weight: 600; font-size: 15px; text-decoration: none; margin-top: 10px; transition: transform 0.2s, box-shadow 0.2s; }
.kids-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(50,91,201,0.35); }
.kids-stat-row { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 36px; }
.kids-stat { background: #fff; border-radius: 16px; padding: 20px 28px; box-shadow: 0 4px 20px rgba(0,0,0,0.07); flex: 1; min-width: 120px; text-align: center; }
.kids-stat-num { font-size: 32px; font-weight: 800; color: #325bc9; line-height: 1; }
.kids-stat-label { font-size: 13px; color: #7a8095; margin-top: 6px; font-weight: 500; }
@media(max-width:767px){ .kids-hero-inner { padding: 36px 24px; } }



.kids-loc-section { padding: 10px 0; background: #fff; }
.kids-loc-section .section-tag { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #f0b429; margin-bottom: 3px; display: block; }
.kids-loc-section h2 { font-size: clamp(24px,3.5vw,38px); font-weight: 700; color: #1a1a2e; margin-bottom: 28px; }
.loc-card { border-radius: 20px; overflow: hidden; position: relative; height: 220px; display: flex; align-items: flex-end; padding: 28px; background-size: cover; background-position: center; transition: transform 0.3s; }
.loc-card:hover { transform: translateY(-6px); }
.loc-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,30,80,0.82) 0%, rgba(20,30,80,0.15) 60%); }
.loc-card-body { position: relative; z-index: 2; }
.loc-card-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.18); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.loc-card-icon i { color: #fff; font-size: 18px; }
.loc-card h4 { color: #fff; font-size: 17px; font-weight: 700; margin: 0 0 4px; }
.loc-card p { color: rgba(255,255,255,0.82); font-size: 13px; margin: 0; line-height: 1.5; }
/* Fallback gradient backgrounds since actual images aren't known */
.loc-bg-1 { background: linear-gradient(135deg,#1a6b3c,#2ecc71); }
.loc-bg-2 { background: linear-gradient(135deg,#1a3a6b,#325bc9); }
.loc-bg-3 { background: linear-gradient(135deg,#4a1a6b,#8e44ad); }
.loc-bg-4 { background: linear-gradient(135deg,#6b3a1a,#e67e22); }



.kids-safe-section { padding: 80px 0; background: linear-gradient(160deg,#3a4096 0%,#325bc9 100%); }
.kids-safe-section .section-tag { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #f0b429; margin-bottom: 10px; display: block; }
.kids-safe-section h2 { font-size: clamp(24px,3.5vw,38px); font-weight: 700; color: #fff; margin-bottom: 10px; }
.kids-safe-section .lead { color: rgba(255,255,255,0.78); font-size: 15px; line-height: 1.8; margin-bottom: 36px; }
.safe-item { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 28px; }
.safe-item-icon { width: 50px; height: 50px; flex-shrink: 0; border-radius: 14px; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; }
.safe-item-icon i { color: #f0b429; font-size: 22px; }
.safe-item-body h5 { color: #fff; font-size: 16px; font-weight: 700; margin: 0 0 5px; }
.safe-item-body p { color: rgba(255,255,255,0.75); font-size: 14px; margin: 0; line-height: 1.6; }
.kids-features-box { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 36px 32px; }
.kids-features-box h4 { color: #f0b429; font-size: 17px; font-weight: 700; margin-bottom: 22px; }
.kids-feat-list { list-style: none; padding: 0; margin: 0; }
.kids-feat-list li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.88); font-size: 14px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.kids-feat-list li:last-child { border-bottom: none; }
.kids-feat-list li i { color: #f0b429; font-size: 16px; flex-shrink: 0; }



.kids-faq-section { padding: 10px 0; background: #f7f9fc; }
.kids-faq-section .section-tag { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #f0b429; margin-bottom: 10px; display: block; }
.kids-faq-section h2 { font-size: clamp(24px,3.5vw,38px); font-weight: 700; color: #1a1a2e; margin-bottom: 48px; }
.kids-faq-item { background: #fff; border-radius: 16px; margin-bottom: 16px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,0.06); border: 1px solid #e8edf5; }
.kids-faq-question { display: flex; align-items: center; gap: 18px; padding: 22px 28px; cursor: pointer; user-select: none; }
.kids-faq-num { width: 36px; height: 36px; flex-shrink: 0; border-radius: 50%; background: linear-gradient(135deg,#325bc9,#3a4096); color: #fff; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.kids-faq-question h5 { flex: 1; margin: 0; font-size: 16px; font-weight: 700; color: #1a1a2e; }
.kids-faq-toggle { width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%; background: #f0f4ff; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.kids-faq-toggle i { font-size: 18px; color: #f0b429; transition: transform 0.3s; }
.kids-faq-item.open .kids-faq-toggle { background: #f0b429; }
.kids-faq-item.open .kids-faq-toggle i { color: #fff; transform: rotate(45deg); }
.kids-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
.kids-faq-answer-inner { padding: 0 28px 22px 82px; color: #5a6070; font-size: 15px; line-height: 1.75; }
.kids-faq-item.open .kids-faq-answer { max-height: 300px; }
@media(max-width:576px){ .kids-faq-answer-inner { padding: 0 20px 20px 20px; } }


/* ===========================
   PREMIUM SAFETY SECTION
=========================== */

.kids-safety-premium {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg,#f7fbff 0%,#eef6ff 100%);
    overflow: hidden;
}

.kids-safety-premium::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(50,91,201,.08);
    border-radius:50%;
    top:-150px;
    right:-120px;
}

.kids-safety-premium::after{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(13,148,136,.08);
    border-radius:50%;
    bottom:-120px;
    left:-120px;
}

.safety-badge{
    display:inline-block;
    background:#f0b429;
    color:#fff;
    padding:10px 20px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.safety-title{
    font-size:clamp(32px,4vw,52px);
    font-weight:800;
    line-height:1.2;
    color:#1d2939;
    margin-bottom:15px;
}

.safety-title span{
    color:#325bc9;
}

.safety-subtitle{
    font-size:16px;
    color:#667085;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

/* LEFT BOX */

.safety-feature-box{
    display:flex;
    gap:25px;
    align-items:center;
    padding:35px;
    border-radius:28px;
    background:linear-gradient(135deg,#325bc9,#4f7eff);
    color:#fff;
    margin-bottom:25px;
    box-shadow:0 20px 50px rgba(50,91,201,.2);
}

.feature-icon{
    min-width:75px;
    width:75px;
    height:75px;
    border-radius:18px;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
}

.feature-icon i{
    font-size:34px;
}

.safety-feature-box h3{
    margin-bottom:10px;
    font-size:28px;
    font-weight:800;
}

.safety-feature-box p{
    margin:0;
    opacity:.9;
}

/* CHECKLIST */

.safety-list{
    background:#fff;
    padding:30px;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.safety-list-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:14px 0;
    border-bottom:1px solid #edf2f7;
    font-size:15px;
    color:#344054;
}

.safety-list-item:last-child{
    border-bottom:none;
}

.safety-list-item i{
    color:#16a34a;
    font-size:20px;
}

/* RIGHT GRID */

.safety-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.safety-card{
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(10px);
    border-radius:28px;
    padding:35px;
    transition:.4s;
    border:1px solid rgba(255,255,255,.5);
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.safety-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.card-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.card-icon i{
    font-size:28px;
}

.blue{
    background:#e6f0ff;
    color:#325bc9;
}

.green{
    background:#e7fbf4;
    color:#0f9d75;
}

.orange{
    background:#fff2e0;
    color:#d97706;
}

.purple{
    background:#f2ebff;
    color:#7c3aed;
}

.safety-card h4{
    font-size:20px;
    font-weight:700;
    color:#101828;
    margin-bottom:12px;
}

.safety-card p{
    color:#667085;
    line-height:1.8;
    margin:0;
}

/* MOBILE */

@media(max-width:991px){

    .safety-grid{
        grid-template-columns:1fr;
        margin-top:30px;
    }

    .safety-feature-box{
        flex-direction:column;
        text-align:center;
    }
}

@media(max-width:576px){

    .kids-safety-premium{
        padding:70px 0;
    }

    .safety-card,
    .safety-list,
    .safety-feature-box{
        padding:25px;
    }

    .safety-title{
        font-size:32px;
    }
}


        
        
        