/* =============================================
     NEW2 PAGE — The Harvee School Cambridge Design
     ============================================= */

  @font-face {
    font-family: 'KG Broken Vessels Sketch';
    src: url('font/KGBrokenVesselsSketch.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'VAG Rounded Next';
    src: url('font/VAGRoundedNext-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

  :root {
    --n2-orange: #F26F21;
    --n2-orange-dark: #D95A0E;
    --n2-orange-light: #FFECE2;
    --n2-peach-bg: #FEECE1;
    --n2-pale-box: #FCEADF;
    --n2-text-dark: #1A1A1A;
    --n2-text-muted: #555555;
    --n2-radius: 20px;
    --n2-card-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }

  body {
    font-family: 'Poppins', sans-serif;
    color: var(--n2-text-dark);
    background-color: #FFFFFF;
    overflow-x: hidden;
  }

  .our-sketch {
    font-family: 'KG Broken Vessels Sketch', cursive;
    color: var(--n2-orange);
    font-size: 46px;
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    line-height: 1;
  }
  .spec-rest {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #1A1A1A;
    vertical-align: middle;
  }
  .ot {
    color: var(--n2-orange);
  }

  /* ══ 1. HERO SECTION ══ */
  .n2-hero-sec {
    background: var(--n2-orange);
    padding: 60px 0 80px;
    position: relative;
    color: #FFFFFF;
  }
  .n2-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: center;
  }
  .n2-hero-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 12px;
    color: #FFFFFF;
  }
  .n2-hero-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 22px;
    color: #FFFFFF;
  }
  .n2-hero-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 16px;
  }
  .n2-hero-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .n2-hero-img-frame {
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 26px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    display: inline-block;
    max-width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
  .n2-hero-img-frame img,
  .n2-hero-img {
    display: block;
    width: 100%;
    max-height: 440px;
    object-fit: contain;
    border-radius: 18px;
    border: none !important;
    box-shadow: none !important;
  }

  /* ══ 2. WHAT DOES INTERNATIONAL EDUCATION OFFER CHILDREN? ══ */
  .n2-offer-wrapper {
    background: var(--n2-orange);
    padding-bottom: 75px;
  }
  .n2-offer-card-main {
    background: #FFFFFF;
    border-radius: 36px;
    padding: 55px 50px 48px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  }
  .n2-offer-card-main h2 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 16px;
  }
  .n2-offer-card-main p.n2-offer-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    color: #555555;
    line-height: 1.75;
    text-align: center;
    max-width: 940px;
    margin: 0 auto 20px;
  }
  .n2-offer-sublabel {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: var(--n2-orange);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
  }
  .n2-offer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 32px;
  }
  .n2-offer-item {
    background: #FFF9F5;
    border: 1.5px solid #FFE6D6;
    border-radius: 18px;
    padding: 24px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .n2-offer-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(242, 111, 33, 0.12);
    border-color: var(--n2-orange);
  }
  .n2-offer-icon-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--n2-orange-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--n2-orange);
    flex-shrink: 0;
  }
  .n2-offer-item h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #2E2B2B;
    line-height: 1.45;
    margin: 0;
  }
  .n2-offer-bottom-box {
    background: var(--n2-orange-light);
    border-radius: 50px;
    padding: 14px 30px;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
  }
  .n2-offer-bottom-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--n2-orange-dark);
    margin: 0;
    line-height: 1.5;
  }

  /* ══ 3. WHY CAMBRIDGE EDUCATION? ══ */
  .n2-why-cambridge-sec {
    background: var(--n2-peach-bg);
    padding: 85px 0 80px;
  }
  .n2-why-cambridge-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: flex-start;
  }
  .n2-why-left h2 {
    margin-bottom: 22px;
  }
  .n2-why-left p {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .n2-why-sublabel {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: var(--n2-orange);
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .n2-cambridge-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .n2-cam-card {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 22px 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .n2-cam-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(242, 111, 33, 0.1);
  }
  .n2-cam-card-title {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
  }
  .n2-cam-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
  }

  /* ══ 4. SCHEDULE A CAMPUS VISIT BANNER ══ */
  .n2-visit-banner-sec {
    background: var(--n2-orange);
    position: relative;
    padding: 55px 0;
    overflow: hidden;
    text-align: center;
    color: #FFFFFF;
  }
  .n2-banner-cap-left, .n2-banner-cap-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.16;
    pointer-events: none;
  }
  .n2-banner-cap-left { left: 4%; }
  .n2-banner-cap-right { right: 4%; }
  .n2-visit-banner-sec h3 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  .n2-visit-banner-sec p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 24px;
  }
  .n2-banner-phone-btn {
    background: #FFFFFF;
    color: var(--n2-orange);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 36px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .n2-banner-phone-btn:hover {
    color: var(--n2-orange-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
    background: #FFFFFF;
  }

  /* ══ 5. THE HARVEE CAMBRIDGE LEARNING PATHWAY ══ */
  .n2-pathway-sec {
    background: #FFFFFF;
    padding: 85px 0 90px;
  }
  .n2-center-header {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 48px;
  }
  .n2-center-header h2 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 14px;
  }
  .n2-center-header p {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    color: #555555;
    line-height: 1.75;
    margin: 0;
  }
  .n2-pathway-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .n2-pathway-card {
    background: #FFFFFF;
    border: 1.5px solid #FFE4D4;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .n2-pathway-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(242, 111, 33, 0.12);
    border-color: var(--n2-orange);
  }
  .n2-pathway-img-wrap {
    height: 220px;
    overflow: hidden;
    background: #FFEFE6;
  }
  .n2-pathway-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
  }
  .n2-pathway-card:hover .n2-pathway-img-wrap img {
    transform: scale(1.04);
  }
  .n2-pathway-body {
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .n2-pathway-body h4 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 12px;
    line-height: 1.35;
  }
  .n2-pathway-body p {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #555555;
    line-height: 1.65;
    margin-bottom: 14px;
    flex: 1;
  }
  .n2-pathway-link {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--n2-orange);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    transition: transform .2s ease, color .2s ease;
  }
  .n2-pathway-link:hover {
    color: var(--n2-orange-dark);
    transform: translateX(4px);
  }

  /* ══ 6. A LEARNING EXPERIENCE BEYOND THE SYLLABUS (Clubs & Activities) ══ */
  .n2-beyond-syllabus-sec {
    background: var(--n2-orange);
    padding: 85px 0 80px;
    color: #FFFFFF;
  }
  .n2-beyond-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 45px;
  }
  .n2-beyond-header h2 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 14px;
  }
  .n2-beyond-header p {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.94);
    margin: 0;
  }
  .n2-beyond-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 38px;
  }
  .n2-beyond-card {
    background: rgba(255, 255, 255, 0.16);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 28px;
    padding: 38px 34px;
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .n2-beyond-card h3 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  .n2-beyond-card p.n2-beyond-card-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 22px;
    line-height: 1.6;
  }
  .n2-club-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 14px 18px;
    margin-bottom: 12px;
  }
  .n2-club-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
  }
  .n2-club-info h5 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 3px 0;
  }
  .n2-club-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    line-height: 1.45;
  }
  .n2-beyond-card-footer {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.88);
    margin-top: 14px;
  }
  .n2-act-sublabel {
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.7px;
    color: #FFE6D6;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .n2-act-pills-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
  }
  .n2-act-pill {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 9px 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .n2-beyond-btn-center {
    text-align: center;
  }
  .n2-beyond-btn-outline {
    background: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    padding: 12px 34px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all .25s ease;
  }
  .n2-beyond-btn-outline:hover {
    background: #FFFFFF;
    color: var(--n2-orange);
    transform: translateY(-2px);
  }

  /* ══ 7. SEE HARVEE IN ACTION (Gallery) ══ */
  .n2-gallery-sec {
    background: #FFFFFF;
    padding: 70px 0 85px;
  }
  .n2-gal-dash-blue {
    width: 28px;
    height: 3px;
    background: #50CDFA;
    border-radius: 3px;
    margin: 0 auto 12px;
  }
  .n2-gal-dash-pink {
    width: 28px;
    height: 3px;
    background: #F472B6;
    border-radius: 3px;
    margin: 0 auto 32px;
  }
  .n2-gal-title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
  }
  .n2-gallery-grid-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 980px;
    margin: 0 auto;
  }
  .n2-gal-col-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .n2-gal-col-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .n2-gal-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    background: #F8F9FA;
  }
  .n2-gal-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
  }
  .n2-gal-card:hover img {
    transform: scale(1.03);
  }

  /* Specific card heights to match mockup */
  .n2-gal-card-tall {
    height: 290px;
  }
  .n2-gal-card-med {
    height: 165px;
  }
  .n2-gal-row-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    height: 165px;
  }
  .n2-gal-card-half {
    height: 165px;
  }
  .n2-gal-card-wide {
    height: 137px;
  }

  /* Bottom CTA button */
  .n2-gal-btn-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F26F21;
    color: #FFFFFF !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    padding: 12px 34px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(242, 111, 33, 0.32);
    transition: all 0.25s ease;
  }
  .n2-gal-btn-pill:hover {
    background: #D95A0E;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(242, 111, 33, 0.4);
  }

  @media (max-width: 768px) {
    .n2-gallery-grid-v2 {
      grid-template-columns: 1fr;
    }
    .n2-gal-card-tall { height: 260px; }
    .n2-gal-card-med { height: 160px; }
    .n2-gal-row-top { height: auto; grid-template-columns: 1fr 1fr; }
    .n2-gal-card-half { height: 140px; }
    .n2-gal-card-wide { height: 130px; }
  }

  /* ══ 8. EVENTS THAT BRING LEARNING TO LIFE ══ */
  .n2-events-sec {
    background: var(--n2-peach-bg);
    padding: 85px 0 80px;
  }
  .n2-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
  }
  .n2-event-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 24px 22px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .n2-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(242, 111, 33, 0.12);
  }
  .n2-event-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .n2-event-img-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
  }
  .n2-event-card-header h5 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
    line-height: 1.35;
  }
  .n2-event-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
  }

  /* ══ 9. SIX SKILLS THAT MATTER BEYOND SCHOOL ══ */
  .n2-six-skills-sec {
    background: #FFFFFF;
    padding: 85px 0 80px;
  }
  .n2-skills-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }
  .n2-skill-badge-card {
    background: #FFF9F5;
    border: 1.5px solid #FFE4D4;
    border-radius: 20px;
    padding: 24px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .n2-skill-badge-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(242, 111, 33, 0.12);
    border-color: var(--n2-orange);
  }
  .n2-skill-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--n2-orange-light);
    color: var(--n2-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }
  .n2-skill-badge-card h5 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 8px;
  }
  .n2-skill-badge-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #666666;
    line-height: 1.55;
    margin: 0;
  }

  /* ══ 10. WHAT SHOULD PARENTS LOOK FOR IN AN INTERNATIONAL SCHOOL? ══ */
  .n2-look-for-sec {
    background: var(--n2-peach-bg);
    padding: 80px 0 85px;
  }
  .n2-look-title {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 12px;
    line-height: 1.3;
  }
  .n2-look-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    color: #333333;
    line-height: 1.6;
    max-width: 820px;
    margin: 0 auto 36px;
  }
  .n2-look-for-list {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .n2-look-card {
    background: #FFFFFF;
    border: 1.5px solid #FF8E4D;
    border-radius: 16px;
    padding: 20px 26px;
    box-shadow: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .n2-look-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(242, 111, 33, 0.08);
  }
  .n2-look-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
  }
  .n2-look-num {
    width: 26px;
    height: 26px;
    min-width: 26px;
    background: #F26F21;
    color: #FFFFFF;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
  }
  .n2-look-q {
    font-family: 'Poppins', sans-serif;
    font-size: 15.5px;
    font-weight: 700;
    color: #222222;
    margin: 0;
    line-height: 1.35;
  }
  .n2-look-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #666666;
    margin: 0;
    line-height: 1.55;
  }

  /* ══ 11. WHY HARVEE SCHOOL? ══ */
  .n2-why-harvee-sec {
    background: var(--n2-orange);
    padding: 85px 0 80px;
    color: #FFFFFF;
  }
  .n2-why-harvee-header {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 44px;
  }
  .n2-why-harvee-header h2 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 14px;
  }
  .n2-why-harvee-header p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.7;
    margin: 0;
  }
  .n2-why-harvee-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .n2-why-harvee-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 24px 26px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: transform .25s ease;
  }
  .n2-why-harvee-card:hover {
    transform: translateY(-3px);
  }
  .n2-why-harvee-card h5 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 6px;
  }
  .n2-why-harvee-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
  }

  /* ══ 12. START YOUR CHILD'S JOURNEY AT HARVEE (Explore Card) ══ */
  .n2-start-journey-sec {
    padding: 75px 0;
    background: var(--n2-peach-bg);
  }
  .n2-journey-card {
    background: var(--n2-orange);
    border-radius: 40px;
    padding: 55px 60px 48px;
    text-align: center;
    box-shadow: 0 16px 40px rgba(242, 111, 33, 0.2);
    max-width: 1040px;
    margin: 0 auto;
  }
  .n2-journey-title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 1.3;
  }
  .n2-journey-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.65;
    max-width: 820px;
    margin: 0 auto 28px;
  }
  .n2-journey-inner-box {
    background: var(--n2-pale-box);
    border-radius: 20px;
    padding: 24px 32px;
    max-width: 880px;
    margin: 0 auto 32px;
  }
  .n2-journey-inner-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    color: #4A3E39;
    line-height: 1.65;
    margin: 0;
    text-align: center;
  }
  .n2-journey-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .n2-journey-btn-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .n2-btn-white-pill {
    background: #FFFFFF;
    color: #E86114;
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    padding: 13px 32px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    border: none;
    transition: all 0.25s ease;
  }
  .n2-btn-white-pill:hover {
    color: #C4500A;
    background: #FFF8F4;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  }
  .n2-btn-outline-pill {
    background: transparent;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    padding: 11px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFFFFF;
    transition: all 0.25s ease;
  }
  .n2-btn-outline-pill:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #FFFFFF;
    transform: translateY(-2px);
  }

  /* ══ 13. FREQUENTLY ASKED QUESTIONS ══ */
  .n2-faq-sec {
    background: #FFFFFF;
    padding: 70px 0;
  }
  .n2-accordion .accordion-item {
    background: #FFFFFF;
    border: none;
    margin-bottom: 12px;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  }
  .n2-accordion .accordion-button {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: #F26F21 !important;
    color: #FFFFFF !important;
    padding: 18px 24px;
    border-radius: 12px !important;
    box-shadow: none !important;
    border: none !important;
  }
  .n2-accordion .accordion-button:not(.collapsed) {
    background: #D95A0E !important;
    color: #FFFFFF !important;
  }
  .n2-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
    background-image: url(../img/plus.webp) !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    width: 37px !important;
    height: 37px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
    transition: transform .2s ease-in-out !important;
  }
  .n2-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.webp) !important;
    transform: rotate(-180deg) !important;
  }
  .n2-accordion .accordion-body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #444444;
    line-height: 1.7;
    background: #FFFFFF;
    padding: 20px 24px;
  }

  /* Responsive Adjustments */
  @media (max-width: 991px) {
    .n2-hero-grid, .n2-why-cambridge-grid, .n2-beyond-grid {
      grid-template-columns: 1fr;
    }
    .n2-offer-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .n2-pathway-grid, .n2-events-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .n2-skills-row {
      grid-template-columns: repeat(3, 1fr);
    }
    .n2-why-harvee-grid {
      grid-template-columns: 1fr;
    }
    .n2-banner-cap-left, .n2-banner-cap-right {
      display: none;
    }
  }

  @media (max-width: 767px) {
    .n2-hero-content h1 {
      font-size: 30px;
    }
    .n2-hero-content h1 span.n2-hero-sub {
      font-size: 18px;
    }
    .n2-offer-card-main {
      padding: 35px 22px;
    }
    .n2-offer-grid {
      grid-template-columns: 1fr;
    }
    .n2-cambridge-cards-grid {
      grid-template-columns: 1fr;
    }
    .n2-pathway-grid, .n2-events-grid {
      grid-template-columns: 1fr;
    }
    .n2-gallery-grid {
      grid-template-columns: 1fr;
    }
    .n2-gallery-col-left, .n2-gallery-col-right {
      height: auto;
    }
    .n2-skills-row {
      grid-template-columns: repeat(2, 1fr);
    }
    .n2-journey-card {
      padding: 38px 22px 34px;
      border-radius: 26px;
    }
    .n2-journey-title {
      font-size: 25px;
    }
    .n2-journey-inner-box {
      padding: 18px 20px;
    }
    .n2-act-pills-grid {
      grid-template-columns: 1fr;
    }
  }
