/* Grow - Platform Section */
.grow-platform-section {
  margin: 48px 0;
}

.platform-heading {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 500;
  color: #00243d;
  line-height: 1.35;
  margin: 0 0 32px;
}

.platform-cards {
  display: flex;
  gap: 32px;
}

.platform-card {
  flex: 1;
  background: #eef4fa;
  border-radius: 16px;
  overflow: hidden;
  padding: 20px 20px 28px;
}

.platform-card-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.platform-card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.platform-card-content {
  padding: 0 4px;
}

.platform-card-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 500;
  color: #03489F;
  margin: 0 0 8px;
}

.platform-card-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #023F6A;
  margin: 0 0 20px;
}

.platform-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.platform-card-list li {
  font-size: 14px;
  font-weight: 500;
  color: #00243d;
  display: flex;
  align-items: center;
  gap: 8px;
}

.list-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Alumni Newsletters */
.alumni-newsletters-section {
  margin: 80px 0;
}

.newsletters-heading {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 500;
  color: #00243d;
  margin: 0 0 28px;
}

.newsletters-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.newsletter-card {
  text-decoration: none;
  border-radius: 20px;
  background: #E6F0F8;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 0;
  min-width: 0;
}

.newsletter-thumb-wrapper {
  background: #f6f9fc;
  border-radius: 20px;
  padding: 31px 20px;
  border: 1.5px solid #c4ddf0;
  transition: box-shadow 0.2s;
}


.newsletter-thumb-wrapper img {
  width: 100%;
  height: 300px;
  object-position: top;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.newsletter-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 4px;
  min-width: 0;
  text-decoration: none;
}

.newsletter-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #00243d;

}

.newsletter-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Features Section */


.grow-features-grid {
  display: flex;
  gap: 24px;
}

.grow-feature-card {
  flex: 1;
  border-radius: 12px;
  background: var(--Yellow-100, #fff6e7);
  padding: 18px;
  display: flex;
  flex-direction: column;
}

.grow-feature-image {
  border-radius: 12px;
  overflow: hidden;
}

.grow-feature-image img {
  width: 100%;
  height: 207px;

  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.grow-feature-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.grow-feature-title {
  font-family: "Playfair Display", serif;
  color: #03489f;
  margin: 20px 0 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%; /* 28px */
}

.grow-feature-desc {
  color: var(--Blue-200, #023f6a);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  flex: 1;
  margin-bottom: 30px;
}

.grow-feature-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 20px;
  border: 1.5px solid #00243d;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #00243d;
  text-decoration: none;
  width: fit-content;
}

.grow-feature-btn:hover {
  background: rgba(0, 36, 61, 0.06);
}

.grow-feature-btn--video .yt-icon {
  width: 18px;
  height: 18px;
}

.grow-feature-select-wrapper {
  width: fit-content;
}

.grow-feature-select {
  padding: 12px 20px;
  border: 1.5px solid #00243d;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #00243d;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2300243d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

/* CTA Banner */
.grow-cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--Green-100, #def4e2);
  border-bottom: 1px solid #1fb53b;
  border-radius: 16px;
  padding: 30px;
  margin: 80px 0;
}

.cta-banner-text {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 500;
  color: #00243d;
  line-height: 1.4;
  margin: 0;
}

.cta-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border: 1px solid var(--Blue-400, #00243d);
  font-family: "Open Sans";
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #00243d;
  text-decoration: none;
  white-space: nowrap;
}

.cta-banner-btn img {
  width: 14px;
  height: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .platform-heading {
    font-size: 24px;
  }

  .platform-heading br {
    display: none;
  }

  .platform-cards {
    flex-direction: column;
    gap: 20px;
  }

  .newsletters-heading {
    font-size: 24px;
  }

  .newsletters-grid {
    gap: 16px;
    flex-direction: column;
  }

  .newsletter-card {
    flex: 1 1 calc(50% - 8px);
  }


  .newsletter-title {
    font-size: 13px;
  }

  .grow-features-grid {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 479px) {
  .grow-platform-section {
    margin: 32px 0;
  }

  .platform-heading {
    font-size: 20px;
    margin: 0 0 24px;
  }

  .platform-card {
    padding: 16px 16px 24px;
  }

  .alumni-newsletters-section {
    margin: 32px 0;
  }

  .newsletters-heading {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .newsletters-grid {
    gap: 12px;
  }

  .newsletter-card {
    flex: 1 1 calc(50% - 6px);
    gap: 10px;
  }


  .newsletter-thumb-wrapper img {
    border-radius: 10px;
  }

  .newsletter-title {
    font-size: 12px;
  }

  .newsletter-arrow {
    width: 12px;
    height: 12px;
  }

  .grow-features-section {
    margin: 32px 0;
  }

  .grow-feature-card {
    padding: 16px;
  }

  .grow-feature-title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .grow-cta-banner {
    padding: 24px 28px;
    margin: 60px 0;
  }

  .cta-banner-text {
    font-size: 18px;
  }

  .cta-banner-text br {
    display: none;
  }
}

@media (max-width: 479px) {
  .grow-cta-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 20px;
  }

  .cta-banner-text {
    font-size: 16px;
  }

  .cta-banner-btn {
    font-size: 13px;
    padding: 10px 24px;
  }
}
