.olg-wrap {
  --olg-green: #173f35;
  --olg-gold: #b58b38;
  --olg-cream: #fffaf0;
  max-width: 920px;
  margin: 28px auto;
  font-family: inherit;
  color: #26322f;
}
.olg-tabs { display: flex; gap: 8px; margin: 0 0 18px; border-bottom: 1px solid #d8d0c2; }
.olg-tabs a { display: inline-block; padding: 11px 17px; border-radius: 12px 12px 0 0; color: var(--olg-green); font-weight: 700; text-decoration: none; }
.olg-tabs a:hover, .olg-tabs a.is-active { background: var(--olg-green); color: #fff; }
.olg-hero { border-radius: 18px; padding: 34px; background: linear-gradient(135deg,#173f35,#285e4f); color: #fff; box-shadow: 0 14px 36px rgba(23,63,53,.16); }
.olg-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; color: #e4c57b; margin: 0 0 8px; }
.olg-hero h2 { color: #fff; margin: 0 0 12px; font-size: clamp(2rem,5vw,3.3rem); }
.olg-count { display: flex; align-items: baseline; gap: 12px; margin: 18px 0; }
.olg-count strong { font-size: 4rem; line-height: 1; color: #e4c57b; }
.olg-count span { font-size: 1.25rem; }
.olg-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 24px; }
.olg-panel { background: #fff; border: 1px solid #e4ded2; border-radius: 16px; padding: 26px; margin-top: 24px; box-shadow: 0 8px 24px rgba(27,47,41,.08); }
.olg-columns .olg-panel { margin-top: 0; }
.olg-panel h3 { margin-top: 0; color: var(--olg-green); }
.olg-panel label { display: block; font-weight: 600; margin: 14px 0; }
.olg-panel input[type=text], .olg-panel input[type=email], .olg-panel input[type=password] { display: block; width: 100%; box-sizing: border-box; margin-top: 6px; padding: 11px; border: 1px solid #bbb4a8; border-radius: 8px; }
.olg-panel button { border: 0; border-radius: 999px; background: var(--olg-gold); color: #fff; font-weight: 700; padding: 12px 20px; cursor: pointer; }
.olg-panel button:hover { background: #9a742c; }
.olg-check { display: flex !important; gap: 9px; font-weight: 400 !important; align-items: flex-start; }
.olg-check input { margin-top: 5px; }
.olg-rewards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 24px 0; }
.olg-reward { display: flex; flex-direction: column; align-items: center; text-align: center; border: 2px solid #ded8cd; border-radius: 16px; background: #fff; padding: 20px 12px; }
.olg-reward span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #eee9df; font-size: 1.2rem; font-weight: 800; color: #736c60; }
.olg-reward strong { font-size: 1.7rem; color: var(--olg-green); margin-top: 8px; }
.olg-reward small { color: #716d65; }
.olg-reward.is-earned { border-color: var(--olg-gold); background: var(--olg-cream); }
.olg-reward.is-earned span { background: var(--olg-green); color: #fff; }
.olg-notice { max-width: 920px; margin: 14px auto; padding: 14px 18px; border-radius: 10px; }
.olg-success { background: #e5f6ed; color: #175d39; }
.olg-error { background: #fde8e8; color: #8a2525; }
.olg-hint, .olg-status { padding: 14px 18px; background: #f6f1e7; border-radius: 10px; margin-top: 20px; }
.olg-rules ol { margin: 0; padding-left: 1.35rem; }
.olg-rules li { margin: 0 0 13px; padding-left: 5px; }
.olg-small { font-size: .88rem; color: #716d65; margin-bottom: 0; }
.olg-newsletter-status { padding: 13px 16px; background: var(--olg-cream); border-left: 4px solid var(--olg-gold); border-radius: 8px; }
.olg-text-link { font-weight: 700; color: var(--olg-green); }
.olg-wc-access .woocommerce { margin: 0; }
.olg-wc-access .u-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.olg-wc-access .u-column1, .olg-wc-access .u-column2 { width: auto; float: none; }
.olg-wc-access .woocommerce-form { border: 0; padding: 0; margin: 0; }
.olg-account-link { text-align: center; margin: 24px 0 0; }
.olg-account-button { display: inline-block; border-radius: 999px; background: var(--olg-green); color: #fff !important; font-weight: 700; padding: 12px 22px; text-decoration: none; }
.olg-account-button:hover { background: #285e4f; }
@media(max-width:700px) {
  .olg-columns, .olg-rewards, .olg-wc-access .u-columns { grid-template-columns: 1fr; }
  .olg-hero { padding: 25px; }
  .olg-count strong { font-size: 3.2rem; }
  .olg-tabs { gap: 4px; }
  .olg-tabs a { padding: 10px 11px; font-size: .9rem; }
}
