/* Custom styles for Free Resources page (moved from inline <style> blocks) */

/* Mailchimp form custom overrides */
#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 2rem auto;
  border-radius: 1rem;
  box-shadow: 0 2px 16px rgba(32,191,169,0.08), 0 1.5px 6px rgba(0,57,79,0.08);
  padding: 2rem 2rem 1.5rem 2rem;
}
#mc_embed_signup h2 {
  font-family: 'Handlee', cursive;
  color: #20bfa9;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
#mc_embed_signup .button {
  background-color: #20bfa9 !important;
  border: none;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  font-weight: 600;
  font-size: 1.1rem;
  transition: background 0.2s;
}
#mc_embed_signup .button:hover {
  background-color: #f77ca2 !important;
}
#mc_embed_signup label {
  color: #00394f;
  font-weight: 500;
}
#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
  border-radius: 0.5rem;
  border: 1px solid #20bfa9;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  width: 100%;
  font-size: 1rem;
}
#mc_embed_signup ul {
  padding-left: 0;
  list-style: none;
}
#mc_embed_signup ul li {
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  #mc_embed_signup {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
}

/* Hero/Intro card custom styles */
.free-resources-hero-card {
  background: #fffbe6;
  border-radius: 1rem;
  box-shadow: 0 2px 16px rgba(32,191,169,0.08), 0 1.5px 6px rgba(0,57,79,0.08);
  padding: 2rem 2rem 1.5rem 2rem;
  margin-bottom: 2rem;
} 

/* --- Freebies Section Modern Styles --- */

.freebie-card {
  background: linear-gradient(135deg, #fffbe6 60%, #e0f7fa 100%);
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(32,191,169,0.10), 0 2px 8px rgba(0,57,79,0.10);
  position: relative;
  overflow: visible;
  border-left: 8px solid #20bfa9;
  transition: box-shadow 0.2s, transform 0.2s;
}
.freebie-card:hover {
  box-shadow: 0 8px 32px rgba(32,191,169,0.18), 0 4px 16px rgba(0,57,79,0.15);
  transform: translateY(-6px) scale(1.02);
}
.freebie-img {
  border-radius: 1.2rem;
  box-shadow: 0 6px 32px rgba(32,191,169,0.18), 0 2px 8px rgba(0,57,79,0.10);
  border: 4px solid #fff;
  outline: 4px solid #20bfa9;
  max-width: 420px;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .freebie-card.alt {
    flex-direction: row-reverse;
    border-left: none;
    border-right: 8px solid #f77ca2;
    background: linear-gradient(135deg, #fffbe6 60%, #fce4ec 100%);
  }
}
.freebie-title {
  font-family: 'Handlee', cursive;
  color: #00394f;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: inline-block;
  border-bottom: 4px solid #20bfa9;
  padding-bottom: 0.2em;
  background: linear-gradient(90deg, #20bfa9 60%, #f77ca2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.freebie-desc {
  font-family: 'Nunito', sans-serif;
  font-size: 1.18rem;
  color: #444;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
.freebie-btn {
  font-size: 1.15rem;
  font-weight: 700;
  padding: 0.75rem 2.2rem;
  border-radius: 2rem;
  background: linear-gradient(90deg, #20bfa9 60%, #f77ca2 100%);
  border: none;
  color: #fff;
  box-shadow: 0 2px 8px rgba(32,191,169,0.10);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.freebie-btn i {
  margin-right: 0.5em;
}
.freebie-btn:hover {
  background: linear-gradient(90deg, #f77ca2 60%, #20bfa9 100%);
  box-shadow: 0 4px 16px rgba(32,191,169,0.18);
  transform: scale(1.04);
}
@media (max-width: 767px) {
  .freebie-img {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .freebie-title {
    font-size: 1.5rem;
  }
} 

/* Newsletter Section Styles */
.newsletter-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px rgba(32,191,169,0.08), 0 1.5px 6px rgba(0,57,79,0.08);
  padding: 2.2rem 2rem 2rem 2rem;
  margin-bottom: 1.5rem;
}
.testimonial {
  font-size: 1.08rem;
  color: #00394f;
  background: #f8fafc;
  border-left: 4px solid #20bfa9;
  border-radius: 0.7rem;
  margin-bottom: 0.7rem;
  padding: 0.7rem 1.1rem;
  box-shadow: 0 1px 4px rgba(32,191,169,0.07);
}
#newsletter-section h2.section-title {
  font-family: 'Handlee', cursive;
  color: #20bfa9;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  text-align: left;
}
#newsletter-section ul {
  list-style: disc inside;
  margin-bottom: 1.2rem;
  color: #00394f;
  font-size: 1.08rem;
}
#newsletter-section ul li {
  margin-bottom: 0.4em;
}
#newsletter-section .font-italic {
  color: #666;
  font-size: 1rem;
}
#newsletter-section hr {
  border-top: 2px solid #f77ca2;
  margin: 1.2rem 0;
}
@media (max-width: 991.98px) {
  .newsletter-card {
    padding: 1.2rem 0.7rem 1.2rem 0.7rem;
  }
} 

/* Newsletter Section Layout Tweaks */
#newsletter-section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
#newsletter-section .row {
  gap: 2rem 0;
}
#newsletter-section .newsletter-card {
  margin-bottom: 0;
  box-shadow: 0 4px 24px rgba(32,191,169,0.10), 0 2px 8px rgba(0,57,79,0.10);
}
#newsletter-section h2.section-title {
  font-family: 'Handlee', cursive;
  color: #20bfa9;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  text-align: left;
}
#newsletter-section p.lead {
  font-family: 'Nunito', sans-serif;
  color: #00394f;
  font-size: 1.15rem;
  margin-bottom: 1.1rem;
}
#newsletter-section ul {
  list-style: disc inside;
  margin-bottom: 1.2rem;
  color: #00394f;
  font-size: 1.08rem;
  padding-left: 1.2em;
}
#newsletter-section ul li {
  margin-bottom: 0.4em;
}
#newsletter-section .font-italic {
  color: #666;
  font-size: 1rem;
}
#newsletter-section hr {
  border-top: 2px solid #f77ca2;
  margin: 1.2rem 0;
}
#newsletter-section .testimonial {
  font-size: 1.08rem;
  color: #00394f;
  background: #f8fafc;
  border-left: 4px solid #20bfa9;
  border-radius: 0.7rem;
  margin-bottom: 0.7rem;
  padding: 0.7rem 1.1rem;
  box-shadow: 0 1px 4px rgba(32,191,169,0.07);
}
@media (max-width: 991.98px) {
  #newsletter-section .newsletter-card {
    padding: 1.2rem 0.7rem 1.2rem 0.7rem;
  }
  #newsletter-section .row {
    gap: 1.2rem 0;
  }
} 