
:root {
  --mp-green: #2f6d3a;
  --mp-green-dark: #1d4c28;
  --mp-green-soft: #eef7ee;
  --mp-gold: #f1aa22;
  --mp-ink: #233027;
  --mp-muted: #627067;
  --mp-border: #dce7dd;
  --mp-white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.mp-body { margin: 0; color: var(--mp-ink); background: #fff; font-family: "Open Sans", Arial, sans-serif; line-height: 1.65; }
.mp-body img { max-width: 100%; height: auto; }
.mp-container { width: min(1140px, calc(100% - 32px)); margin-inline: auto; }
.mp-topbar { background: #fff; border-bottom: 1px solid var(--mp-border); }
.mp-topbar__inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mp-brand { display: flex; align-items: center; gap: 14px; color: var(--mp-green-dark); font-weight: 700; text-decoration: none; }
.mp-brand img { width: 115px; }
.mp-nav { background: var(--mp-green-dark); box-shadow: 0 5px 15px rgba(19, 55, 28, .12); }
.mp-nav__inner { display: flex; align-items: stretch; overflow-x: auto; }
.mp-nav a { color: #fff; text-decoration: none; padding: 15px 18px; font-size: 15px; font-weight: 600; white-space: nowrap; border-bottom: 3px solid transparent; }
.mp-nav a:hover, .mp-nav a.is-active { background: rgba(255,255,255,.1); border-bottom-color: var(--mp-gold); }
.mp-btn { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 8px; padding: 14px 24px; color: #172018; background: linear-gradient(180deg, #ffc34e 0%, #ef9e10 100%); box-shadow: 0 8px 18px rgba(169, 103, 0, .22); font-weight: 800; text-decoration: none; cursor: pointer; }
.mp-btn:hover { transform: translateY(-1px); text-decoration: none; color: #172018; }
.mp-btn--small { padding: 10px 17px; font-size: 14px; }
.mp-hero { background: radial-gradient(circle at 75% 25%, #f7fbef 0, #e8f5e6 35%, #d8ead8 100%); padding: 64px 0; overflow: hidden; }
.mp-hero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: center; gap: 56px; }
.mp-eyebrow { display: inline-block; color: var(--mp-green); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; margin-bottom: 10px; }
.mp-hero h1 { margin: 0 0 18px; color: var(--mp-green-dark); font-size: clamp(34px, 5vw, 58px); line-height: 1.08; }
.mp-lead { font-size: 20px; color: #405148; max-width: 760px; }
.mp-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.mp-link { color: var(--mp-green-dark); font-weight: 700; text-underline-offset: 4px; }
.mp-hero__media { position: relative; text-align: center; }
.mp-hero__media:before { content: ""; position: absolute; inset: 12% 5% 0; border-radius: 50%; background: rgba(255,255,255,.68); filter: blur(2px); }
.mp-hero__media img { position: relative; max-height: 450px; object-fit: contain; filter: drop-shadow(0 20px 20px rgba(31,73,40,.2)); }
.mp-section { padding: 64px 0; }
.mp-section--soft { background: var(--mp-green-soft); }
.mp-section h2 { color: var(--mp-green-dark); font-size: clamp(28px, 4vw, 42px); line-height: 1.2; margin: 0 0 18px; }
.mp-section h3 { color: var(--mp-green-dark); font-size: 22px; line-height: 1.3; margin: 0 0 12px; }
.mp-section p { margin: 0 0 18px; }
.mp-prose { max-width: 860px; }
.mp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 30px; }
.mp-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mp-card { background: #fff; border: 1px solid var(--mp-border); border-radius: 16px; padding: 26px; box-shadow: 0 12px 30px rgba(28,77,41,.07); }
.mp-card p:last-child { margin-bottom: 0; }
.mp-card__number { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: var(--mp-green-soft); color: var(--mp-green-dark); font-weight: 800; margin-bottom: 14px; }
.mp-checklist { list-style: none; padding: 0; margin: 22px 0 0; }
.mp-checklist li { position: relative; padding-left: 28px; margin: 10px 0; }
.mp-checklist li:before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--mp-green); font-weight: 900; }
.mp-warning { border-left: 5px solid var(--mp-gold); background: #fff8e8; padding: 20px 22px; border-radius: 10px; margin-top: 24px; }
.mp-table-wrap { overflow-x: auto; margin-top: 28px; }
.mp-table { width: 100%; border-collapse: collapse; background: #fff; }
.mp-table th, .mp-table td { border: 1px solid var(--mp-border); padding: 15px; text-align: left; vertical-align: top; }
.mp-table th { background: var(--mp-green-dark); color: #fff; }
.mp-faq { display: grid; gap: 12px; margin-top: 28px; }
.mp-faq details { background: #fff; border: 1px solid var(--mp-border); border-radius: 12px; padding: 0 20px; }
.mp-faq summary { cursor: pointer; color: var(--mp-green-dark); font-weight: 800; padding: 18px 0; }
.mp-faq details p { padding-bottom: 18px; margin: 0; }
.mp-order { padding: 68px 0; background: linear-gradient(135deg, var(--mp-green-dark), #347043); color: #fff; }
.mp-order__grid { display: grid; grid-template-columns: 1fr 460px; gap: 48px; align-items: center; }
.mp-order h2 { color: #fff; font-size: clamp(30px, 4vw, 44px); line-height: 1.15; margin: 0 0 18px; }
.mp-order .mp-eyebrow { color: #ffd676; }
.mp-order__card { position: relative; background: #fff; color: var(--mp-ink); border-radius: 18px; padding: 26px; box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.mp-order__product { position: absolute; width: 180px; max-height: 210px; object-fit: contain; right: 12px; top: -72px; filter: drop-shadow(0 15px 14px rgba(0,0,0,.18)); }
.mp-price { padding-right: 170px; min-height: 95px; margin-bottom: 12px; }
.mp-price span { display: block; color: var(--mp-muted); font-size: 13px; text-transform: uppercase; font-weight: 700; }
.mp-price strong { display: block; color: var(--mp-green-dark); font-size: 28px; }
.mp-price del { color: #8d9890; }
.mp-form { display: grid; gap: 12px; }
.mp-form label span { display: block; font-size: 13px; font-weight: 700; margin-bottom: 5px; }
.mp-form input, .mp-form select { width: 100%; min-height: 48px; border: 1px solid #cfd9d1; border-radius: 8px; padding: 10px 12px; font: inherit; background: #fff; }
.mp-form .mp-btn { width: 100%; margin-top: 4px; font-size: 17px; }
.mp-form__note { color: #8b2e2e; background: #fff2f2; border-radius: 7px; padding: 9px 11px; font-size: 12px; margin: 0; }
.mp-footer { padding: 24px 0; background: #102c19; color: #cfe1d2; font-size: 14px; }
.mp-footer__links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 12px; }
.mp-footer a { color: #fff; }
.mp-disclaimer { max-width: 960px; }
.mp-copyright { opacity: .85; margin-top: 8px; }
.mp-source-note { font-size: 13px; color: var(--mp-muted); }
.mp-breadcrumbs { padding: 14px 0; font-size: 14px; color: var(--mp-muted); }
.mp-breadcrumbs a { color: var(--mp-green-dark); }
/* Navigation added to the original landing page */
.site-multipage-nav { background: #1d4c28; position: relative; z-index: 20; }
.site-multipage-nav__inner { width: min(1140px, calc(100% - 30px)); margin: 0 auto; display: flex; overflow-x: auto; }
.site-multipage-nav a { color: #fff; padding: 13px 16px; text-decoration: none; white-space: nowrap; font-weight: 600; border-bottom: 3px solid transparent; }
.site-multipage-nav a:hover, .site-multipage-nav a.active { background: rgba(255,255,255,.1); border-color: #f1aa22; }
.site-multipage-note { background: #fff8e8; color: #493812; padding: 18px; text-align: center; font-size: 14px; }
@media (max-width: 900px) {
  .mp-hero__grid, .mp-order__grid { grid-template-columns: 1fr; }
  .mp-hero__media { order: -1; }
  .mp-hero__media img { max-height: 330px; }
  .mp-order__card { margin-top: 55px; }
  .mp-grid { grid-template-columns: 1fr; }
  .mp-grid--2 { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .mp-container { width: min(100% - 22px, 1140px); }
  .mp-brand span { display: none; }
  .mp-btn--small { padding: 9px 12px; }
  .mp-hero, .mp-section, .mp-order { padding: 44px 0; }
  .mp-lead { font-size: 18px; }
  .mp-order__card { padding: 20px; }
  .mp-order__product { width: 125px; top: -48px; }
  .mp-price { padding-right: 115px; }
  .mp-table th, .mp-table td { min-width: 180px; }
}
