/* ============================================
   FFC GROUP — Design v5
   Education-focused: bright, playful, professional
   Brand: Red #d61920, Blue #0092d3, Yellow #ffca05
   ============================================ */

:root {
    /* Brand */
    --red: #d61920; --red-dark: #b5151b; --red-bg: #FDE8E8;
    --blue: #0092d3; --blue-dark: #0078ad; --blue-bg: #E8F4FD;
    --yellow: #ffca05; --yellow-dark: #d4a800; --yellow-bg: #FFF3CD;
    /* Extended */
    --navy: #0c1a2e; --navy-light: #132744;
    --cream: #FFF8E7;
    --soft-blue: #E8F4FD;
    /* Neutrals */
    --g50: #f9fafb; --g100: #f0f3f6; --g200: #e2e7ed;
    --g500: #5a6178; --g700: #3d4f63; --g900: #1a1a2e;
    /* Type */
    --font: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    /* Layout */
    --max-w: 1200px; --gap: 100px;
    /* Radius */
    --r-sm: 8px; --r: 12px; --r-lg: 16px; --r-xl: 24px; --r-pill: 9999px;
    /* Shadow */
    --sh-sm: 0 2px 8px rgba(0,0,0,0.06);
    --sh-md: 0 4px 16px rgba(0,0,0,0.10);
    --sh-lg: 0 8px 32px rgba(0,0,0,0.12);
    --sh-xl: 0 16px 48px rgba(0,0,0,0.16);
}

