/* ========================= SCHOOLS PAGE STYLES ========================= */

.schools-page {
  background: #fff;
}

/* ========================= HERO SECTION ========================= */
.schools-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 140px 5% 80px;
  max-width: 1400px;
  margin: 0 auto;
  gap: 60px;
}

.schools-hero-content {
  flex: 1;
  max-width: 600px;
}

.schools-hero-content h1 {
  font-family: 'Patrick Hand', cursive;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #2d3748;
  line-height: 1.2;
  margin-bottom: 24px;
}

.schools-hero-content h1 span {
  color: #38b2ac;
}

.schools-hero-subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.7;
}

.schools-hero-image {
  flex: 1;
  max-width: 600px;
}

.schools-hero-image img {
  width: 100%;
  height: auto;
}

/* ========================= FLEXIBLE TOOLS SECTION ========================= */
.schools-flexible {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 5%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 60px;
  flex-direction: row-reverse;
}

.schools-flexible-content {
  flex: 1;
  max-width: 600px;
}

.schools-flexible-content h2 {
  font-family: 'Patrick Hand', cursive;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #2d3748;
  line-height: 1.3;
  margin-bottom: 24px;
}

.schools-flexible-content h2 span {
  color: #38b2ac;
}

.schools-flexible-content p {
  font-size: 1.05rem;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 20px;
}

.schools-goal-text {
  font-size: 1.15rem !important;
  color: #2d3748 !important;
  margin-top: 24px;
}

.schools-goal-text strong {
  color: #38b2ac;
}

.schools-flexible-content .btn-primary {
  margin-top: 24px;
}

.schools-flexible-image {
  flex: 1;
  max-width: 550px;
}

.schools-flexible-image img {
  width: 100%;
  height: auto;
}

/* ========================= RIPPLE EFFECT SECTION ========================= */
.schools-ripple {
  padding: 80px 5%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.schools-ripple h2 {
  font-family: 'Patrick Hand', cursive;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #2d3748;
  margin-bottom: 16px;
}

.schools-ripple h2 span {
  color: #c6f135;
  background: linear-gradient(90deg, #c6f135, #38b2ac);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.schools-ripple-intro {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 50px;
}

.schools-ripple-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  text-align: left;
}

.schools-ripple-column {
  background: #f7fafc;
  border-radius: 20px;
  padding: 30px;
}

.schools-ripple-image {
  margin-bottom: 24px;
}

.schools-ripple-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.schools-ripple-column h3 {
  font-family: 'Patrick Hand', cursive;
  font-size: 1.5rem;
  color: #2d3748;
  margin-bottom: 16px;
}

.schools-ripple-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.schools-ripple-column ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.6;
}

.schools-ripple-column ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #38b2ac, #c6f135);
  border-radius: 50%;
}

.schools-ripple-note {
  font-size: 1.05rem;
  color: #718096;
  font-style: italic;
  margin-top: 40px;
}

/* ========================= BENEFITS SECTION ========================= */
.schools-benefits {
  padding: 80px 5%;
  background: linear-gradient(180deg, #f0fff4 0%, #fff 100%);
}

.schools-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.schools-benefits-column {
  text-align: center;
}

.schools-benefits-image {
  margin-bottom: 24px;
}

.schools-benefits-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.schools-benefits-column h3 {
  font-family: 'Patrick Hand', cursive;
  font-size: 1.6rem;
  color: #2d3748;
  margin-bottom: 20px;
}

.schools-benefits-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}

.schools-benefits-column ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.5;
}

.schools-benefits-column ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #38b2ac;
  font-weight: 700;
}

.schools-benefits-tagline {
  text-align: center;
  font-family: 'Patrick Hand', cursive;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  color: #38b2ac;
  margin-top: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ========================= CTA SECTION ========================= */
.schools-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 5%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
}

.schools-cta-content {
  flex: 1;
  max-width: 500px;
  text-align: center;
}

.schools-cta-content h2 {
  font-family: 'Patrick Hand', cursive;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #2d3748;
  line-height: 1.3;
  margin-bottom: 20px;
}

.schools-cta-content h2 span {
  color: #38b2ac;
}

.schools-cta-content p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 30px;
}

.schools-cta-content .btn-large {
  padding: 18px 40px;
  font-size: 1.2rem;
}

.schools-cta-image {
  flex: 1;
  max-width: 450px;
}

.schools-cta-image img {
  width: 100%;
  height: auto;
}

/* ========================= FAQ SECTION ========================= */
.schools-faq {
  padding: 80px 5%;
  max-width: 900px;
  margin: 0 auto;
}

.schools-faq h2 {
  font-family: 'Patrick Hand', cursive;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #2d3748;
  text-align: center;
  margin-bottom: 40px;
}

.schools-faq-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.schools-faq-item {
  background: #f7fafc;
  border-radius: 16px;
  padding: 24px 30px;
  border-left: 4px solid #38b2ac;
}

.schools-faq-item h3 {
  font-family: 'Patrick Hand', cursive;
  font-size: 1.3rem;
  color: #2d3748;
  margin-bottom: 12px;
}

.schools-faq-item p {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

/* ========================= QUOTE SECTION ========================= */
.schools-quote {
  padding: 80px 5%;
  text-align: center;
  background: linear-gradient(135deg, #e0f7fa 0%, #f0fff4 50%, #fef3c7 100%);
}

.schools-quote blockquote {
  max-width: 900px;
  margin: 0 auto;
}

.schools-quote blockquote p {
  font-family: 'Patrick Hand', cursive;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #2d3748;
  line-height: 1.4;
  font-style: italic;
}

/* ========================= RESPONSIVE ========================= */
@media (max-width: 992px) {
  .schools-hero,
  .schools-flexible,
  .schools-cta {
    flex-direction: column;
    text-align: center;
  }

  .schools-flexible {
    flex-direction: column;
  }

  .schools-hero-content,
  .schools-flexible-content,
  .schools-cta-content {
    max-width: 100%;
  }

  .schools-hero-image,
  .schools-flexible-image,
  .schools-cta-image {
    max-width: 500px;
  }

  .schools-ripple-grid,
  .schools-benefits-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .schools-hero {
    padding: 100px 5% 60px;
  }

  .schools-flexible,
  .schools-ripple,
  .schools-benefits,
  .schools-cta,
  .schools-faq,
  .schools-quote {
    padding: 60px 5%;
  }

  .schools-ripple-column {
    padding: 20px;
  }

  .schools-faq-item {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .schools-hero-content h1 {
    font-size: 2rem;
  }

  .schools-flexible-content h2,
  .schools-ripple h2,
  .schools-cta-content h2,
  .schools-faq h2 {
    font-size: 1.8rem;
  }

  .schools-benefits-tagline {
    font-size: 1.2rem;
  }
}
