/* Learn Page Styles */

.u-section-1 {
  padding: 60px 0;
  background-color: #fff;
}

.u-sheet-1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.learn-article {
  max-width: 900px;
  margin: 0 auto;
}

.learn-title {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #332929;
  margin: 0 0 15px 0;
  line-height: 1.2;
  text-align: center;
}

.learn-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #e68387;
  margin: 0 0 40px 0;
  text-align: center;
  font-style: italic;
}

.learn-content-wrapper {
  margin-top: 40px;
  overflow: hidden;
}

.learn-image {
  float: left;
  width: 350px;
  max-width: 40%;
  height: auto;
  margin: 0 30px 25px 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  shape-outside: margin-box;
}

.learn-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #332929;
  text-align: justify;
  overflow: visible;
}

.learn-lead {
  font-size: 1.25rem;
  font-weight: 600;
  color: #332929;
  margin: 0 0 25px 0;
  line-height: 1.7;
}

.learn-text p {
  margin: 0 0 20px 0;
  text-indent: 0;
}

.learn-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #e68387;
  margin: 35px 0 20px 0;
  clear: left;
}

.learn-list {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

.learn-list li {
  margin: 15px 0;
  padding-left: 25px;
  position: relative;
  line-height: 1.7;
}

.learn-list li:before {
  content: "•";
  color: #e68387;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

.learn-list li strong {
  color: #332929;
  font-weight: 600;
}

.learn-closing {
  font-size: 1.15rem;
  font-weight: 500;
  color: #332929;
  margin-top: 30px;
  font-style: italic;
}

/* Clear float after content */
.learn-content-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive Design */
@media (max-width: 991px) {
  .learn-image {
    width: 300px;
    max-width: 45%;
    margin-right: 25px;
  }
  
  .learn-title {
    font-size: 2rem;
  }
  
  .learn-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .u-sheet-1 {
    padding: 0 20px;
  }
  
  .learn-image {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px 0;
    display: block;
  }
  
  .learn-text {
    text-align: left;
  }
  
  .learn-title {
    font-size: 1.75rem;
  }
  
  .learn-subtitle {
    font-size: 1.1rem;
  }
  
  .learn-text {
    font-size: 1rem;
  }
  
  .learn-lead {
    font-size: 1.1rem;
  }
  
  .learn-heading {
    font-size: 1.25rem;
  }
}

@media (max-width: 479px) {
  .u-section-1 {
    padding: 40px 0;
  }
  
  .learn-title {
    font-size: 1.5rem;
  }
  
  .learn-subtitle {
    font-size: 1rem;
  }
}