/* ── Reset ── */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--font);font-size:16px;line-height:1.6;color:var(--g900);background:#fff;-webkit-font-smoothing:antialiased;padding-top:72px}
body.admin-bar .site-header{top:32px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
.container{max-width:var(--max-w);margin:0 auto;padding:0 32px}

/* ── Buttons ── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font);font-weight:700;border-radius:var(--r-sm);border:2px solid transparent;cursor:pointer;transition:all .3s;text-decoration:none;line-height:1;font-size:14px;padding:14px 32px}
.btn-sm{font-size:13px;padding:10px 22px}
.btn-lg{font-size:16px;padding:16px 40px}
.btn-red{background:#d61920;color:#fff;border-color:#d61920}
.btn-red:hover{background:#b5151b;border-color:#b5151b;transform:translateY(-2px);box-shadow:0 8px 24px rgba(214,25,32,.3)}
.btn-blue{background:#0092d3;color:#fff;border-color:#0092d3}
.btn-blue:hover{background:#0078ad;border-color:#0078ad;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,146,211,.3)}
.btn-yellow{background:#ffca05;color:var(--g900);border-color:#ffca05;font-weight:800}
.btn-yellow:hover{background:#e6b600;border-color:#e6b600;transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,202,5,.4)}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
.btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff}
.btn-outline{background:transparent;color:#0092d3;border-color:#0092d3}
.btn-outline:hover{background:#0092d3;color:#fff;transform:translateY(-2px)}
.btn-outline-red{background:transparent;color:#d61920;border-color:#d61920}
.btn-outline-red:hover{background:#d61920;color:#fff;transform:translateY(-2px)}

/* ── Header ── */
.site-header{position:fixed;top:0;left:0;width:100%;height:72px;background:#fff;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.site-header.scrolled{box-shadow:var(--sh-md)}
.header-inner{width:100%;padding:0 32px;height:100%;display:flex;align-items:center}
.site-logo{display:flex;align-items:center;flex-shrink:0;margin-right:24px}
.site-logo img{height:44px;width:auto}
.primary-nav{display:flex;align-items:stretch;height:100%;flex:1}
.nav-menu{display:flex;align-items:stretch;gap:0;height:100%}
.nav-item{position:relative;display:flex;align-items:stretch}
.nav-link{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:var(--g700);padding:0 14px;border-bottom:3px solid transparent;transition:all .2s;white-space:nowrap}
.nav-link:hover,.nav-item.current-menu-item>.nav-link,.nav-item.current_page_item>.nav-link{color:#d61920;border-bottom-color:#d61920}
.dropdown-arrow{transition:transform .2s}
.nav-item:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.sub-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border-radius:var(--r);box-shadow:var(--sh-lg);padding:8px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .25s;z-index:60}
.sub-menu .nav-link{padding:10px 20px;font-size:13px;border-bottom:none}
.sub-menu .nav-link:hover{background:var(--g50);color:#0092d3}
.header-cta{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-left:auto}
.header-hotline{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#0092d3}
.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.mobile-toggle span{display:block;width:24px;height:2px;background:var(--g700);border-radius:2px;transition:all .3s}

/* ── Hero ── */
.hero{position:relative;min-height:600px;display:flex;align-items:center;overflow:hidden;background:var(--navy)}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.55}
.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(12,26,46,.7) 0%,rgba(12,26,46,.3) 60%,transparent 100%)}
.hero-content{position:relative;z-index:2;max-width:600px;padding:100px 32px 80px;margin-left:max(32px,calc((100vw - var(--max-w))/2))}
.hero-title{font-size:52px;font-weight:300;color:#fff;line-height:1.15;margin-bottom:20px}
.hero-title strong{font-weight:800}
.hero-subtitle{font-size:18px;color:rgba(255,255,255,.8);margin-bottom:32px;line-height:1.6}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}

/* ── Wave divider ── */
.wave-top,.wave-bottom{width:100%;overflow:hidden;line-height:0;position:relative;z-index:3}
.wave-top svg,.wave-bottom svg{display:block;width:100%;height:64px}
.wave-bottom{transform:rotate(180deg)}

/* ── Section shared ── */
.section-header{text-align:center;margin-bottom:48px}
.section-badge{display:inline-block;font-size:13px;font-weight:600;color:#0092d3;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}
.section-title{font-size:36px;font-weight:800;letter-spacing:-.3px;margin-bottom:12px;color:var(--g900)}
.section-title--white{color:#fff}
.section-sub{font-size:16px;color:var(--g500);max-width:600px;margin:0 auto;line-height:1.7}
.section-sub--white{color:rgba(255,255,255,.7)}

/* ── 2. Stats — Blue bg ── */
.hp-stats{background:#0092d3;padding:48px 0;position:relative;margin-top:-1px}
.hp-stats-grid{display:flex;justify-content:center;align-items:center;gap:0;max-width:900px;margin:0 auto}
.hp-stats-item{flex:1;text-align:center;padding:16px 32px;position:relative}
.hp-stats-item:not(:last-child)::after{content:'';position:absolute;right:0;top:15%;bottom:15%;width:1px;background:rgba(255,255,255,.25)}
.hp-stats-num{font-size:48px;font-weight:800;color:#fff;line-height:1}
.hp-stats-label{font-size:14px;font-weight:500;color:rgba(255,255,255,.85);margin-top:6px;text-transform:uppercase;letter-spacing:.5px}

/* ── 3. About — Cream bg ── */
.hp-about{background:var(--cream);padding:var(--gap) 0;position:relative;overflow:hidden}
.hp-about::before{content:'';position:absolute;bottom:-100px;left:-50px;width:300px;height:300px;border-radius:50%;background:rgba(214,25,32,.05)}
.hp-about::after{content:'';position:absolute;top:-80px;right:-40px;width:250px;height:250px;border-radius:50%;background:rgba(0,146,211,.05)}
.hp-about .container{position:relative;z-index:2}
.hp-about-intro{max-width:780px;margin:0 auto 48px;text-align:center}
.hp-about-intro p{font-size:16px;color:var(--g500);line-height:1.8}

.hp-values{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.hp-vcard{background:#fff;border-radius:var(--r-lg);padding:32px 28px;text-align:center;box-shadow:var(--sh-sm);transition:transform .3s,box-shadow .3s;border-top:4px solid #0092d3}
.hp-vcard:hover{transform:translateY(-8px);box-shadow:var(--sh-lg)}
.hp-vcard--red{border-top-color:#d61920}
.hp-vcard--yellow{border-top-color:#ffca05}
.hp-vcard-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:24px}
.hp-vcard-icon--blue{background:var(--blue-bg);color:#0092d3}
.hp-vcard-icon--red{background:var(--red-bg);color:#d61920}
.hp-vcard-icon--yellow{background:var(--yellow-bg);color:var(--yellow-dark)}
.hp-vcard h3{font-size:20px;font-weight:700;color:var(--g900);margin-bottom:10px}
.hp-vcard p{font-size:14px;color:var(--g500);line-height:1.7}

/* ── 4. Org — White bg ── */
.hp-org{background:#fff;padding:var(--gap) 0}
.hp-org-label{font-size:16px;font-weight:700;color:#0092d3;text-align:center;margin-bottom:24px}
.hp-org-logos{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap;margin-bottom:48px}
.hp-org-logos img{height:56px;width:auto}
.hp-org-logos--sm img{height:48px}
.hp-org-logo-item{text-align:center}
.hp-org-logo-item p{font-size:12px;color:var(--g500);margin-top:8px}

/* ── 5. History — Navy bg ── */
.hp-history{background:var(--navy);padding:var(--gap) 0}
.hp-history .section-title{color:#fff}
.hp-history .section-badge{color:#ffca05}
.hp-timeline{max-width:700px;margin:0 auto;padding-left:40px;position:relative}
.hp-timeline-line{position:absolute;left:15px;top:0;bottom:0;width:2px;background:rgba(255,255,255,.12)}
.hp-timeline-item{position:relative;margin-bottom:24px}
.hp-timeline-dot{position:absolute;left:-33px;top:4px;width:12px;height:12px;background:#0092d3;border-radius:50%;border:3px solid var(--navy)}
.hp-timeline-year{display:inline-block;font-size:13px;font-weight:700;color:#fff;background:#0092d3;padding:3px 16px;border-radius:var(--r-pill);margin-bottom:6px}
.hp-timeline-text{font-size:14px;color:rgba(255,255,255,.72);line-height:1.7}

/* ── 6. Training — Soft blue bg ── */
.hp-training{background:var(--soft-blue);padding:var(--gap) 0}
.hp-group{margin-bottom:48px}
.hp-group-title{font-size:16px;font-weight:700;margin-bottom:16px;padding:8px 16px;border-radius:var(--r-sm);display:inline-block}
.hp-group-title--blue{background:var(--blue-bg);color:#0078ad}
.hp-group-title--red{background:var(--red-bg);color:#d61920}
.hp-group-title--yellow{background:var(--yellow-bg);color:var(--yellow-dark)}
.hp-programs{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.hp-program{text-align:center;background:#fff;border-radius:var(--r);overflow:hidden;box-shadow:var(--sh-sm);transition:transform .3s,box-shadow .3s}
.hp-program:hover{transform:translateY(-4px);box-shadow:var(--sh-md)}
.hp-program img{width:100%;height:130px;object-fit:cover}
.hp-program p{font-size:13px;font-weight:600;color:var(--g900);padding:10px 8px}

/* ── 7. Camp — White bg ── */
.hp-camp{background:#fff;padding:var(--gap) 0}
.hp-camp-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:40px}
.hp-camp-item{text-align:center}
.hp-camp-item img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:var(--r-lg);box-shadow:var(--sh-md);transition:transform .3s}
.hp-camp-item:hover img{transform:translateY(-4px)}
.hp-camp-item p{font-size:15px;font-weight:700;color:var(--g900);margin-top:10px}
.hp-camp-highlight{background:linear-gradient(135deg,var(--red) 0%,#c2185b 100%);border-radius:var(--r-xl);padding:48px 40px;position:relative;overflow:hidden;box-shadow:var(--sh-lg);text-align:center;color:#fff}
.hp-camp-highlight::before{content:'';position:absolute;top:-60px;right:-60px;width:200px;height:200px;border-radius:50%;background:rgba(255,202,5,.2)}
.hp-camp-highlight::after{content:'';position:absolute;bottom:-80px;left:-80px;width:260px;height:260px;border-radius:50%;background:rgba(0,146,211,.15)}
.hp-camp-highlight-inner{position:relative;z-index:2;max-width:720px;margin:0 auto}
.hp-camp-highlight-badge{display:inline-block;font-size:13px;font-weight:800;background:var(--yellow);color:var(--navy);padding:6px 18px;border-radius:var(--r-pill);margin-bottom:16px;letter-spacing:1px;text-transform:uppercase}
.hp-camp-highlight h3{font-size:32px;font-weight:900;margin-bottom:14px;line-height:1.15}
.hp-camp-highlight p{font-size:16px;color:rgba(255,255,255,.92);line-height:1.7;margin-bottom:28px}
.hp-camp-highlight-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.hp-camp-highlight .btn-outline{color:#fff;border-color:rgba(255,255,255,.7)}
.hp-camp-highlight .btn-outline:hover{background:#fff;color:var(--red)}

/* ── 8. FBK — Yellow bg ── */
.hp-fbk{background:#ffca05;padding:80px 0}
.hp-fbk-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hp-fbk-img{border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--sh-xl)}
.hp-fbk h2{font-size:28px;font-weight:800;color:var(--g900);margin-bottom:12px}
.hp-fbk p{font-size:16px;color:rgba(26,26,46,.7);line-height:1.8;margin-bottom:24px}

/* ── 9. FEvent — Navy bg ── */
.hp-fevent{background:var(--navy);padding:var(--gap) 0}
.hp-fevent-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hp-fevent h2{font-size:28px;font-weight:800;color:#fff;margin-bottom:12px}
.hp-fevent p{font-size:16px;color:rgba(255,255,255,.72);line-height:1.8;margin-bottom:24px}
.hp-fevent-img{border-radius:var(--r-xl);overflow:hidden}

/* ── 10. FStyle+FKids ── */
.hp-duo{display:grid;grid-template-columns:1fr 1fr}
.hp-duo-item{padding:72px 48px;color:#fff}
.hp-duo-item--pink{background:linear-gradient(135deg,#e91e8c,#c2185b)}
.hp-duo-item--teal{background:linear-gradient(135deg,#0097a7,#00796b)}
.hp-duo-inner{max-width:480px;margin:0 auto}
.hp-duo-img{width:100%;height:220px;object-fit:cover;border-radius:var(--r);margin-bottom:20px}
.hp-duo-item h3{font-size:22px;font-weight:800;margin-bottom:8px}
.hp-duo-item p{font-size:14px;color:rgba(255,255,255,.85);line-height:1.7}

/* ── Footer ── */
.site-footer{background:var(--navy);color:rgba(255,255,255,.5)}
.footer-logos{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-logos-inner{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}
.footer-brand-logo{height:36px;opacity:.7;transition:opacity .2s}
.footer-brand-logo:hover{opacity:1}
.footer-main{padding:48px 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:24px}
.footer-logo img{height:40px;margin-bottom:12px}
.footer-company{font-size:13px;margin-bottom:12px}
.footer-contact-line{font-size:13px;color:rgba(255,255,255,.4);margin-bottom:4px}
.footer-contact-line a{color:#0092d3}
.footer-social{display:flex;gap:8px;margin-top:16px}
.social-icon{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s}
.social-icon:hover{background:#0092d3;border-color:#0092d3}
.footer-heading{font-size:12px;text-transform:uppercase;color:#ffca05;letter-spacing:1.5px;margin-bottom:16px;font-weight:700}
.footer-links li{margin-bottom:8px}
.footer-links a,.footer-links li{font-size:13px;color:rgba(255,255,255,.4);transition:color .2s}
.footer-links a:hover{color:#0092d3}
.footer-links--address li{line-height:1.5}
.footer-links--address strong{color:rgba(255,255,255,.6)}
.footer-bottom{padding:16px 0;border-top:1px solid rgba(255,255,255,.08)}
.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,.3)}
.footer-bottom-links{display:flex;align-items:center;gap:8px;font-size:12px}
.footer-bottom-links a{color:rgba(255,255,255,.3)}
.footer-bottom-links a:hover{color:#0092d3}
.footer-bottom-links .sep{color:rgba(255,255,255,.12)}

/* ── FFC Summer Camp pages (pillar, year, bán trú, nội trú, archive) ── */
.fcamp{font-family:var(--font);color:var(--g900)}
.fcamp .container{max-width:var(--max-w);margin:0 auto;padding:0 32px}
.fcamp-hero{position:relative;padding:80px 0 100px;background:linear-gradient(135deg,#E8F4FD 0%,#FFF8E7 50%,#FDE8E8 100%);overflow:hidden}
.fcamp-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:240px;height:240px;border-radius:50%;background:rgba(255,202,5,.25);z-index:0}
.fcamp-hero::after{content:'';position:absolute;bottom:-80px;left:-80px;width:300px;height:300px;border-radius:50%;background:rgba(0,146,211,.15);z-index:0}
.fcamp-hero .container{position:relative;z-index:2}
.fcamp-hero-inner{text-align:center;max-width:900px;margin:0 auto}
.fcamp-season{display:inline-block;font-size:14px;font-weight:800;color:var(--red);background:#fff;padding:8px 20px;border-radius:var(--r-pill);margin-bottom:24px;letter-spacing:1px;text-transform:uppercase;box-shadow:var(--sh-sm)}
.fcamp-title{font-size:72px;font-weight:900;color:var(--red);line-height:1;letter-spacing:-1px;text-transform:uppercase;margin-bottom:20px;text-shadow:3px 3px 0 rgba(255,202,5,.4)}
.fcamp-title--small{font-size:44px}
.fcamp-kv-wrap{margin:0 auto 20px;display:flex;justify-content:center;line-height:1}
.fcamp-kv{max-width:640px;width:100%;height:auto;display:block;filter:drop-shadow(0 6px 18px rgba(214,25,32,.18))}
@media(max-width:1024px){.fcamp-kv{max-width:520px}}
@media(max-width:768px){.fcamp-kv{max-width:320px}}
.fcamp-tagline{font-size:22px;font-weight:600;color:var(--navy);margin-bottom:36px;font-style:italic}
.fcamp-hero-pillars{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:28px}
.fcamp-pillar{background:#fff;padding:12px 22px;border-radius:var(--r-pill);font-size:14px;font-weight:700;color:var(--navy);box-shadow:var(--sh-sm);border:2px solid transparent}
.fcamp-pillar--blue{border-color:var(--blue);color:var(--blue-dark)}
.fcamp-pillar--red{border-color:var(--red);color:var(--red)}
.fcamp-pillar--yellow{border-color:var(--yellow-dark);color:var(--yellow-dark)}
.fcamp-hero-info{display:inline-flex;flex-direction:column;gap:8px;background:rgba(255,255,255,.85);backdrop-filter:blur(6px);padding:24px 40px;border-radius:var(--r-lg);box-shadow:var(--sh-md);margin-bottom:32px}
.fcamp-hero-info strong{font-size:20px;color:var(--navy);font-weight:800}
.fcamp-hero-info span{font-size:16px;color:var(--g700)}
.fcamp-hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.fcamp-crumbs{display:flex;justify-content:center;gap:8px;font-size:13px;color:var(--g500);margin-bottom:16px}
.fcamp-crumbs a{color:var(--blue-dark);font-weight:600}
.fcamp-crumbs .sep{color:var(--g200)}
.fcamp-section{padding:80px 0}
.fcamp-section-header{text-align:center;margin-bottom:48px;max-width:780px;margin-left:auto;margin-right:auto}
.fcamp-section-tag{display:inline-block;font-size:12px;font-weight:800;color:var(--red);background:var(--red-bg);padding:6px 16px;border-radius:var(--r-pill);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:14px}
.fcamp-section-title{font-size:40px;font-weight:900;color:var(--navy);margin-bottom:14px;letter-spacing:-.5px;line-height:1.15}
.fcamp-section-sub{font-size:16px;color:var(--g500);line-height:1.7}

.fcamp-reasons{background:#fff}
.fcamp-reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.fcamp-reason{background:var(--cream);border-radius:var(--r-xl);padding:40px 32px;position:relative;border-top:6px solid var(--red)}
.fcamp-reason:nth-child(2){border-top-color:var(--blue)}
.fcamp-reason:nth-child(3){border-top-color:var(--yellow)}
.fcamp-reason-num{position:absolute;top:-28px;left:32px;width:56px;height:56px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;box-shadow:var(--sh-md)}
.fcamp-reason:nth-child(2) .fcamp-reason-num{background:var(--blue)}
.fcamp-reason:nth-child(3) .fcamp-reason-num{background:var(--yellow);color:var(--navy)}
.fcamp-reason h3{font-size:20px;font-weight:800;color:var(--navy);margin:16px 0 20px;text-transform:uppercase}
.fcamp-reason ul{display:flex;flex-direction:column;gap:12px}
.fcamp-reason li{font-size:14px;color:var(--g700);line-height:1.7;padding-left:20px;position:relative}
.fcamp-reason li::before{content:'✓';position:absolute;left:0;top:0;color:var(--red);font-weight:900}
.fcamp-reason:nth-child(2) li::before{color:var(--blue)}
.fcamp-reason:nth-child(3) li::before{color:var(--yellow-dark)}
.fcamp-reason li strong{color:var(--navy);font-weight:700}

.fcamp-daily{background:var(--soft-blue)}
.fcamp-daily-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.fcamp-daily-card{background:#fff;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--sh-md)}
.fcamp-daily-head{padding:20px 28px;color:#fff;font-size:22px;font-weight:900;text-transform:uppercase;letter-spacing:1px}
.fcamp-daily-card:nth-child(1) .fcamp-daily-head{background:var(--yellow);color:var(--navy)}
.fcamp-daily-card:nth-child(2) .fcamp-daily-head{background:var(--blue)}
.fcamp-daily-card:nth-child(3) .fcamp-daily-head{background:var(--red)}
.fcamp-daily-body{padding:24px 28px}
.fcamp-daily-item{display:flex;gap:14px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px dashed var(--g200);font-size:14px;line-height:1.5}
.fcamp-daily-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.fcamp-daily-time{flex-shrink:0;font-weight:800;color:var(--red);white-space:nowrap;font-size:13px}
.fcamp-daily-card:nth-child(2) .fcamp-daily-time{color:var(--blue-dark)}
.fcamp-daily-item.is-main{background:var(--yellow-bg);padding:10px 14px;border-radius:var(--r-sm);border:none;margin-bottom:10px}
.fcamp-daily-item.is-main .fcamp-daily-time{color:var(--yellow-dark)}
.fcamp-daily-item.is-main span{font-weight:700;color:var(--navy)}

.fcamp-act{background:#fff}
.fcamp-act-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.fcamp-act-card{background:#fff;border-radius:var(--r-xl);padding:32px 28px;box-shadow:var(--sh-sm);border:2px solid var(--g100);transition:transform .3s,box-shadow .3s,border-color .3s}
.fcamp-act-card:hover{transform:translateY(-6px);box-shadow:var(--sh-lg);border-color:var(--blue)}
.fcamp-act-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px dashed var(--g200)}
.fcamp-act-name{font-size:22px;font-weight:900;color:var(--navy);text-transform:uppercase;letter-spacing:.5px}
.fcamp-act-meta{flex-shrink:0;background:var(--red-bg);color:var(--red);padding:6px 12px;border-radius:var(--r-sm);font-size:12px;font-weight:800;text-align:center;line-height:1.3}
.fcamp-act-card:nth-child(2) .fcamp-act-meta{background:var(--yellow-bg);color:var(--yellow-dark)}
.fcamp-act-card:nth-child(3) .fcamp-act-meta{background:var(--blue-bg);color:var(--blue-dark)}
.fcamp-act-card:nth-child(4) .fcamp-act-meta{background:#FCE4EC;color:#c2185b}
.fcamp-act-card:nth-child(5) .fcamp-act-meta{background:#E8F5E9;color:#2e7d32}
.fcamp-act-card:nth-child(6) .fcamp-act-meta{background:#FFF3E0;color:#e65100}
.fcamp-act-body li{font-size:14px;color:var(--g700);line-height:1.7;padding-left:20px;position:relative;margin-bottom:10px}
.fcamp-act-body li::before{content:'→';position:absolute;left:0;top:0;color:var(--blue);font-weight:900}

.fcamp-weekly{background:var(--cream)}
.fcamp-weekly-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-md)}
.fcamp-weekly-table thead th{background:var(--navy);color:#fff;padding:16px 12px;font-size:14px;font-weight:800;text-align:center;text-transform:uppercase}
.fcamp-weekly-table tbody td{padding:18px 12px;text-align:center;font-size:14px;border-bottom:1px solid var(--g100);color:var(--g900);font-weight:600}
.fcamp-weekly-table tbody tr:last-child td{border-bottom:none}
.fcamp-weekly-table .day{background:var(--red);color:#fff;font-weight:800;font-size:13px}
.fcamp-weekly-table .cell-steam{background:#E3F2FD;color:var(--blue-dark)}
.fcamp-weekly-table .cell-game{background:#FFF3CD;color:var(--yellow-dark)}
.fcamp-weekly-table .cell-fit{background:#FFEBEE;color:var(--red)}
.fcamp-weekly-table .cell-art{background:#FCE4EC;color:#c2185b}
.fcamp-weekly-table .cell-cook{background:#FFF3E0;color:#e65100}
.fcamp-weekly-table .cell-hip{background:#E0F7FA;color:#00695c}
.fcamp-weekly-table .friday-cell{text-align:left;background:var(--red-bg);padding:20px 22px;font-size:13px;font-weight:500;color:var(--g900);line-height:1.8}
.fcamp-weekly-table .friday-cell strong{color:var(--red)}

.fcamp-fri{background:#fff}
.fcamp-fri-timeline{max-width:900px;margin:0 auto;position:relative;padding-left:60px}
.fcamp-fri-timeline::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,var(--yellow),var(--red),var(--blue));border-radius:3px}
.fcamp-fri-item{position:relative;margin-bottom:32px}
.fcamp-fri-badge{position:absolute;left:-60px;top:0;width:44px;height:44px;border-radius:50%;background:var(--red);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:10px;font-weight:800;line-height:1.1;text-align:center;border:3px solid #fff;box-shadow:var(--sh-md)}
.fcamp-fri-badge.is-special{background:var(--yellow);color:var(--navy)}
.fcamp-fri-badge .w{font-size:13px}
.fcamp-fri-card{background:var(--g50);border-radius:var(--r-lg);padding:22px 28px;border-left:5px solid var(--red)}
.fcamp-fri-item.is-special .fcamp-fri-card{border-left-color:var(--yellow);background:var(--yellow-bg)}
.fcamp-fri-date{display:inline-block;font-size:12px;font-weight:800;color:var(--red);background:#fff;padding:4px 12px;border-radius:var(--r-pill);margin-bottom:10px}
.fcamp-fri-item.is-special .fcamp-fri-date{color:var(--yellow-dark)}
.fcamp-fri-title{font-size:18px;font-weight:800;color:var(--navy);margin-bottom:10px}
.fcamp-fri-card ul{display:flex;flex-direction:column;gap:6px}
.fcamp-fri-card li{font-size:14px;color:var(--g700);line-height:1.6;padding-left:18px;position:relative}
.fcamp-fri-card li::before{content:'•';position:absolute;left:0;color:var(--red);font-weight:900;font-size:18px;line-height:1}

.fcamp-price{background:var(--navy);color:#fff}
.fcamp-price .fcamp-section-title{color:#fff}
.fcamp-price .fcamp-section-tag{background:rgba(255,202,5,.2);color:var(--yellow)}
.fcamp-price .fcamp-section-sub{color:rgba(255,255,255,.7)}
.fcamp-price-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.fcamp-price-card{background:#fff;color:var(--g900);border-radius:var(--r-xl);padding:32px 28px;box-shadow:var(--sh-lg)}
.fcamp-price-card--hero{background:linear-gradient(135deg,var(--red) 0%,#c2185b 100%);color:#fff;position:relative;overflow:hidden}
.fcamp-price-card--hero::after{content:'';position:absolute;top:-40px;right:-40px;width:120px;height:120px;background:rgba(255,202,5,.2);border-radius:50%}
.fcamp-price-label{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}
.fcamp-price-card--hero .fcamp-price-label{color:rgba(255,255,255,.85)}
.fcamp-price-main{font-size:40px;font-weight:900;line-height:1;margin-bottom:8px}
.fcamp-price-card--hero .fcamp-price-main{color:var(--yellow)}
.fcamp-price-unit{font-size:13px;color:rgba(255,255,255,.75);margin-bottom:20px}
.fcamp-price-breakdown{font-size:14px;line-height:1.8;margin-bottom:16px}
.fcamp-price-total{font-size:24px;font-weight:900;padding-top:14px;border-top:2px dashed rgba(255,255,255,.3);color:var(--yellow)}
.fcamp-price-note{font-size:13px;font-style:italic;margin-top:12px;color:rgba(255,255,255,.85)}
.fcamp-price-card h3{font-size:18px;font-weight:800;color:var(--navy);margin-bottom:14px;padding-bottom:12px;border-bottom:2px solid var(--red)}
.fcamp-price-card ul li{font-size:14px;color:var(--g700);line-height:1.6;padding-left:22px;position:relative;margin-bottom:12px}
.fcamp-price-card ul li::before{content:'✓';position:absolute;left:0;top:0;color:var(--red);font-weight:900}

.fcamp-disc{background:var(--yellow-bg)}
.fcamp-disc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}
.fcamp-disc-card{background:#fff;border-radius:var(--r-xl);padding:28px 24px;text-align:center;box-shadow:var(--sh-md);position:relative;border-top:6px solid var(--red)}
.fcamp-disc-card:nth-child(2){border-top-color:#e91e8c}
.fcamp-disc-card:nth-child(3){border-top-color:var(--blue)}
.fcamp-disc-card:nth-child(4){border-top-color:var(--yellow-dark)}
.fcamp-disc-percent{font-size:56px;font-weight:900;color:var(--red);line-height:1;margin-bottom:4px}
.fcamp-disc-card:nth-child(2) .fcamp-disc-percent{color:#e91e8c}
.fcamp-disc-card:nth-child(3) .fcamp-disc-percent{color:var(--blue)}
.fcamp-disc-card:nth-child(4) .fcamp-disc-percent{color:var(--yellow-dark)}
.fcamp-disc-level{font-size:14px;font-weight:800;color:var(--g700);margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}
.fcamp-disc-card ul{text-align:left}
.fcamp-disc-card li{font-size:13px;color:var(--g700);line-height:1.6;padding-left:16px;position:relative;margin-bottom:10px}
.fcamp-disc-card li::before{content:'•';position:absolute;left:0;top:0;color:var(--red);font-weight:900}
.fcamp-disc-note{background:#fff;border-radius:var(--r);padding:20px 28px;font-size:14px;color:var(--g700);line-height:1.7;border-left:4px solid var(--red)}
.fcamp-disc-note strong{color:var(--navy)}

/* Program/year selector cards (pillar + overview) */
.fcamp-picker{background:#fff}
.fcamp-picker-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.fcamp-picker-grid--2{grid-template-columns:repeat(2,1fr)}
.fcamp-picker-card{background:#fff;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--sh-md);border:2px solid transparent;transition:transform .3s,border-color .3s;display:flex;flex-direction:column}
.fcamp-picker-card:hover{transform:translateY(-6px);border-color:var(--blue)}
.fcamp-picker-card.is-featured{border-color:var(--red)}
.fcamp-picker-card.is-archive{opacity:.92}
.fcamp-picker-head{padding:28px 28px 22px;color:#fff;position:relative}
.fcamp-picker-card:nth-child(1) .fcamp-picker-head{background:linear-gradient(135deg,var(--red),#c2185b)}
.fcamp-picker-card:nth-child(2) .fcamp-picker-head{background:linear-gradient(135deg,var(--blue),#0078ad)}
.fcamp-picker-card:nth-child(3) .fcamp-picker-head{background:linear-gradient(135deg,var(--yellow-dark),var(--yellow));color:var(--navy)}
.fcamp-picker-badge{display:inline-block;background:var(--yellow);color:var(--navy);font-size:11px;font-weight:800;padding:4px 12px;border-radius:var(--r-pill);letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}
.fcamp-picker-card:nth-child(3) .fcamp-picker-badge{background:var(--navy);color:var(--yellow)}
.fcamp-picker-year{font-size:40px;font-weight:900;line-height:1;margin-bottom:4px}
.fcamp-picker-label{font-size:16px;font-weight:600;opacity:.9}
.fcamp-picker-body{padding:24px 28px;flex:1;display:flex;flex-direction:column}
.fcamp-picker-title{font-size:20px;font-weight:800;color:var(--navy);margin-bottom:14px}
.fcamp-picker-body p{font-size:14px;color:var(--g700);line-height:1.7;margin-bottom:12px}
.fcamp-picker-body ul{margin-bottom:16px}
.fcamp-picker-body li{font-size:13px;color:var(--g700);line-height:1.7;padding-left:18px;position:relative;margin-bottom:6px}
.fcamp-picker-body li::before{content:'→';position:absolute;left:0;color:var(--blue);font-weight:800}
.fcamp-picker-footer{margin-top:auto;padding-top:16px;text-align:center}

/* Register steps */
.fcamp-reg{background:var(--soft-blue)}
.fcamp-reg-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}
.fcamp-reg-step{background:#fff;border-radius:var(--r-xl);padding:32px 28px;position:relative;box-shadow:var(--sh-sm)}
.fcamp-reg-num{position:absolute;top:-24px;left:28px;width:48px;height:48px;border-radius:var(--r-sm);background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;box-shadow:var(--sh-md)}
.fcamp-reg-step h3{font-size:18px;font-weight:800;color:var(--navy);margin:14px 0 12px;text-transform:uppercase}
.fcamp-reg-step p,.fcamp-reg-step li{font-size:14px;color:var(--g700);line-height:1.7;margin-bottom:6px}
.fcamp-reg-step ul{padding-left:4px}
.fcamp-reg-step li{padding-left:16px;position:relative}
.fcamp-reg-step li::before{content:'→';position:absolute;left:0;color:var(--blue)}
.fcamp-reg-note{background:#fff;border-radius:var(--r-lg);padding:28px 32px;border-top:4px solid var(--yellow)}
.fcamp-reg-note h4{font-size:16px;font-weight:800;color:var(--navy);text-transform:uppercase;margin-bottom:14px;letter-spacing:.5px}
.fcamp-reg-note p{font-size:14px;color:var(--g700);line-height:1.8;margin-bottom:8px}
.fcamp-reg-note strong{color:var(--navy)}

/* Final CTA */
.fcamp-cta{background:linear-gradient(135deg,var(--red) 0%,#c2185b 100%);padding:72px 0;color:#fff;text-align:center;position:relative;overflow:hidden}
.fcamp-cta::before{content:'';position:absolute;top:-80px;left:-80px;width:300px;height:300px;border-radius:50%;background:rgba(255,202,5,.15)}
.fcamp-cta::after{content:'';position:absolute;bottom:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:rgba(0,146,211,.2)}
.fcamp-cta .container{position:relative;z-index:2}
.fcamp-cta h2{font-size:44px;font-weight:900;margin-bottom:16px;letter-spacing:-.5px;line-height:1.1}
.fcamp-cta p{font-size:18px;margin-bottom:32px;opacity:.9}
.fcamp-cta-contact{display:inline-flex;flex-direction:column;gap:10px;background:rgba(255,255,255,.15);backdrop-filter:blur(6px);padding:24px 40px;border-radius:var(--r-lg);margin-bottom:28px}
.fcamp-cta-contact a{color:var(--yellow);font-size:24px;font-weight:900}
.fcamp-cta-contact span{font-size:14px;opacity:.85}

/* Nội trú themes */
.fcamp-themes{background:#fff}
.fcamp-themes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.fcamp-theme{background:linear-gradient(135deg,#fff 0%,var(--cream) 100%);border-radius:var(--r-xl);padding:36px 32px;border:3px solid transparent;transition:border-color .3s,transform .3s}
.fcamp-theme:nth-child(1){border-left:6px solid var(--yellow-dark)}
.fcamp-theme:nth-child(2){border-left:6px solid #2e7d32}
.fcamp-theme:nth-child(3){border-left:6px solid var(--blue)}
.fcamp-theme:nth-child(4){border-left:6px solid #c2185b}
.fcamp-theme:hover{transform:translateY(-4px)}
.fcamp-theme-code{font-size:12px;font-weight:900;color:var(--red);text-transform:uppercase;letter-spacing:2px;margin-bottom:8px}
.fcamp-theme h3{font-size:26px;font-weight:900;color:var(--navy);margin-bottom:12px;line-height:1.2}
.fcamp-theme-desc{font-size:15px;color:var(--g700);line-height:1.7;margin-bottom:18px;font-style:italic}
.fcamp-theme-dates{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.fcamp-theme-dates span{background:#fff;padding:8px 16px;border-radius:var(--r-pill);font-size:13px;font-weight:700;color:var(--navy);box-shadow:var(--sh-sm)}
.fcamp-theme p.theme-note{font-size:13px;color:var(--g500);line-height:1.6}

/* Info blocks (pillar) */
.fcamp-info{background:var(--soft-blue)}
.fcamp-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.fcamp-info-card{background:#fff;border-radius:var(--r-lg);padding:28px 24px;text-align:center;box-shadow:var(--sh-sm);transition:transform .3s,box-shadow .3s}
.fcamp-info-card:hover{transform:translateY(-4px);box-shadow:var(--sh-md)}
.fcamp-info-icon{font-size:40px;margin-bottom:14px;line-height:1}
.fcamp-info-card h4{font-size:16px;font-weight:800;color:var(--navy);margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}
.fcamp-info-card p{font-size:13px;color:var(--g500);line-height:1.6}

/* Timeline of camp seasons (pillar) */
.fcamp-seasons{background:var(--navy);color:#fff}
.fcamp-seasons .fcamp-section-title{color:#fff}
.fcamp-seasons .fcamp-section-tag{background:rgba(255,202,5,.2);color:var(--yellow)}
.fcamp-seasons .fcamp-section-sub{color:rgba(255,255,255,.7)}
.fcamp-seasons-row{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:24px}
.fcamp-seasons-row .item{background:rgba(255,255,255,.08);border-radius:var(--r);padding:18px 16px;text-align:center;border-top:3px solid var(--yellow)}
.fcamp-seasons-row .item:nth-child(odd){border-top-color:var(--red)}
.fcamp-seasons-row .item .year{font-size:22px;font-weight:900;color:var(--yellow);line-height:1;margin-bottom:4px}
.fcamp-seasons-row .item .season{font-size:12px;font-weight:700;color:#fff;opacity:.85}
.fcamp-seasons-row .item .note{font-size:11px;color:rgba(255,255,255,.55);margin-top:6px;line-height:1.4}

/* Responsive camp pages */
@media(max-width:1024px){
    .fcamp-title{font-size:52px}
    .fcamp-title--small{font-size:36px}
    .fcamp-reasons-grid,.fcamp-daily-grid,.fcamp-act-grid,.fcamp-picker-grid,.fcamp-reg-steps{grid-template-columns:repeat(2,1fr)}
    .fcamp-price-grid{grid-template-columns:1fr}
    .fcamp-disc-grid,.fcamp-info-grid{grid-template-columns:repeat(2,1fr)}
    .fcamp-themes-grid{grid-template-columns:1fr}
    .fcamp-seasons-row{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
    .fcamp-hero{padding:48px 0 64px}
    .fcamp-title{font-size:36px;text-shadow:2px 2px 0 rgba(255,202,5,.4)}
    .fcamp-title--small{font-size:28px}
    .fcamp-tagline{font-size:16px}
    .fcamp-hero-info{padding:18px 24px}
    .fcamp-hero-info strong{font-size:16px}
    .fcamp-section{padding:56px 0}
    .fcamp-section-title{font-size:28px}
    .fcamp-cta h2{font-size:32px}
    .fcamp-reasons-grid,.fcamp-daily-grid,.fcamp-act-grid,.fcamp-picker-grid,.fcamp-reg-steps,.fcamp-disc-grid,.fcamp-info-grid{grid-template-columns:1fr}
    .fcamp-weekly-table{font-size:12px;display:block;overflow-x:auto}
    .fcamp-fri-timeline{padding-left:48px}
    .fcamp-fri-badge{left:-48px;width:36px;height:36px;font-size:9px}
    .fcamp-seasons-row{grid-template-columns:repeat(2,1fr)}
}

/* ── Accessibility ── */
:focus-visible{outline:3px solid #ffca05;outline-offset:2px}
.skip-link{position:absolute;top:-100%;left:16px;background:#0092d3;color:#fff;padding:8px 16px;border-radius:var(--r);font-size:14px;font-weight:600;z-index:200;transition:top .2s}
.skip-link:focus{top:8px}

/* ── Responsive ── */
@media(max-width:1024px){
    .hp-programs{grid-template-columns:repeat(4,1fr)}
    .hp-camp-grid{grid-template-columns:repeat(3,1fr)}
    .footer-grid{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media(max-width:768px){
    :root{--gap:64px}
    .header-inner{padding:0 20px}
    .site-logo img{height:36px}
    .primary-nav{display:none;position:absolute;top:72px;left:0;width:100%;height:auto;max-height:calc(100vh - 72px);overflow-y:auto;background:#fff;box-shadow:var(--sh-lg);padding:12px 20px;z-index:50;flex:none}
    .primary-nav.open{display:block}
    .nav-menu{flex-direction:column;height:auto;gap:0}
    .nav-item{display:block;align-items:flex-start}
    .nav-link{padding:14px 4px;border-bottom:1px solid var(--g100);width:100%;color:var(--g900);background:#fff;font-size:15px;font-weight:600}
    .nav-link:hover,.nav-item.current-menu-item>.nav-link,.nav-item.current_page_item>.nav-link{border-bottom-color:var(--red);color:var(--red)}
    .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:0 0 0 20px;background:var(--g50);border-radius:var(--r-sm);margin:4px 0}
    .sub-menu .nav-link{padding:12px 4px;font-size:14px;color:var(--g700);background:transparent;border-bottom:1px dashed var(--g200)}
    .sub-menu .nav-item:last-child .nav-link{border-bottom:none}
    .header-cta{display:none}
    .mobile-toggle{display:flex;margin-left:auto}
    .hero{min-height:440px}
    .hero-content{margin-left:0;padding:60px 24px}
    .hero-title{font-size:32px}
    .hero-actions{flex-direction:column;align-items:flex-start}
    .hp-stats-grid{flex-direction:column}
    .hp-stats-item:not(:last-child)::after{display:none;border-bottom:1px solid rgba(255,255,255,.2)}
    .hp-stats-num{font-size:36px}
    .hp-values{grid-template-columns:1fr}
    .hp-programs{grid-template-columns:repeat(3,1fr)}
    .hp-camp-grid{grid-template-columns:repeat(2,1fr)}
    .hp-fbk-grid,.hp-fevent-grid{grid-template-columns:1fr}
    .hp-duo{grid-template-columns:1fr}
    .hp-duo-item{padding:48px 24px}
    .section-title{font-size:28px}
    .footer-grid{grid-template-columns:1fr;gap:24px}
    .footer-bottom-inner{flex-direction:column;gap:8px;text-align:center}
    .wave-top svg,.wave-bottom svg{height:40px}
}
@media(max-width:480px){
    .hero-title{font-size:28px}
    .hero{min-height:380px}
    .hp-programs{grid-template-columns:repeat(2,1fr)}
    .hp-camp-grid{grid-template-columns:repeat(2,1fr)}
    .hp-stats-num{font-size:32px}
}
