html, body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    background-color: #f7f7f7;
    color: #1a1a1a;
    -webkit-font-smoothing: antialiased;
  }
  
  .main-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  
  .hero-section {
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-align: center;
  }
  
  .hero-section h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .subtext {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 2rem;
  }
  
  /* Tool Cards */
  .tool-options {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  
  .tool-card {
    background-color: #fdfdfd;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 1.5rem;
    width: 250px;
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    text-align: center;
  }
  
  .tool-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-4px);
  }
  
  .tool-card i {
    color: #cfb87c;
    margin-bottom: 1rem;
  }
  
  .tool-card h2 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  
  .tool-card p {
    font-size: 0.95rem;
    color: #444;
  }
  .how-it-works {
    margin-top: 3rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 2rem;
  }
  
  .how-it-works h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .module {
    margin-bottom: 2rem;
  }
  
  .module h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.75rem;
  }
  
  .module ol {
    padding-left: 1.25rem;
    color: #333;
  }
  
  .module ol li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
  }
    


/*html, body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    background-color: #f7f7f7;
    color: #1a1a1a;
    -webkit-font-smoothing: antialiased;
  }
  
  .main-content {
    max-width: 960px;
    margin: 2rem auto;
    padding: 2rem;
  }
  
  .hero-section {
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .hero-section h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .subtext {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 1.5rem;
  }
  
  .hero-section button {
    background-color: #cfb87c;
    color: #000;
    border: none;
    padding: 0.85rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.2s;
  }
  
  .hero-section button:hover {
    background-color: #b49d64;
  }
  
  .dropdown-container {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 2rem;
    padding: 0;
    overflow: hidden;
  }
  
  .dropdown-toggle {
    width: 100%;
    background-color: #f1f1f1;
    border: none;
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-family: 'Lato', sans-serif;
  }
  
  .dropdown-toggle:hover {
    background-color: #e8e8e8;
  }
  
  .dropdown-content {
    padding: 1rem 1.5rem;
    border-top: 1px solid #ddd;
  }
  
  .hidden {
    display: none;
  }
  
  .module-step {
    border-left: 4px solid #cfb87c;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  
  .module-step h3 {
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
  }
  
  .module-step p {
    margin: 0;
    font-size: 0.95rem;
    color: #333;
  }
*/
