.section {
  padding: 6rem 1rem;
  font-family: Lato, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  background: #E5E7EB;
  color: #122051;
  text-align: center;
}

.section h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #374151 !important; 
  margin-bottom: 2rem;
}

.section h2 span {
  color: #00b3a6;
}

.section p.subtext {
  color: #6b7280;
  margin-bottom: 6rem;
}

.articles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  overflow: hidden;
  flex: 1 1 320px;
  max-width: 420px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1rem;
  position: relative;
}

.card-image { 
padding: 1.5rem 0 .75rem 1.75rem;
} 

.card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 240px 0 0 240px;
  height: 230px;
  /* border-radius: 12px; 
  margin: 40px 48px 0 48px;
  
  
  display: block; */
}

@media (max-width: 767px) {
  .card img {
    width: 100%;
  }
}

.card-content {
  padding: 0.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  justify-content: space-between;
}

.card h3 {
    color: #233065;
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 18px;
}

.card p {
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-family:'Karla';
}

.tag {
  text-decoration: none !important;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  color: #fff;
  outline: none;
}

.tag:hover {
  text-decoration: none !important;
  color: #fff !important;
  outline: none;
}

.tertiary_btn {
  /* position: absolute;
  bottom: 1rem;
  left: 3rem; */
  padding: 0.6rem 1.3rem;
  outline: none;
  box-shadow: none;
  border: none;
}

.date {
  display:flex;
  justify-content:flex-end;
  padding-top:0.75rem;
  /* position: absolute;
  bottom: 1rem;
  right: 3rem; */
  font-size: 0.8rem;
  color: #9ca3af;
}

.see-more {
  margin-top: 6rem;
  margin-bottom: 0px;
}
.see-more a {
  text-decoration: none !important;
  font-weight: normal !important;
  font-size: 14px !important;
  color: #555 !important;
  border-bottom: 2px solid #00b3a6 !important;
  padding-bottom: 2px !important;
}

.newsletter-bg {
  background-color: #E5E7EB;
  padding: 2rem 1rem 4rem 1rem;
}

.newsletter {
  background: linear-gradient(90deg, #00b3a6 0%, #36d1c4 100%);
  color: #fff;
  padding: 2rem 2rem;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.form-socials-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.newsletter h3 {
  font-size: 36px;
  font-weight: 700;
  max-width: 500px;
  text-align: left;
  line-height: 1.4;
  margin: 0;
  letter-spacing: -1px;
  color: #fff !important;
  font-weight: 800; 
  color: white; 
  margin: 0; 
  padding: 8px 0;
  text-shadow: 1px 1px 2px #287773;
}

@media (max-width: 767px) {
  .newsletter h3 {
  font-size:1.5rem;
  padding:0;
  }
}

.newsletter form {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: #fff;
  border-radius: 9999px;
  padding: 0.25rem 0.5rem;
  flex: 1;
  max-width: 250px;
  height: 40px;
  margin: auto 0;
}

.newsletter input[type="email"] {
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  flex: 1;
  font-size: 1rem;
}

.newsletter button {
  background: none !important;
  color: #00BDA5 !important;
  border: none !important;
  padding: 0 1rem 0 0 !important;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9rem;
  border-radius: 0;
  height: 32px;
  display: flex;
  align-items: center;
  box-shadow: none !important;
}

.newsletter .socials {
  display: flex;
  gap: 0.75rem;
}

.newsletter .socials a {
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.newsletter .socials a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 44px;
  height: 44px;
}

.newsletter .socials a::before {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  z-index: 0;
}

.newsletter .socials a svg {
  width: 24px;
  height: 24px;
  fill: #00BDA5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.newsletter input[type="email"] {
  border: none;
  outline: none;
  padding: 0 0.75rem;
  border-radius: 9999px;
  flex: 1;
  font-size: 0.9rem;
  height: 32px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.newsletter .socials a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .section {
    padding: 4rem 1rem;
  }
  
  .section h2 {
    font-size: 32px;
  }
  
  .articles {
    flex-direction: column;
    align-items: center;
  }
  
  .card {
    flex: none;
    width: 100%;
    max-width: 450px;
  }

  /* .card img {
    margin: 20px 20px 0 20px;
  } */

 /* .card-content {
    padding: 1rem 1.5rem 3rem 1.5rem;
  } */

  .date {
    word-wrap: break-word;
    white-space: normal;
    right: 1.5rem;
    font-size: 0.75rem;
  }

  .tertiary_btn {
    left: 1.5rem;
  }
  
  .newsletter {
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 1rem;
    gap: 1.5rem;
  }

  .form-socials-group {
    flex-direction: column;
    gap: 1rem;
  }

  .newsletter h3 {
    text-align: center;
    max-width: 100%;
  }

  .newsletter form {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .section h2 {
    font-size: 28px;
  }
}


input.hs-button.primary.large {
    background: transparent;
    padding: 0 0.5rem 0 0;
    box-shadow: none;
    text-shadow: none;
    color: #00BDA5;
    font-size: 0.9rem;
}

.newsletter form label {
    display: none;
}

.newsletter .hs-form-field { margin-bottom:0; }

.newsletter .hsfc-ErrorAlert, .newsletter .no-list.hs-error-msgs.inputs-list {
    display: