/* license-white.css — the white /license-agreement (live build only). 21 Sep 2026.
   Plain and readable, in the white homepage's colours (see home-white.css). */
.lw-section {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 0 8px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #6a6a6a;
}
.lw-section h2 {
  font-family: "Poiret One", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(26px, 5vw, 34px);
  color: #3e3e3e;
  text-align: center;
  margin: 8px 0 24px;
}
.lw-section p { font-size: 17px; line-height: 1.65; margin: 0 0 16px; }
.lw-section strong { color: #3e3e3e; }

.lw-get { max-width: 1000px; padding-top: 40px; }
.lw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px 28px;
}
.lw-item h4 { font-size: 18px; color: #3e3e3e; margin: 0 0 6px; }
.lw-item p { font-size: 15px; margin: 0; }

.lw-contact { text-align: center; padding: 40px 0 24px; }
.lw-btn {
  display: inline-block;
  background: #61bd6d;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 56px;
  padding: 14px 34px;
  font-family: Arial, sans-serif;
  font-size: 20px;
}
.lw-btn:hover { filter: brightness(1.08); }
