
:root{
  --green:#005f2b;
  --green2:#0b6a33;
  --gold:#f5a000;
  --blue:#082d68;
  --text:#12301b;
  --line:#dce6dc;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#fff;font-family:Arial,Helvetica,sans-serif;color:#111}
a{color:inherit}
.site{max-width:1180px;margin:0 auto;background:#fff}
.header{
  height:96px;
  display:flex;align-items:center;
  padding:0 28px;
  background:#fff;
  border:0;
  box-shadow:none;
  gap:24px;
}
.logo-link{display:flex;align-items:center;text-decoration:none;flex:0 0 auto}
.logo{width:245px;height:auto;display:block}
.nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:34px;
  font-size:15px;
  font-weight:800;
  color:#073f20;
  text-transform:uppercase;
}
.nav a{
  text-decoration:none;
  padding:34px 0 24px;
  border-bottom:4px solid transparent;
  white-space:nowrap;
}
.nav a.active{border-bottom-color:#005f2b}
.nav .buy{
  background:#00682f;
  color:#fff;
  padding:18px 27px;
  border-radius:8px;
  border-bottom:0;
  box-shadow:0 4px 8px rgba(0,0,0,.14);
}
.body-image{display:block;width:100%;height:auto;margin:0;padding:0;border:0}
.image-wrap{position:relative;margin:0;padding:0;border:0;line-height:0}
.hotspot{
  position:absolute;display:block;text-decoration:none;color:transparent;background:rgba(255,255,255,0);
  border:0;z-index:5;
}
.hotspot:focus{outline:3px solid rgba(0,95,43,.35);border-radius:6px}
.skip-links{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.faq-content{padding:28px 28px 34px;background:#fff}
.faq-list{display:grid;gap:12px;max-width:1050px;margin:0 auto}
.faq-item{
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 1px 0 rgba(0,0,0,.03);
}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:18px 22px;
  display:flex;
  align-items:center;
  gap:14px;
  font-size:19px;
  font-weight:800;
  color:#07491f;
}
.faq-item summary::-webkit-details-marker{display:none}
.q-badge{
  width:38px;height:38px;min-width:38px;border-radius:999px;
  background:#005f2b;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;
}
.q-text{flex:1}
.chev{
  width:14px;height:14px;border-right:3px solid #005f2b;border-bottom:3px solid #005f2b;
  transform:rotate(45deg);transition:transform .2s ease;margin-right:6px;
}
.faq-item[open] .chev{transform:rotate(225deg);margin-top:6px}
.faq-answer{
  padding:0 22px 22px 74px;
  font-size:17px;
  line-height:1.6;
  color:#18321f;
}
.faq-cta{
  max-width:1050px;
  margin:24px auto 0;
  padding:22px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#f7fbf5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.faq-cta strong{display:block;color:#005f2b;font-size:24px;margin-bottom:6px}
.faq-cta p{margin:0;font-size:17px;color:#233d27}
.btn{
  display:inline-block;background:#005f2b;color:#fff;text-decoration:none;
  font-weight:800;padding:14px 22px;border-radius:10px;
}
.footer-strip{
  margin-top:24px;background:linear-gradient(90deg,#003e22,#006b33);color:#fff;
  padding:16px 22px;font-weight:800;text-transform:uppercase;
}
.footer-strip .inner{display:flex;gap:20px;justify-content:space-between;flex-wrap:wrap;max-width:1050px;margin:0 auto}
.footer{padding:24px 28px 30px;display:flex;gap:30px;justify-content:space-between;flex-wrap:wrap;color:#23402b}
.footer h4{margin:0 0 8px;color:#005f2b}
.footer ul{list-style:none;margin:0;padding:0}
.footer li{margin:6px 0}
.footer a{text-decoration:none}
.footer a:hover{text-decoration:underline}
@media(max-width:850px){
  .header{height:auto;min-height:86px;flex-wrap:wrap;padding:14px 18px}
  .logo{width:220px}
  .nav{width:100%;gap:14px;justify-content:space-between;font-size:12px;flex-wrap:wrap}
  .nav a{padding:8px 0}
  .nav .buy{padding:10px 14px}
  .faq-content{padding:20px 12px}
  .faq-item summary{font-size:16px;padding:14px 12px}
  .faq-answer{padding:0 12px 16px 12px;font-size:15px}
}

.site-footer{margin-top:0;padding:26px 38px 30px;display:grid;grid-template-columns:1.25fr .9fr .9fr .9fr;gap:34px;color:#23402b;background:#fff;border-top:1px solid #e4e9e4}.site-footer h4{margin:0 0 10px;color:#005f2b;text-transform:uppercase}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin:6px 0}.site-footer a{text-decoration:none;color:#23402b}.site-footer a:hover{text-decoration:underline}.footer-logo{width:180px;height:auto;display:block;margin-bottom:10px}.site-footer p{margin:7px 0;line-height:1.35}.made-usa{text-align:left}.made-usa h4{margin-bottom:10px}.usa-flag{display:block;width:86px;height:auto;margin-top:4px;border-radius:2px}.info-page{padding:45px 28px 60px;background:#f7faf7}.info-card{max-width:900px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:14px;padding:34px;line-height:1.65}.info-card h1{font-size:42px;color:#005f2b;margin:0 0 22px}.info-card h2{color:#005f2b;margin-top:28px}.info-card a{color:#005f2b}.info-card li{margin:6px 0}@media(max-width:850px){.site-footer{grid-template-columns:1fr;padding:24px 20px}.info-page{padding:24px 12px}.info-card{padding:22px}.info-card h1{font-size:34px}}

/* Magic Brands USA family links */
.magic-family-section{max-width:1200px;margin:34px auto;padding:30px 22px;text-align:center;background:#f7faf7;border:1px solid #dce8dc;border-radius:14px;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}
.magic-family-section h2{margin:0 0 8px;color:#145c2a;font-size:clamp(24px,3vw,34px)}
.magic-family-section>p{max-width:780px;margin:0 auto 22px;color:#444;line-height:1.55}
.magic-family-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;text-align:left}
.magic-family-card{display:block;padding:15px 16px;background:#fff;border:1px solid #d9e5d9;border-radius:10px;color:#1d1d1d;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.magic-family-card:hover{border-color:#27863f;transform:translateY(-1px)}
.magic-family-card strong{display:block;color:#14612b;margin-bottom:4px}
.magic-family-card span{font-size:14px;color:#555}
.magic-family-corporate{margin-top:19px;font-weight:700}
.magic-family-corporate a{color:#145c2a}
.magic-parent-link{text-align:center;padding:10px 16px;font:600 13px/1.4 Arial,Helvetica,sans-serif;color:#333}
.magic-parent-link a{color:inherit;text-decoration:underline}
@media(max-width:760px){.magic-family-grid{grid-template-columns:1fr}.magic-family-section{margin:24px 12px;padding:24px 15px}}
