@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,700;1,800&family=Literata:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Inter:wght@200;400;500;800&family=Poppins:wght@400;500&family=Source+Sans+Pro:wght@400;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Muli', Arial, sans-serif; color: #6a6b6c; background: #fff; font-size: 18px; line-height: 1.75; overflow-x: hidden; font-weight: 400; padding-top: 72px; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* Real site typography */
h1 { font-family: 'Muli', Arial, sans-serif; font-weight: 800; color: #002f6c; font-size: 40px; line-height: 1.3em; text-align: center; }
h2 { font-family: 'Muli', Arial, sans-serif; font-weight: 800; color: rgba(0,47,108,.5); font-size: 34px; line-height: 1.4em; text-align: center; }
h5 { font-family: 'Literata', serif; font-weight: 600; color: #0c1115; font-size: 18px; line-height: 1.4em; }
p { font-family: 'Muli', Arial, sans-serif; font-size: 18px; color: #6a6b6c; line-height: 1.75; font-weight: 400; }
li { font-family: 'Muli', Arial, sans-serif; font-size: 18px; color: #6a6b6c; line-height: 1.4em; }


/* =========================================================
   TOP BAR
   ========================================================= */
.topbar {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
  text-align: right;
}
.topbar-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 30px;
  display: flex; justify-content: flex-end; gap: 20px;
}
.topbar a { font-size: 12px; color: #777; }
.topbar a:hover { color: #ea6d36; }

/* =========================================================
   NAV
   ========================================================= */
.nav {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  transition: top 0.6s ease;
}
.nav.hide {
  top: -100px;
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 30px;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.nav-logo img { height: 50px; }
.nav-menu { display: flex; align-items: center; gap: 2px; }
.nav-menu > li { position: relative; }
.nav-menu > li > a {
  display: block; padding: 10px 13px;
  font-size: 14px; font-weight: 600; color: #0c1115;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}
.nav-menu > li > a:hover { color: #ea6d36; }
.nav-cta {
  background: #39a3d1; color: #fff !important;
  padding: 9px 18px !important;
  border-radius: 100px;
  font-size: 16px !important; font-weight: 600 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.nav-cta:hover { background: #2889b5 !important; color: #fff !important; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: 668px;
  background: url('../images/Kipina-Nursery-Preschool-Bahrain12.jpeg') center 50% / cover no-repeat;
  display: flex; align-items: center;
  overflow: hidden;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.25) 100%);
}
.hero-wave {
  position: absolute; bottom: -1px; left: 0; right: 0;
  width: 100%; height: 120px;
  display: block; z-index: 100;
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 1360px; margin: 0 auto; padding: 0 40px;
  width: 100%;
  text-align: right;
}
.hero-content h1 {
  font-size: 40px; font-weight: 900;
  color: #fff; line-height: 1.2;
  max-width: 72%; margin: 0 0 16px auto;
  text-shadow: none; font-style: normal;
  text-align: center; font-family: 'Muli', sans-serif;
    text-align: right;padding: 9px 10px;
  display: inline-block;
}
.hero-content h2 {
  font-size: 15px; font-weight: 400;
  color: rgba(255,255,255,0.9);
    text-align: right;
  max-width: 500px; line-height: 1.65;
  margin-bottom: 30px; margin-left: auto;
  text-align: center; font-family: 'Muli', sans-serif;
  font-style: normal;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.btn-orange {
  background: #ea6d36; color: #fff;
  padding: 12px 22px; border-radius: 100px;
  font-size: 16px; font-weight: 600;
  letter-spacing: 0.02em;
  display: inline-block;
  transition: background 0.2s;
  font-family: 'Source Sans Pro', sans-serif;
}
.btn-orange:hover { background: #d05a25; }
.btn-purple {
  background: rgba(153,12,127,.75); color: #fff;
  padding: 12px 22px; border-radius: 100px;
  font-size: 16px; font-weight: 600;
  letter-spacing: 0.02em;
  display: inline-block;
  transition: background 0.2s;
  font-family: 'Source Sans Pro', sans-serif;
  border: none; cursor: pointer;
}
.btn-purple:hover { background: rgba(153,12,127,1); }

/* =========================================================
   TRUSTED
   ========================================================= */
.trusted {
  padding: 60px 30px;
  text-align: center;
  background: #fff;
}
.trusted-inner { max-width: 1000px; margin: 0 auto; }
.trusted h2 {
  font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: #888; margin-bottom: 14px;
}
.trusted p {
  font-size: 14px; color: #666; line-height: 1.75;
  max-width: 820px; margin: 0 auto 44px;
}
.trust-icons {
  display: flex; justify-content: center;
  gap: 52px; flex-wrap: wrap;
}
.trust-icon {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  max-width: 150px;
}
.trust-icon img { width: 100px; height: 100px; object-fit: contain; }
.trust-icon span { font-size: 12.5px; color: #555; text-align: center; line-height: 1.45; }
.trust-img-wrap { position: relative; display: inline-block; }
.trust-pct {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9px; font-weight: 700; color: #000;
  pointer-events: none;
}

/* =========================================================
   FOUNDATION
   ========================================================= */
.foundation {
  padding: 60px 30px;
  background: #fff;
}
.foundation-inner { max-width: 1000px; margin: 0 auto; }
.foundation h2 {
  font-size: 28px; font-weight: 900;
  color: #333; text-align: center;
  margin-bottom: 36px;
}
.foundation-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  border: 1px solid #e0e0e0; border-radius: 4px; overflow: hidden;
}
.fcard { padding: 36px 36px; }
.fcard:first-child { border-right: 1px solid #e0e0e0; }
.fcard-head {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 22px;
}
.fcard-head img { width: 60px; height: 60px; object-fit: contain; }
.fcard-head h3 {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em; color: #999;
}
.fcard ul { display: flex; flex-direction: column; gap: 11px; }
.fcard ul li {
  font-size: 13.5px; color: #555; line-height: 1.5;
  padding-left: 16px; position: relative;
}
.fcard ul li::before {
  content: '–'; position: absolute; left: 0; color: #bbb;
}

/* =========================================================
   FINLAND
   ========================================================= */
.finland {
  padding: 60px 30px;
  background: #f2eef8;
}
.finland-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: start;
}
.finland-label {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: #888; margin-bottom: 14px;
}
.finland-text h2 {
  font-size: 24px; font-weight: 900; color: #333;
  line-height: 1.3; margin-bottom: 20px;
}
.finland-box {
  background: rgba(153,12,127,.75); color: #fff;
  border-radius: 5px; padding: 22px 26px;
  font-size: 14px; font-weight: 700; line-height: 1.7;
  margin-bottom: 18px;
}
.finland-text p {
  font-size: 13.5px; color: #555; line-height: 1.75;
  margin-bottom: 12px;
}
.finland-img img {
  width: 100%; border-radius: 5px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

/* =========================================================
   APP SECTION
   ========================================================= */
.app-section {
  padding: 60px 30px;
  background: #fff;
}
.app-inner { max-width: 1100px; margin: 0 auto; }
.app-inner h2 {
  font-size: 26px; font-weight: 900; color: #333;
  text-align: center; margin-bottom: 14px; line-height: 1.3;
}
.app-inner > p {
  font-size: 14px; color: #666; line-height: 1.75;
  text-align: center; max-width: 760px; margin: 0 auto 40px;
}
.app-screens {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; align-items: end;
}
.app-screens img {
  width: 100%; border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
}

/* =========================================================
   SCHOOL READINESS
   ========================================================= */
.school {
  padding: 60px 30px;
  background: #f0f7f2;
}
.school-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.school-text h2 {
  font-size: 26px; font-weight: 900; color: #333;
  line-height: 1.3; margin-bottom: 14px;
}
.school-text > p {
  font-size: 13.5px; color: #555; line-height: 1.75;
  margin-bottom: 14px;
}
.school-text ul {
  margin-bottom: 24px;
  display: flex; flex-direction: column; gap: 0;
}
.school-text ul li {
  font-size: 13.5px; color: #555;
  padding: 9px 0 9px 20px; position: relative;
  border-bottom: 1px solid #ddeee5;
}
.school-text ul li::before {
  content: '–'; position: absolute; left: 0; color: #85ab83;
}
.btn-green {
  background: #85ab83; color: #fff;
  padding: 18px 22px; border-radius: 5px;
  font-size: 14px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  display: inline-block;
  transition: background 0.2s;
  font-family: 'Source Sans Pro', sans-serif;
}
.btn-green:hover { background: #383400; }
.school-img img {
  width: 100%; border-radius: 6px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

/* =========================================================
   QUALITY
   ========================================================= */
.quality {
  padding: 60px 30px;
  background: #ea6d36;
}
.quality-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto;
  gap: 60px; align-items: center;
}
.quality-text h2 {
  font-size: 26px; font-weight: 900; color: #fff;
  line-height: 1.3; margin-bottom: 14px;
}
.quality-text p {
  font-size: 13.5px; color: rgba(255,255,255,0.88);
  line-height: 1.75;
}
.hamk {
  background: #fff;
  border-radius: 5px; padding: 28px 32px;
  text-align: center; min-width: 220px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.hamk-logo-row {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 6px;
}
.hamk-slash {
  font-size: 48px; font-weight: 100; color: #1a1a6e; line-height: 1;
}
.hamk-word {
  font-size: 32px; font-weight: 900; color: #1a1a6e; line-height: 1;
}
.hamk-sub1 {
  font-size: 13px; font-weight: 700; color: #1a1a6e;
  letter-spacing: 0.02em;
}
.hamk-sub2 { font-size: 11px; color: #666; }

/* =========================================================
   MEMBERSHIPS
   ========================================================= */
.memberships {
  padding: 60px 30px;
  background: #fff; text-align: center;
}
.memberships-inner { max-width: 1000px; margin: 0 auto; }
.memberships h2 {
  font-size: 22px; font-weight: 900; color: #333;
  margin-bottom: 36px;
}
.mem-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mem-card {
  border: 1px solid #e0e0e0; border-radius: 4px;
  padding: 28px 24px; text-align: left;
}
.mem-card img {
  height: 38px; object-fit: contain;
  margin-bottom: 16px;
}
.mem-card h4 {
  font-size: 11px; font-weight: 700; color: #ea6d36;
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
}
.mem-card p { font-size: 12.5px; color: #666; line-height: 1.65; }

/* =========================================================
   GALLERY
   ========================================================= */
.gallery {
  padding: 60px 30px;
  background: #fff;
}
.gallery-inner { max-width: 1100px; margin: 0 auto; }
.gallery h2 {
  font-size: 22px; font-weight: 900; color: #333;
  text-align: center; margin-bottom: 28px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 160px;
  gap: 6px;
}
.gi { overflow: hidden; border-radius: 3px; }
.gi img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.gi img:hover { transform: scale(1.05); }
.gi.p { grid-row: span 2; }

/* =========================================================
   CTA — GIVE YOUR CHILD
   ========================================================= */
.give {
  padding: 60px 30px;
  background: #fff;
}
.give-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.give-img {
  border: 1px solid #e8e8e8; border-radius: 6px; overflow: hidden;
}
.give-img img { width: 100%; display: block; }
.give-text h2 {
  font-size: 26px; font-weight: 900; color: #333;
  line-height: 1.3; margin-bottom: 18px;
}
.give-text p {
  font-size: 13.5px; color: #555; line-height: 1.75;
  margin-bottom: 12px;
}
.give-text a { margin-top: 10px; }

/* =========================================================
   GLOBAL
   ========================================================= */
.global {
  padding: 60px 30px;
  background: #f5f5f5;
  border-top: 4px solid #e8e8e8;
}
.global-inner { max-width: 1100px; margin: 0 auto; }
.global-inner > h2 {
  font-size: 28px; font-weight: 900; color: #333;
  text-align: center; margin-bottom: 10px;
}
.global-inner > p {
  font-size: 14px; color: #666;
  text-align: center; max-width: 700px; margin: 0 auto 12px;
  line-height: 1.7;
}
.global-cta-center {
  text-align: center; margin: 24px 0 40px;
}
.global-stat-box {
  background: #ea6d36; color: #fff;
  border-radius: 5px; padding: 28px 36px;
  text-align: center; max-width: 760px; margin: 0 auto;
}
.global-stat-box h3 {
  font-size: 20px; font-weight: 900; line-height: 1.4; color: #fff; text-align: center;
}

/* =========================================================
   PARTNERS
   ========================================================= */
.partners {
  padding: 60px 30px;
  background: #484848;
}
.partners-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: start;
}
.partners h2 {
  font-size: 24px; font-weight: 900; color: #fff;
  margin-bottom: 16px; line-height: 1.3;
}
.partners p {
  font-size: 13.5px; color: rgba(255,255,255,0.72);
  line-height: 1.75; margin-bottom: 16px;
}
.partners ul {
  margin-bottom: 28px;
  display: flex; flex-direction: column; gap: 0;
}
.partners ul li {
  font-size: 13px; color: rgba(255,255,255,0.72);
  padding: 8px 0 8px 18px; position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.partners ul li::before {
  content: '–'; position: absolute; left: 0; color: #ea6d36;
}
.btn-partner {
  background: rgba(153,12,127,.75); color: #fff;
  padding: 18px 22px; border-radius: 5px;
  font-size: 14px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  display: inline-block;
  transition: background 0.2s;
  font-family: 'Source Sans Pro', sans-serif;
}
.btn-partner:hover { background: rgba(153,12,127,1); }

/* =========================================================
   FOOTER TOP
   ========================================================= */
.footer-top {
  padding: 60px 30px 40px;
  background: #fff;
  text-align: center;
}
.footer-start-img { max-width: 480px; margin: 0 auto 48px; }
.footer-start-img img { width: 100%; }
.footer-cols {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; text-align: left;
}
.footer-col h4 {
  font-size: 13px; font-weight: 700; color: #333;
  margin-bottom: 14px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 7px; }
.footer-col ul li { font-size: 13px; color: #555; }
.footer-badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 14px;
}
.footer-badges img {
  width: 72px; height: 72px;
  object-fit: contain; border-radius: 50%;
}

/* =========================================================
   FOOTER BOTTOM
   ========================================================= */
.footer-bottom {
  background: #333;
  padding: 22px 30px;
}
.footer-bottom-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p, .footer-bottom a {
  font-size: 12px; color: rgba(255,255,255,0.5);
}
.footer-bottom a:hover { color: #fff; }
.footer-logo img { height: 36px; opacity: 0.7; }
.footer-eco {
  background: #2a2a2a; padding: 18px 30px;
}
.footer-eco-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; gap: 28px; flex-wrap: wrap; align-items: center;
}
.footer-eco a { font-size: 12px; color: rgba(255,255,255,0.45); }
.footer-eco a:hover { color: rgba(255,255,255,0.8); }

/* =========================================================
   INNER PAGE HERO
   ========================================================= */
.inner-hero {
  background: linear-gradient(135deg, #ea6d36 0%, #d05a25 100%);
  padding: 100px 30px 70px;
  text-align: center;
}
.inner-hero h1 {
  color: #fff; font-size: 38px; font-weight: 900;
  margin-bottom: 14px; line-height: 1.2; text-align: center;
  background: none; display: block; max-width: 800px; margin: 0 auto 14px;
}
.inner-hero p {
  color: rgba(255,255,255,0.82); font-size: 16px;
  max-width: 640px; margin: 0 auto; line-height: 1.75;
}

/* =========================================================
   INNER CONTENT
   ========================================================= */
.inner-content { padding: 60px 30px; background: #fff; }
.inner-content-inner { max-width: 1100px; margin: 0 auto; }
.inner-content h2 {
  font-size: 28px; font-weight: 900; color: #333;
  margin-bottom: 20px; line-height: 1.3; text-align: left;
}
.inner-content p {
  font-size: 14px; color: #555; line-height: 1.8;
  margin-bottom: 16px;
}
.inner-content ul {
  margin: 0 0 24px 0;
  display: flex; flex-direction: column; gap: 0;
}
.inner-content ul li {
  font-size: 14px; color: #555;
  padding: 10px 0 10px 22px; position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.inner-content ul li::before {
  content: '–'; position: absolute; left: 0; color: #ea6d36;
}

/* =========================================================
   ENROLLMENT FORM
   ========================================================= */
.enroll-form {
  padding: 70px 30px;
  background: linear-gradient(135deg, #f9f6ff 0%, #f0f7f2 100%);
  border-top: 3px solid #ea6d36;
}
.enroll-inner { max-width: 760px; margin: 0 auto; }
.enroll-form h2 {
  font-size: 30px; font-weight: 900; color: #222;
  text-align: center; margin-bottom: 10px;
}
.enroll-sub {
  font-size: 15px; color: #666;
  text-align: center; margin-bottom: 36px; line-height: 1.7;
}
.enroll-success {
  background: #edfff4; border: 1px solid #5cb85c;
  border-radius: 8px; padding: 14px 20px;
  color: #1a6e2e; font-weight: 600;
  text-align: center; margin-bottom: 24px;
}
.enroll-fields { display: flex; flex-direction: column; gap: 20px; }
.form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group-full { grid-column: 1 / -1; }
.form-group label {
  font-size: 12px; font-weight: 700; color: #555;
  text-transform: uppercase; letter-spacing: 0.06em;
  font-family: 'Source Sans Pro', sans-serif;
}
.form-group input,
.form-group select {
  border: 1px solid #dde2ee; border-radius: 8px;
  padding: 12px 16px; font-size: 15px;
  font-family: 'Muli', sans-serif; color: #222;
  outline: none; transition: border-color 0.2s, box-shadow 0.2s;
  background: #fff;
}
.form-group input:focus,
.form-group select:focus {
  border-color: #ea6d36;
  box-shadow: 0 0 0 3px rgba(234,109,54,0.1);
}
.form-group select:disabled { background: #f5f5f5; color: #aaa; }
.form-submit { text-align: center; margin-top: 8px; }
.form-submit button {
  background: #ea6d36; color: #fff;
  border: none; padding: 16px 52px;
  border-radius: 100px; font-size: 16px;
  font-weight: 700; cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.1s;
}
.form-submit button:hover { background: #d05a25; }
.form-submit button:active { transform: scale(0.98); }

/* =========================================================
   LANGUAGE SWITCHER
   ========================================================= */
.lang-switcher {
  display: flex; align-items: center; gap: 5px;
  font-size: 13px; font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  margin-left: 14px;
}
.lang-switcher span { color: #ccc; }
.lang-switcher a { color: #aaa; letter-spacing: 0.05em; }
.lang-switcher a.active { color: #ea6d36; }
.lang-switcher a:hover { color: #ea6d36; }

/* =========================================================
   DROPDOWN MENU
   ========================================================= */
.has-dropdown { position: relative; }
.has-dropdown > a::after {
  content: ' ▾'; font-size: 10px; vertical-align: middle;
}
.dropdown {
  display: none; position: absolute; top: 100%; left: 0;
  background: #fff; border: 1px solid #e8e8e8;
  border-radius: 4px; box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  min-width: 160px; z-index: 99; padding: 8px 0;
}
.has-dropdown:hover .dropdown { display: block; }
.dropdown li a {
  display: block; padding: 9px 18px;
  font-size: 13px; font-weight: 600; color: #333;
  white-space: nowrap; font-family: 'Source Sans Pro', sans-serif;
  transition: color 0.2s, background 0.2s;
}
.dropdown li a:hover { color: #ea6d36; background: #fdf5f1; }

/* =========================================================
   CURRICULUM SECTION
   ========================================================= */
.curriculum { padding: 70px 30px; background: #fff; }
.curriculum-inner { max-width: 1100px; margin: 0 auto; }
.curriculum h2 { font-size: 28px; font-weight: 900; color: #333; text-align: center; margin-bottom: 14px; }
.curriculum-intro { font-size: 14px; color: #666; text-align: center; max-width: 720px; margin: 0 auto 48px; line-height: 1.75; }

/* Age Groups Cards */
.age-groups { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-bottom: 56px; }
.age-card { border-radius: 8px; padding: 28px 26px; border: 2px solid #f0f0f0; transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s; }
.age-card:hover { border-color: #ea6d36; box-shadow: 0 4px 20px rgba(234,109,54,0.12); transform: translateY(-2px); }
.age-card-tag { display: inline-block; color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 12px; border-radius: 100px; margin-bottom: 14px; font-family: 'Source Sans Pro', sans-serif; }
.age-card:nth-child(1) .age-card-tag { background: #ea6d36; }
.age-card:nth-child(2) .age-card-tag { background: rgba(153,12,127,0.8); }
.age-card:nth-child(3) .age-card-tag { background: #39a3d1; }
.age-card h3 { font-size: 20px; font-weight: 900; color: #222; margin-bottom: 12px; line-height: 1.2; }
.age-card p { font-size: 13.5px; color: #555; line-height: 1.7; }

/* Domains Grid */
.curriculum-domains h3 { font-size: 22px; font-weight: 900; color: #333; text-align: center; margin-bottom: 30px; }
.domains-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.domain-card { background: #f9f6ff; border-radius: 6px; padding: 22px; border-left: 4px solid; transition: transform 0.2s, box-shadow 0.2s; }
.domain-card:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.domain-card:nth-child(1) { border-left-color: #ea6d36; }
.domain-card:nth-child(2) { border-left-color: rgba(153,12,127,0.8); }
.domain-card:nth-child(3) { border-left-color: #39a3d1; }
.domain-card:nth-child(4) { border-left-color: #85ab83; }
.domain-card:nth-child(5) { border-left-color: #f5a623; }
.domain-card:nth-child(6) { border-left-color: #a0c2e8; }
.domain-card h4 { font-size: 13px; font-weight: 700; color: #222; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; font-family: 'Source Sans Pro', sans-serif; }
.domain-card p { font-size: 13px; color: #555; line-height: 1.65; }

/* =========================================================
   FAQ TABS
   ========================================================= */
.faq-section .tab-btn {
  padding: 12px 20px !important;
  background: none !important;
  border: none !important;
  color: #999 !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  transition: all 0.2s !important;
  position: relative !important;
  font-family: 'Source Sans Pro', sans-serif !important;
}

.faq-section .tab-btn:hover {
  color: #ea6d36 !important;
}

.faq-section .tab-btn[style*="color: rgb(234, 109, 54)"] {
  color: #ea6d36 !important;
  border-bottom: 3px solid #ea6d36 !important;
}

.faq-inner > div:first-of-type {
  display: flex !important;
  justify-content: center !important;
  gap: 20px !important;
  margin-bottom: 50px !important;
  flex-wrap: wrap !important;
  border-bottom: 2px solid #eee !important;
  padding-bottom: 20px !important;
}

/* FAQ ITEMS & QUESTIONS */
.faq-section .faq-item {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 2px !important;
  border-bottom: 1px solid #eee !important;
}

.faq-section .faq-question {
  width: 100% !important;
  background: #f9f6ff !important;
  border: 2px solid #f0f0f0 !important;
  border-radius: 6px !important;
  text-align: left !important;
  padding: 16px 18px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #222 !important;
  font-family: 'Muli', sans-serif !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  transition: all 0.2s !important;
  margin-bottom: 0 !important;
}

.faq-section .faq-question:hover {
  background: #f5f0ff !important;
  border-color: #ea6d36 !important;
}

.faq-section .faq-question::after {
  content: '▾' !important;
  font-size: 18px !important;
  color: #ea6d36 !important;
  font-weight: 400 !important;
  transition: transform 0.2s !important;
  margin-left: 12px !important;
  flex-shrink: 0 !important;
}

.faq-section .faq-item.open .faq-question::after {
  transform: rotate(180deg) !important;
}

.faq-section .faq-answer {
  display: none !important;
  padding: 16px 18px !important;
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.75 !important;
  background: #fff !important;
  border-radius: 0 0 6px 6px !important;
}

}

.faq-section .faq-answer p {
  margin-bottom: 12px !important;
}

.faq-section .faq-answer p:last-child {
  margin-bottom: 0 !important;
}

.faq-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.faq-section .faq-answer {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 1s ease, padding 0.3s ease !important;
}


.faq-section .faq-item.open .faq-answer {
  max-height: 1000px !important;
  padding: 16px 18px !important;
}

.faq-section .faq-answer {
  display: none !important;
}

.faq-section .faq-item.open .faq-answer {
  display: block !important;
}
