/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2026 | 02:29:51 */
:root{
  --reform-text:#1c1c1c;
  --reform-muted:#666;
  --reform-line:#e8e8e8;
  --reform-bg:#ffffff;
  --reform-soft:#f7f7f7;
  --reform-accent:#1f5f52;
  --reform-radius:18px;
  --reform-shadow: 0 12px 30px rgba(0,0,0,.08);
  --reform-max: 1040px;
}
.reform-wrap{ 
	color:var(--reform-text); 
	background:var(--reform-bg);
	font-size:16px; line-height:1.95;
}

.reform-container{ 
	width:min(92vw, var(--reform-max));
	margin:0 auto;
	padding: 26px 0 64px;
}

.reform-hero{
  border:1px solid var(--reform-line);
  border-radius:var(--reform-radius);
  overflow:hidden;
  box-shadow:var(--reform-shadow);
  background:linear-gradient(180deg, #fff, var(--reform-soft));
}

.reform-hero__inner{ padding: 26px 22px 22px; }
.reform-kicker{
  display:inline-flex; align-items:center;
  padding:6px 12px; border:1px solid var(--reform-line);
  border-radius:999px; background:#fff; color:var(--reform-muted);
  font-size:13px; letter-spacing:.02em;
}

.reform-title{ margin:12px 0 8px; font-size: clamp(26px, 3.8vw, 38px); line-height:1.2; letter-spacing:.02em; }
.reform-lead{ margin:0; color:var(--reform-muted); font-size: 15.5px; }
.reform-hero__media{
  height: 220px;
  background:
    radial-gradient(1200px 300px at 25% 5%, rgba(31,95,82,.18), transparent 55%),
    radial-gradient(900px 240px at 70% 35%, rgba(0,0,0,.10), transparent 60%),
    linear-gradient(180deg, #f2f2f2, #fbfbfb);
  border-top:1px solid var(--reform-line);
}

.reform-card{
  margin-top:18px;
  border:1px solid var(--reform-line);
  border-radius:var(--reform-radius);
  background:#fff;
  box-shadow:var(--reform-shadow);
  padding:20px 18px;
}
.reform-section{ padding: 4px 0 2px; }
.reform-h2{ margin:0 0 10px; font-size: 18px; line-height:1.45; letter-spacing:.02em; }
.reform-text{ margin:0; color:var(--reform-muted); }
.reform-divider{ height:1px; background:var(--reform-line); margin:16px 0; }

.reform-list{ margin: 10px 0 0; padding: 0 0 0 1.2em; color:var(--reform-muted); }
.reform-list li{ margin: 4px 0; }

.bh-quote{
  margin: 12px 0 0;
  padding: 14px 14px 14px 16px;
  border-left: 3px solid rgba(31,95,82,.55);
  background: var(--reform-soft);
  border-radius: 14px;
  color: var(--reform-muted);
}

.reform-cta{
  margin-top:18px;
  border:1px solid rgba(31,95,82,.22);
  background: linear-gradient(180deg, rgba(31,95,82,.08), rgba(31,95,82,.03));
  border-radius: var(--reform-radius);
  padding: 18px;
}
.reform-cta__title{ margin:0 0 8px; font-size: 17px; letter-spacing:.02em; }
.reform-cta__note{ margin:0; color:var(--reform-muted); font-size: 14px; }

.reform-btns{ display:flex; flex-wrap:wrap; gap:10px; margin-top:12px; }
.reform-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.5em;
  padding: 12px 14px; border-radius: 999px;
  border:1px solid var(--reform-line);
  background:#fff; color:var(--reform-text);
  text-decoration:none; font-weight:700; letter-spacing:.02em;
  transition: transform .08s ease, box-shadow .08s ease;
}
.reform-btn:hover{ transform: translateY(-1px); box-shadow: 0 10px 24px rgba(0,0,0,.10); }
.reform-btn--primary{ border-color: rgba(31,95,82,.35); background: var(--reform-accent); color:#fff; }

.reform-faq{ margin-top:10px; border-top:1px solid var(--reform-line); padding-top:10px; }
.reform-faq details{
  border:1px solid var(--reform-line);
  border-radius: 14px;
  padding: 12px 12px;
  background:#fff;
  margin-top:10px;
}
.reform-faq summary{ cursor:pointer; font-weight:800; letter-spacing:.02em; }
.reform-faq summary::-webkit-details-marker{ display:none; }
.reform-faq p{ margin: 10px 0 0; color: var(--reform-muted); }


