
  .explore-section {
    background: linear-gradient(to bottom, #f6f3ef 0%, #f0f8f4 100%);
    padding: 0;
    font-family: 'Helvetica Neue', sans-serif;
    color: #2e2e2e;
    font-size: 18px !important;
    line-height: 2 !important;
  }
  .container {
    max-width: 880px;
    margin: 0 auto;
    padding: 60px 20px;
  }
  .story-subtitle {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #4d7f68;
  }
  .story-block {
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
  }
  .story-block[data-visible] {
    opacity: 1;
    transform: none;
  }
  .explore-quote {
    font-style: italic;
    font-size: 1.2em;
    color: #3e7f5a;
    margin: 1em 0;
    border-left: 4px solid #c6e5c6;
    padding-left: 16px;
  }
  .highlighted {
    background-color: #fffbe6;
    padding: 12px 16px;
    border-left: 5px solid #f1c40f;
    margin-top: 16px;
    font-weight: 500;
  }
  .insert-image {
    width: 100%;
    border-radius: 12px;
    margin: 24px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  }
  .final-quote {
    text-align: center;
    font-size: 1.2em;
    color: #444;
    background: #fff;
    padding: 30px 20px;
    border-left: 6px solid #7ba57f;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  }
  .brand-mantra {
    text-align: center;
    font-size: 1.1em;
    margin-top: 40px;
    font-style: italic;
    color: #555;
  }
