/* Brackenkidz Funky Professional Styles */
:root {
  --primary: #0d9488;
  --primary-dark: #0f766e;
  --secondary: #f97316;
  --accent: #eab308;
  --dark: #1e293b;
  --light: #f8fafc;
  --soft-blue: #e0f2fe;
  --soft-coral: #ffedd5;
  --soft-green: #d1fae5;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Nunito', system-ui, sans-serif; color: var(--dark); line-height: 1.6; background: var(--light); }
h1, h2, h3, h4 { font-family: 'Poppins', 'Nunito', sans-serif; font-weight: 700; line-height: 1.25; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
img { max-width: 100%; height: auto; display: block; }
.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 1.25rem; }
.header { background: #fff; box-shadow: 0 2px 18px rgba(0,0,0,0.07); position: sticky; top: 0; z-index: 1000; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.8rem 0; }
.logo { display: flex; align-items: center; gap: 0.55rem; font-size: 1.5rem; font-weight: 800; color: var(--primary); }
.logo span { color: var(--secondary); }
.logo-icon { width: 40px; height: 40px; background: linear-gradient(135deg, var(--primary), var(--secondary)); border-radius: 11px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.3rem; }
.nav { display: flex; gap: 1.6rem; align-items: center; }
.nav a { font-weight: 600; font-size: 0.92rem; color: var(--dark); position: relative; }
.nav a:hover, .nav a.active { color: var(--primary); }
.nav a::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 2.5px; background: var(--secondary); border-radius: 2px; transition: width 0.3s; }
.nav a:hover::after, .nav a.active::after { width: 100%; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem; padding: 0.7rem 1.4rem; border-radius: 50px; font-weight: 700; font-size: 0.92rem; border: none; cursor: pointer; transition: all 0.3s; text-align: center; }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; box-shadow: 0 4px 14px rgba(13,148,136,0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(13,148,136,0.4); }
.btn-secondary { background: linear-gradient(135deg, var(--secondary), #ea580c); color: #fff; box-shadow: 0 4px 14px rgba(249,115,22,0.3); }
.btn-secondary:hover { transform: translateY(-2px); }
.btn-outline { background: transparent; border: 2px solid var(--primary); color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: #fff; }
.btn-lg { padding: 0.95rem 1.9rem; font-size: 1.02rem; }
.mobile-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; }
.hero { background: linear-gradient(135deg, #0f766e 0%, #0d9488 45%, #14b8a6 100%); color: #fff; padding: 4rem 0 4.5rem; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 2.5rem; align-items: center; }
.hero-badge { display: inline-block; background: rgba(255,255,255,0.18); padding: 0.35rem 0.95rem; border-radius: 50px; font-size: 0.82rem; font-weight: 700; margin-bottom: 1.1rem; border: 1px solid rgba(255,255,255,0.25); }
.hero h1 { font-size: 2.7rem; margin-bottom: 1.1rem; letter-spacing: -0.4px; }
.hero p { font-size: 1.1rem; opacity: 0.95; margin-bottom: 1.75rem; max-width: 520px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 1.75rem; }
.hero-stats { display: flex; gap: 1.8rem; flex-wrap: wrap; }
.stat-num { font-size: 1.7rem; font-weight: 800; display: block; }
.stat-label { font-size: 0.82rem; opacity: 0.85; }
.hero-img { border-radius: 22px; overflow: hidden; box-shadow: 0 22px 45px rgba(0,0,0,0.22); border: 5px solid rgba(255,255,255,0.18); }
.hero-img img { width: 100%; height: 360px; object-fit: cover; }
.section { padding: 4.5rem 0; }
.section-header { text-align: center; max-width: 680px; margin: 0 auto 3rem; }
.section-header h2 { font-size: 2.2rem; margin-bottom: 0.9rem; }
.section-header p { color: #64748b; font-size: 1.05rem; }
.section-label { display: inline-block; background: var(--soft-green); color: var(--primary-dark); padding: 0.3rem 0.9rem; border-radius: 50px; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; margin-bottom: 0.65rem; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.feature-card { background: #fff; border-radius: 18px; padding: 1.75rem; box-shadow: 0 4px 22px rgba(0,0,0,0.05); transition: all 0.3s; border: 1px solid #f1f5f9; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.09); }
.feature-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.1rem; }
.icon-teal { background: var(--soft-green); color: var(--primary); }
.icon-orange { background: var(--soft-coral); color: var(--secondary); }
.icon-yellow { background: #fef9c3; color: #ca8a04; }
.icon-blue { background: var(--soft-blue); color: #0284c7; }
.icon-purple { background: #f3e8ff; color: #9333ea; }
.icon-pink { background: #fce7f3; color: #db2777; }
.feature-card h3 { font-size: 1.18rem; margin-bottom: 0.6rem; }
.feature-card p { color: #64748b; font-size: 0.92rem; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.about-img { border-radius: 22px; overflow: hidden; box-shadow: 0 18px 38px rgba(0,0,0,0.1); }
.about-img img { width: 100%; height: 400px; object-fit: cover; }
.about-content h2 { font-size: 2.05rem; margin-bottom: 1.1rem; }
.about-content p { color: #475569; margin-bottom: 1.1rem; }
.check-list { list-style: none; margin: 1.3rem 0; }
.check-list li { display: flex; align-items: flex-start; gap: 0.7rem; margin-bottom: 0.75rem; font-weight: 500; }
.check-list li::before { content: '✓'; background: var(--primary); color: #fff; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; flex-shrink: 0; margin-top: 2px; }
.pricing-card { background: #fff; border-radius: 22px; padding: 2.25rem; box-shadow: 0 8px 35px rgba(0,0,0,0.07); border: 2px solid transparent; max-width: 460px; margin: 0 auto; text-align: center; position: relative; overflow: hidden; }
.pricing-card.featured { border-color: var(--primary); }
.pricing-badge { position: absolute; top: 16px; right: -30px; background: var(--secondary); color: #fff; padding: 0.3rem 2.3rem; font-size: 0.78rem; font-weight: 700; transform: rotate(45deg); }
.price { font-size: 3rem; font-weight: 800; color: var(--primary); line-height: 1; margin: 0.9rem 0 0.2rem; }
.price span { font-size: 1.05rem; font-weight: 600; color: #64748b; }
.pricing-details { text-align: left; margin: 1.5rem 0; }
.pricing-details li { padding: 0.55rem 0; border-bottom: 1px solid #f1f5f9; display: flex; align-items: center; gap: 0.55rem; font-size: 0.92rem; list-style: none; }
.teachers-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; max-width: 760px; margin: 0 auto; }
.teacher-card { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 7px 28px rgba(0,0,0,0.07); text-align: center; }
.teacher-card img { width: 100%; height: 260px; object-fit: cover; object-position: top; }
.teacher-info { padding: 1.35rem; }
.teacher-info h3 { margin-bottom: 0.3rem; }
.teacher-info p { color: #64748b; font-size: 0.88rem; }
.cta-banner { background: linear-gradient(135deg, var(--secondary), #ea580c); color: #fff; padding: 3.2rem 0; text-align: center; border-radius: 22px; }
.cta-banner h2 { font-size: 1.9rem; margin-bottom: 0.9rem; }
.cta-banner p { opacity: 0.95; margin-bottom: 1.5rem; max-width: 540px; margin-left: auto; margin-right: auto; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.blog-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 18px rgba(0,0,0,0.05); transition: all 0.3s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,0.09); }
.blog-card img { width: 100%; height: 170px; object-fit: cover; }
.blog-content { padding: 1.35rem; }
.blog-meta { font-size: 0.78rem; color: var(--primary); font-weight: 600; margin-bottom: 0.4rem; }
.blog-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.blog-card p { color: #64748b; font-size: 0.88rem; margin-bottom: 0.9rem; }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { background: #fff; border-radius: 12px; margin-bottom: 0.9rem; box-shadow: 0 2px 10px rgba(0,0,0,0.04); overflow: hidden; }
.faq-question { width: 100%; text-align: left; padding: 1.15rem 1.35rem; background: none; border: none; font-size: 1rem; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--dark); font-family: inherit; }
.faq-question:hover { color: var(--primary); }
.faq-answer { padding: 0 1.35rem 1.15rem; color: #475569; display: none; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question .plus { transform: rotate(45deg); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.contact-info { background: var(--primary); color: #fff; border-radius: 22px; padding: 2.25rem; }
.contact-info h3 { margin-bottom: 1.35rem; }
.contact-item { display: flex; gap: 0.9rem; margin-bottom: 1.35rem; align-items: flex-start; }
.contact-item strong { display: block; margin-bottom: 0.15rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-weight: 600; margin-bottom: 0.35rem; font-size: 0.88rem; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.8rem 0.95rem; border: 2px solid #e2e8f0; border-radius: 11px; font-size: 0.95rem; font-family: inherit; transition: border 0.3s; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--primary); }
.footer { background: var(--dark); color: #94a3b8; padding: 3.5rem 0 1.75rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.2rem; margin-bottom: 2.5rem; }
.footer h4 { color: #fff; margin-bottom: 1.1rem; font-size: 1.05rem; }
.footer p, .footer a { font-size: 0.88rem; margin-bottom: 0.5rem; display: block; }
.footer a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid #334155; padding-top: 1.35rem; text-align: center; font-size: 0.82rem; }
.keywords-seo { font-size: 0.72rem; color: #64748b; margin-top: 0.9rem; line-height: 1.45; }
.reg-banner { background: linear-gradient(90deg, #fef3c7, #fde68a); padding: 0.9rem 0; text-align: center; font-weight: 700; color: #92400e; font-size: 0.92rem; }
.reg-banner a { color: var(--secondary); text-decoration: underline; }
.blog-post { max-width: 760px; margin: 0 auto; padding: 2.5rem 1.25rem; }
.blog-post h1 { font-size: 2.25rem; margin-bottom: 0.9rem; }
.blog-post .meta { color: #64748b; margin-bottom: 1.75rem; }
.blog-post img { border-radius: 14px; margin-bottom: 1.75rem; width: 100%; }
.blog-post p { margin-bottom: 1.15rem; font-size: 1.02rem; color: #334155; }
.blog-post ul { margin: 0 0 1.15rem 1.2rem; color: #334155; font-size: 1.02rem; }
.blog-post h2 { font-size: 1.4rem; margin: 1.75rem 0 0.9rem; color: var(--primary-dark); }
@media (max-width: 900px) {
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .features-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 2.1rem; }
  .nav { display: none; }
  .mobile-toggle { display: block; }
  .nav.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 1.35rem; box-shadow: 0 8px 25px rgba(0,0,0,0.1); gap: 0.9rem; }
}
@media (max-width: 600px) {
  .features-grid, .blog-grid, .teachers-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 1.8rem; }
  .section { padding: 3.2rem 0; }
}

/* Free Afrikaans USP responsive */
@media (max-width: 800px) {
  .section [style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* Hide hero price/time stats on cellphone only */
@media (max-width: 600px) {
  .hero-stats {
    display: none !important;
  }
}

/* Sticky bottom CTA bar – mobile & desktop */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0f766e;
  padding: 0.7rem 1rem;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}
.sticky-cta a {
  flex: 1;
  max-width: 220px;
  text-align: center;
  padding: 0.7rem 1rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
}
.sticky-cta .wa-btn {
  background: #16a34a;
  color: #fff;
}
.sticky-cta .visit-btn {
  background: #fff;
  color: #0f766e;
}
body {
  padding-bottom: 70px; /* space for sticky bar */
}
@media (min-width: 900px) {
  .sticky-cta { padding: 0.8rem; }
}
