/* ============================================================
   تم نسخ نظام FULL-WIDTH من صفحة MSA بالكامل
   ============================================================ */
.site-main, .entry-content, .page-content, .post-content,
.wp-block-group, .wp-block-group__inner-container,
article.page, .entry, #content, #primary, #main,
.site-content, .content-area, .page-wrapper, .main-content,
[class*="page-template"] .entry-content,
[class*="page-template"] article {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.page {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.entry-header, .page-header, h1.entry-title, h1.page-title, .site-header + .page-header {
    display: none !important;
}

/* ===== DESIGN SYSTEM ===== */
:root {
    --orange: #FF6B35;
    --teal: #4ECDC4;
    --purple: #9B59B6;
    --pink: #FF6B9D;
    --yellow: #FFD93D;
    --green: #6BCF7F;
    --cream: #FFF8F0;
    --white: #FFFFFF;
    --dark: #2D3748;
    --gray: #4A5568;
    --lgray: #E2E8F0;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Inter', sans-serif;
    background: var(--white);
    color: var(--dark);
    line-height: 1.65;
    font-size: 18px;
    width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

/* ===== FULL WIDTH CONTAINER (مثل MSA بالضبط) ===== */
.container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.section {
    width: 100%;
    padding: 5rem 0;
}

/* جعل محتوى النصوص له حد أقصى للعرض */
.container > h2,
.container > p,
.container > .section-subtitle {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}

/* الشبكات تمتد مع مسافات داخلية */
.age-grid, .why-grid, .price-grid, .fun-grid, .curr-grid, .safe-grid {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}

@media (max-width: 768px) {
    .container {
        padding: 0 1rem !important;
    }
    .age-grid, .why-grid, .price-grid, .fun-grid, .curr-grid, .safe-grid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .container > h2, .container > p, .container > .section-subtitle {
        padding: 0 1rem;
    }
}

/* Labels */
.klabel {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    padding: .4rem 1.4rem;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.ktitle {
    font-size: 3rem;
    color: var(--orange);
    margin-bottom: .8rem;
    text-align: center;
}

.ksub {
    font-size: 1.25rem;
    color: var(--gray);
    text-align: center;
    max-width: 680px;
    margin: 0 auto 3rem;
}

/* ===== HERO ===== */
.k-hero {
    width: 100%;
    background: linear-gradient(135deg, #FFD93D 0%, #FF6B35 48%, #FF6B9D 100%);
    padding: 4rem 2rem 5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.k-hero-inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.k-badge {
    display: inline-block;
    background: rgba(255,255,255,.25);
    color: #fff;
    border: 2px solid rgba(255,255,255,.5);
    padding: .55rem 1.6rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: .95rem;
    margin-bottom: 1.8rem;
    backdrop-filter: blur(8px);
}

.k-hero h1 {
    font-size: 3.8rem;
    color: #fff;
    text-shadow: 0 3px 12px rgba(0,0,0,.18);
    margin-bottom: 1.3rem;
}

.k-hero-sub {
    font-size: 1.3rem;
    color: rgba(255,255,255,.96);
    max-width: 760px;
    margin: 0 auto 2.5rem;
}

.k-cta-group {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.k-btn-main {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    background: #fff;
    color: var(--orange);
    padding: 1.1rem 2.6rem;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    transition: transform .3s, box-shadow .3s;
}
.k-btn-main:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,.28); }

.k-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    background: rgba(255,255,255,.15);
    color: #fff;
    border: 2.5px solid rgba(255,255,255,.7);
    padding: 1.1rem 2.2rem;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: background .3s, transform .3s;
}
.k-btn-ghost:hover { background: rgba(255,255,255,.28); transform: translateY(-5px); }

.k-trust-bar {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.k-trust-item {
    display: flex;
    align-items: center;
    gap: .55rem;
    background: rgba(255,255,255,.2);
    border: 1.5px solid rgba(255,255,255,.35);
    padding: .6rem 1.4rem;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    backdrop-filter: blur(8px);
}

/* ===== AGE GUIDE ===== */
.age-sec { background: var(--cream); }
.age-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1.6rem;
}
.age-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid transparent;
    box-shadow: 0 6px 24px rgba(0,0,0,.07);
    transition: transform .35s;
    display: flex;
    flex-direction: column;
}
.age-card:hover { transform: translateY(-10px); }
.age-card:nth-child(1) { border-color: var(--yellow); }
.age-card:nth-child(2) { border-color: var(--teal); }
.age-card:nth-child(3) { border-color: var(--pink); }
.age-card:nth-child(4) { border-color: var(--purple); }
.age-hdr { padding: 1.6rem 1.2rem 1.3rem; text-align: center; }
.age-card:nth-child(1) .age-hdr { background: linear-gradient(135deg,#FFD93D,#FFBA08); }
.age-card:nth-child(2) .age-hdr { background: linear-gradient(135deg,#4ECDC4,#2BAE9E); }
.age-card:nth-child(3) .age-hdr { background: linear-gradient(135deg,#FF6B9D,#E0457B); }
.age-card:nth-child(4) .age-hdr { background: linear-gradient(135deg,#9B59B6,#7D3C98); }
.age-em { font-size: 2.8rem; display: block; margin-bottom: .5rem; }
.age-range { font-family: 'Inter', sans-serif; font-size: 1.5rem; color: #fff; font-weight: 700; display: block; text-shadow: 0 2px 6px rgba(0,0,0,.15); }
.age-lv { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.92); background: rgba(255,255,255,.25); padding: .2rem .7rem; border-radius: 12px; display: inline-block; margin-top: .35rem; }
.age-body { padding: 1.3rem 1.4rem 1.6rem; display: flex; flex-direction: column; gap: .75rem; flex: 1; background: #fff; }
.ai-label { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: var(--orange); }
.ai-text { font-size: .88rem; color: var(--gray); line-height: 1.45; }
.ai-div { height: 1px; background: var(--lgray); }

/* ===== WHY KIDS LOVE US ===== */
.why-sec { background: #fff; }
.why-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}
.why-card {
    background: var(--cream);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    border: 2px solid rgba(255,107,53,.1);
    transition: transform .35s;
}
.why-card:hover { transform: translateY(-8px); border-color: var(--orange); }
.why-icon { font-size: 3.5rem; display: block; margin-bottom: 1.2rem; }
.why-card h3 { font-size: 1.3rem; color: var(--purple); margin-bottom: .7rem; }
.why-card p { font-size: .97rem; color: var(--gray); }

/* ===== PRICING ===== */
.price-sec { background: var(--cream); }
.price-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1.6rem;
    margin-bottom: 2.5rem;
}
.price-card {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem 1.6rem;
    text-align: center;
    border: 3.5px solid var(--yellow);
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform .35s;
}
.price-card:hover { transform: translateY(-8px); }
.price-card.pop { border-color: var(--orange); transform: scale(1.05); z-index: 2; }
.pop-badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: var(--orange); color: #fff; padding: .4rem 1.3rem; border-radius: 40px;
    font-size: .85rem; font-weight: 700; white-space: nowrap;
}
.price-title { font-family: 'Inter',sans-serif; font-size: 1.7rem; color: var(--orange); margin-bottom: .6rem; }
.price-price { font-family: 'Inter',sans-serif; font-size: 3rem; color: var(--orange); font-weight: 700; }
.price-lessons { font-size: 1.2rem; font-weight: 700; color: var(--dark); margin: .3rem 0; }
.price-detail { font-size: 1rem; color: var(--gray); margin-bottom: .25rem; }
.btn-select {
    display: block; background: var(--orange); color: #fff; padding: .9rem 1.5rem;
    border-radius: 40px; text-decoration: none; font-family: 'Inter',sans-serif;
    font-weight: 700; font-size: 1.1rem; margin-top: auto; transition: transform .3s;
}
.btn-select:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(255,107,53,.35); }
.discount-box {
    background: var(--yellow); border-radius: 20px; padding: 2rem 2.5rem; text-align: center;
}
.discount-box p:first-child { font-family: 'Inter',sans-serif; font-size: 1.7rem; color: var(--dark); margin-bottom: .5rem; }
.discount-box p { font-size: 1.3rem; color: var(--dark); margin-bottom: .4rem; }
.discount-box span { color: var(--orange); font-weight: 700; }
.discount-note { font-size: 1rem; color: var(--gray); }

/* ===== HOW WE MAKE IT FUN ===== */
.fun-sec {
    background: linear-gradient(135deg, var(--teal) 0%, var(--purple) 100%);
}
.fun-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.8rem;
}
.fun-card {
    background: rgba(255,255,255,.14);
    border: 2px solid rgba(255,255,255,.22);
    border-radius: 20px;
    padding: 2rem 1.8rem;
    backdrop-filter: blur(10px);
    transition: background .3s, transform .3s;
}
.fun-card:hover { background: rgba(255,255,255,.22); transform: translateY(-6px); }
.fun-em { font-size: 2.8rem; display: block; margin-bottom: .9rem; }
.fun-card h3 { color: #fff; font-size: 1.3rem; margin-bottom: .6rem; }
.fun-card p { color: rgba(255,255,255,.92); font-size: .97rem; }

/* ===== CURRICULUM ===== */
.curr-sec { background: #fff; }
.curr-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}
.curr-card {
    border-radius: 20px;
    padding: 3rem 2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.curr-card:nth-child(1) { background: linear-gradient(135deg,#FFD93D,#FF6B35); }
.curr-card:nth-child(2) { background: linear-gradient(135deg,#4ECDC4,#9B59B6); }
.curr-card:nth-child(3) { background: linear-gradient(135deg,#6BCF7F,#4ECDC4); }
.curr-badge {
    display: inline-block; background: rgba(255,255,255,.28); padding: .4rem 1rem;
    border-radius: 16px; font-size: .8rem; font-weight: 700; margin-bottom: 1.3rem; width: fit-content;
}
.curr-card h3 { font-size: 1.9rem; color: #fff; margin-bottom: .6rem; }
.curr-card > p { font-size: 1rem; opacity: .9; margin-bottom: .5rem; }
.curr-list { list-style: none; margin-top: 1.2rem; }
.curr-list li {
    padding: .6rem 0 .6rem 2rem; position: relative; font-size: 1rem;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.curr-list li:last-child { border-bottom: none; }
.curr-list li::before { content: '✓'; position: absolute; left: 0; font-size: 1.15rem; font-weight: 900; }

/* ===== PROGRESS TRACKING ===== */
.prog-sec { background: var(--cream); }
.prog-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}
.prog-vis {
    background: linear-gradient(135deg,#4ECDC4,#9B59B6);
    border-radius: 20px;
    padding: 2.5rem;
    color: #fff;
}
.prog-vis h3 { color: #fff; font-size: 1.6rem; text-align: center; margin-bottom: 1.5rem; }
.skills-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.skill-bub {
    background: rgba(255,255,255,.2);
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 16px;
    padding: 1.1rem;
    text-align: center;
}
.skill-bub span:first-child { font-size: 1.8rem; display: block; margin-bottom: .35rem; }
.skill-bub span:last-child { font-family: 'Inter',sans-serif; font-size: 1rem; color: #fff; font-weight: 700; }
.pbar-lbl { display: flex; justify-content: space-between; font-size: .82rem; color: rgba(255,255,255,.85); margin-bottom: .4rem; }
.pbar-track { height: 8px; background: rgba(255,255,255,.25); border-radius: 10px; overflow: hidden; }
.pbar-fill { height: 100%; background: #fff; border-radius: 10px; width: 72%; }
.prog-feats { display: flex; flex-direction: column; gap: 1.2rem; }
.pf {
    display: flex; gap: 1rem; align-items: flex-start; background: #fff; padding: 1.3rem 1.5rem;
    border-radius: 18px; box-shadow: 0 4px 16px rgba(0,0,0,.06); transition: transform .3s;
}
.pf:hover { transform: translateX(7px); }
.pf-ic {
    width: 48px; height: 48px; border-radius: 13px; display: flex; align-items: center;
    justify-content: center; font-size: 1.5rem; flex-shrink: 0;
}
.ic-o { background: linear-gradient(135deg,#FFD93D,#FF6B35); }
.ic-t { background: linear-gradient(135deg,#4ECDC4,#2BAE9E); }
.ic-p { background: linear-gradient(135deg,#FF6B9D,#E0457B); }
.ic-pu { background: linear-gradient(135deg,#9B59B6,#7D3C98); }
.pf h4 { font-family: 'Inter',sans-serif; font-size: 1.1rem; color: var(--purple); margin-bottom: .25rem; }
.pf p { font-size: .9rem; color: var(--gray); line-height: 1.5; }

/* ===== CHILD SAFETY ===== */
.safe-sec {
    background: linear-gradient(135deg,#6BCF7F 0%,#4ECDC4 100%);
}
.safe-head { text-align: center; margin-bottom: 2.5rem; }
.safe-pill {
    display: inline-flex; align-items: center; gap: .5rem;
    background: rgba(255,255,255,.25); border: 2px solid rgba(255,255,255,.5);
    padding: .55rem 1.6rem; border-radius: 50px; color: #fff; font-weight: 700;
    font-size: 1rem; margin-bottom: 1.2rem;
}
.safe-head h2 { color: #fff; font-size: 2.8rem; margin-bottom: .6rem; }
.safe-head p { color: rgba(255,255,255,.92); font-size: 1.1rem; max-width: 640px; margin: 0 auto; }
.safe-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.6rem;
}
.safe-card {
    background: #fff; border-radius: 20px; padding: 2rem;
    display: flex; flex-direction: column; gap: .6rem; box-shadow: 0 6px 22px rgba(0,0,0,.1);
    transition: transform .35s;
}
.safe-card:hover { transform: translateY(-8px); }
.safe-icon { font-size: 2.5rem; }
.safe-card h3 { font-family: 'Inter',sans-serif; font-size: 1.2rem; color: var(--purple); }
.safe-card p { font-size: .9rem; color: var(--gray); line-height: 1.6; flex: 1; }
.safe-chk {
    display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 700;
    color: #059669; background: #F0FFF4; padding: .25rem .7rem; border-radius: 12px; width: fit-content;
}

/* ===== SAMPLE LESSON ===== */
.lesson-sec { background: var(--cream); }
.timeline {
    max-width: 860px;
    margin: 3rem auto 0;
    position: relative;
}
.timeline::before {
    content: ''; position: absolute; left: 56px; top: 0; bottom: 0;
    width: 3px; background: linear-gradient(to bottom,#FFD93D,#FF6B35,#FF6B9D,#9B59B6,#4ECDC4);
}
.step { display: flex; gap: 1.8rem; margin-bottom: 1.6rem; align-items: flex-start; }
.step:last-child { margin-bottom: 0; }
.step-tc { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 76px; }
.step-tb {
    font-family: 'Inter',sans-serif; font-size: .82rem; font-weight: 700; color: #fff;
    padding: .3rem .5rem; border-radius: 9px; text-align: center; line-height: 1.3;
    margin-bottom: .5rem; white-space: nowrap;
}
.s1 .step-tb { background: #FFD93D; color: var(--dark); }
.s2 .step-tb { background: #FF6B35; }
.s3 .step-tb { background: #FF6B9D; }
.s4 .step-tb { background: #9B59B6; }
.s5 .step-tb { background: #4ECDC4; color: var(--dark); }
.step-dot {
    width: 18px; height: 18px; border-radius: 50%; border: 3px solid #fff;
    position: relative; z-index: 1;
}
.s1 .step-dot { background: #FFD93D; box-shadow: 0 0 0 3px #FFD93D; }
.s2 .step-dot { background: #FF6B35; box-shadow: 0 0 0 3px #FF6B35; }
.s3 .step-dot { background: #FF6B9D; box-shadow: 0 0 0 3px #FF6B9D; }
.s4 .step-dot { background: #9B59B6; box-shadow: 0 0 0 3px #9B59B6; }
.s5 .step-dot { background: #4ECDC4; box-shadow: 0 0 0 3px #4ECDC4; }
.step-con {
    background: #fff; border-radius: 18px; padding: 1.5rem 1.8rem; flex: 1;
    box-shadow: 0 4px 16px rgba(0,0,0,.07); display: flex; gap: 1.1rem; align-items: flex-start;
    transition: transform .3s;
}
.step-con:hover { transform: translateX(8px); }
.step-em { font-size: 2.2rem; flex-shrink: 0; }
.step-tx h4 { font-family: 'Inter',sans-serif; font-size: 1.2rem; margin-bottom: .3rem; color: var(--dark); }
.step-tx p { font-size: .92rem; color: var(--gray); line-height: 1.55; }
.step-tag {
    display: inline-block; font-size: .74rem; font-weight: 700; padding: .2rem .6rem;
    border-radius: 10px; margin-top: .5rem;
}
.s1 .step-tag { background: #FFF9C4; color: #92600A; }
.s2 .step-tag { background: #FFE8D6; color: #C14A06; }
.s3 .step-tag { background: #FFE4EF; color: #9E2057; }
.s4 .step-tag { background: #F3E8FF; color: #6B21A8; }
.s5 .step-tag { background: #CCFBF1; color: #0F766E; }

/* ===== TESTIMONIAL ===== */
.test-sec { background: #fff; }
.test-box {
    max-width: 860px; margin: 0 auto; background: var(--cream);
    border-radius: 20px; padding: 3.5rem; text-align: center; box-shadow: 0 8px 36px rgba(0,0,0,.07);
}
.test-quote { font-size: 5rem; color: var(--pink); opacity: .3; line-height: 1; margin-bottom: .8rem; }
.test-text { font-family: 'Inter',sans-serif; font-size: 1.4rem; line-height: 1.8; font-style: italic; color: var(--dark); margin-bottom: 1.5rem; }
.test-author { font-weight: 700; color: var(--purple); }
.test-stars { color: var(--yellow); font-size: 1.4rem; margin-top: .6rem; }

/* ===== FAQ ===== */
.faq-sec { background: var(--cream); }
.faq-list {
    max-width: 900px; margin: 2.5rem auto 0; display: flex; flex-direction: column; gap: 1rem;
}
.faq-item {
    background: #fff; border-radius: 18px; overflow: hidden;
    border: 2px solid rgba(255,107,53,.12); transition: border-color .3s;
}
.faq-item.open { border-color: var(--orange); }
.faq-q {
    display: flex; justify-content: space-between; align-items: center; padding: 1.4rem 1.8rem;
    cursor: pointer; gap: 1rem;
}
.faq-q h3 { font-family: 'Inter',sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--dark); }
.faq-tog {
    width: 34px; height: 34px; border-radius: 50%; background: var(--orange); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 700;
    transition: transform .3s;
}
.faq-item.open .faq-tog { transform: rotate(45deg); }
.faq-a {
    padding: 0 1.8rem 1.4rem; font-size: .97rem; color: var(--gray); line-height: 1.8; display: none;
}
.faq-item.open .faq-a { display: block; }

/* ===== FINAL CTA ===== */
.cta-sec {
    background: linear-gradient(135deg,#FF6B35,#FF6B9D 50%,#9B59B6 100%);
    padding: 6rem 2rem 7rem;
    text-align: center;
    color: #fff;
}
.cta-inner { max-width: 860px; margin: 0 auto; }
.urgency {
    display: inline-block; background: var(--yellow); color: var(--dark);
    padding: .85rem 2.2rem; border-radius: 50px; font-size: 1.1rem; font-weight: 700;
    margin-bottom: 2rem; box-shadow: 0 8px 0 #E5B043;
}
.cta-sec h2 { font-size: 3rem; color: #fff; margin-bottom: 1.2rem; }
.cta-sec p { font-size: 1.2rem; opacity: .95; max-width: 700px; margin: 0 auto 2.5rem; }
.cta-btns { display: flex; gap: 1.3rem; justify-content: center; flex-wrap: wrap; }
.cta-primary {
    display: inline-flex; align-items: center; gap: .7rem; background: #fff; color: var(--orange);
    padding: 1.2rem 2.8rem; border-radius: 50px; font-family: 'Inter',sans-serif;
    font-size: 1.2rem; font-weight: 700; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.cta-primary:hover { transform: translateY(-5px); }
.cta-secondary {
    display: inline-flex; align-items: center; gap: .7rem; background: rgba(255,255,255,.16);
    color: #fff; border: 2.5px solid rgba(255,255,255,.65); padding: 1.2rem 2.4rem;
    border-radius: 50px; font-family: 'Inter',sans-serif; font-size: 1.2rem; font-weight: 700;
    text-decoration: none; backdrop-filter: blur(8px);
}
.cta-secondary:hover { background: rgba(255,255,255,.28); transform: translateY(-5px); }
.cta-note { margin-top: 1.8rem; font-size: 1rem; opacity: .88; }

/* Responsive */
@media (max-width: 1100px) {
    .age-grid, .price-grid { grid-template-columns: repeat(2,1fr); }
    .prog-layout { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 900px) {
    .why-grid, .curr-grid, .safe-grid, .fun-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
    .k-hero h1 { font-size: 2.4rem; }
    .ktitle { font-size: 2.2rem; }
    .age-grid, .why-grid, .price-grid, .fun-grid, .curr-grid, .safe-grid { grid-template-columns: 1fr; }
    .price-card.pop { transform: scale(1); }
    .cta-sec h2 { font-size: 2.2rem; }
    .cta-btns { flex-direction: column; align-items: center; }
    .cta-primary, .cta-secondary { width: 100%; justify-content: center; }
    .timeline::before { left: 40px; }
    .step-tc { width: 58px; }
    .trust-bar { flex-direction: column; align-items: center; gap: .8rem; }
    .trust-item { width: 100%; justify-content: center; }
}