:root {
  --fh-eco-forest: #0b4a39;
  --fh-eco-deep: #07392f;
  --fh-eco-lime: #b9e63c;
  --fh-eco-cream: #f8f4e9;
  --fh-eco-paper: #fffdf7;
  --fh-eco-clay: #bd5d37;
  --fh-eco-ink: #18352b;
  --fh-eco-muted: #66736d;
  --fh-eco-line: #d8d1c2;
  --fh-eco-success: #5e9f2f;
  --fh-eco-danger: #9c3428;
}

.fh-member-page:has(.fh-eco-checkout) { padding-top: 30px; }
.fh-member-page:has(.fh-eco-checkout) .fh-member-page__inner { width: min(calc(100% - 36px), 1040px); }
.fh-eco-checkout {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24,53,43,.13);
  border-radius: 18px;
  background: var(--fh-eco-paper);
  box-shadow: 0 24px 70px rgba(8,44,34,.12);
  color: var(--fh-eco-ink);
}
.fh-eco-checkout [hidden] { display: none !important; }
.fh-eco-progress { padding: 23px 38px 19px; background: #fbf8f0; border-bottom: 1px solid var(--fh-eco-line); }
.fh-eco-progress ol { max-width: 760px; padding: 0; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); list-style: none; }
.fh-eco-progress li { position: relative; display: flex; align-items: center; gap: 10px; color: #8a918d; font-size: .86rem; }
.fh-eco-progress li:not(:last-child)::after { content: ""; height: 1px; position: absolute; left: 47px; right: 14px; top: 17px; background: #d7d2c8; }
.fh-eco-progress li span { width: 34px; height: 34px; display: grid; place-items: center; position: relative; z-index: 1; border: 1px solid #c5c1b8; border-radius: 50%; background: #fff; font-weight: 800; }
.fh-eco-progress li.is-active { color: var(--fh-eco-forest); }
.fh-eco-progress li.is-active span { border-color: var(--fh-eco-forest); background: var(--fh-eco-forest); color: #fff; }
.fh-eco-progress li.is-complete { color: var(--fh-eco-success); }
.fh-eco-progress li.is-complete span { border-color: var(--fh-eco-lime); background: var(--fh-eco-lime); color: var(--fh-eco-ink); }
.fh-eco-mode { padding: 10px 18px; display: flex; align-items: center; justify-content: center; gap: 7px; background: #eef6d1; color: #355527; font-size: .79rem; }
.fh-eco-mode--off { background: #f7e1da; color: #742f24; }
.fh-eco-screen { max-width: 760px; padding: clamp(34px,6vw,64px); margin-inline: auto; }
.fh-eco-screen--waiting { max-width: 880px; }
.fh-eco-screen--success { max-width: 820px; }
.fh-eco-screen__heading { margin-bottom: 28px; text-align: center; }
.fh-eco-kicker { margin-bottom: 9px; display: block; color: var(--fh-eco-clay); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fh-eco-screen h1, .fh-eco-gate h1 { margin: 0 0 8px; color: var(--fh-eco-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.45rem,5vw,4.2rem); font-weight: 500; letter-spacing: -.035em; }
.fh-eco-screen__heading p, .fh-eco-waiting-head p { margin: 0; color: var(--fh-eco-muted); }
.fh-eco-pack { min-height: 168px; padding: 17px; margin: 0 0 26px; display: grid; grid-template-columns: 170px minmax(0,1fr); gap: 24px; align-items: center; border: 1px solid var(--fh-eco-line); border-radius: 13px; background: #fffefa; box-shadow: 0 8px 24px rgba(31,55,45,.05); }
.fh-eco-pack img { width: 170px; height: 132px; object-fit: cover; border-radius: 9px; background: #ece7da; }
.fh-eco-pack h2 { margin: 3px 0 7px; color: var(--fh-eco-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem,3vw,2.2rem); font-weight: 500; }
.fh-eco-pack strong { color: var(--fh-eco-forest); font-size: 1.9rem; }
.fh-eco-label { color: var(--fh-eco-clay); font-size: .69rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.fh-eco-form { display: grid; gap: 18px; }
.fh-eco-field { display: grid; gap: 7px; }
.fh-eco-field > span:first-child { font-size: .85rem; font-weight: 800; }
.fh-eco-field input, .fh-eco-field select, .fh-eco-locked { width: 100%; min-height: 55px; padding: 12px 15px; border: 1px solid #bdb8ae; border-radius: 8px; background: #fff; color: var(--fh-eco-ink); }
.fh-eco-field select { cursor: pointer; }
.fh-eco-field input:focus, .fh-eco-field select:focus { border-color: var(--fh-eco-forest); outline: 3px solid rgba(185,230,60,.43); outline-offset: 1px; }
.fh-eco-field small { color: #767f7a; font-size: .76rem; }
.fh-eco-locked { display: flex; align-items: center; gap: 10px; background: #f3f0e9; }
.fh-eco-locked .dashicons { color: var(--fh-eco-forest); }
.fh-eco-member { min-height: 52px; padding: 11px 15px; display: flex; align-items: center; gap: 11px; border-radius: 8px; background: #f0f4df; }
.fh-eco-member .dashicons { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--fh-eco-forest); color: #fff; font-size: 18px; }
.fh-eco-primary, .fh-eco-lime, .fh-eco-secondary, .fh-eco-test { min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 8px; font-weight: 800; text-decoration: none; cursor: pointer; }
.fh-eco-primary { background: var(--fh-eco-forest); color: #fff; box-shadow: 0 10px 24px rgba(6,55,43,.15); }
.fh-eco-primary:hover { background: var(--fh-eco-deep); color: var(--fh-eco-lime); }
.fh-eco-primary:disabled { opacity: .48; cursor: not-allowed; }
.fh-eco-primary--full { width: 100%; }
.fh-eco-primary--full .dashicons { margin-left: auto; }
.fh-eco-lime { background: var(--fh-eco-lime); color: var(--fh-eco-ink); }
.fh-eco-secondary { border: 1px solid #869188; background: transparent; color: var(--fh-eco-ink); }
.fh-eco-secondary:hover { border-color: var(--fh-eco-forest); background: #f4f7e8; color: var(--fh-eco-forest); }
.fh-eco-form-error { padding: 12px 15px; border-left: 4px solid var(--fh-eco-danger); background: #fae7e2; color: #7f2b22; font-size: .86rem; font-weight: 700; }
.fh-eco-safety { padding: 18px 19px; margin-top: 19px; display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 14px; align-items: center; border: 1px solid var(--fh-eco-line); border-radius: 9px; background: #fcfaf4; }
.fh-eco-safety > .dashicons { width: 40px; height: 40px; color: var(--fh-eco-success); font-size: 40px; }
.fh-eco-safety p { margin: 0; font-size: .85rem; }

.fh-eco-waiting-head { padding: clamp(25px,4vw,40px); margin: calc(clamp(34px,6vw,64px) * -1) calc(clamp(34px,6vw,64px) * -1) 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; background: var(--fh-eco-forest); color: rgba(255,255,255,.82); }
.fh-eco-waiting-head h1 { color: #fff; font-size: clamp(2.1rem,4vw,3.6rem); }
.fh-eco-waiting-head .fh-eco-kicker { color: var(--fh-eco-lime); }
.fh-eco-order-meta { display: flex; align-items: stretch; border-radius: 9px; overflow: hidden; background: #fffdf8; color: var(--fh-eco-ink); }
.fh-eco-order-meta > span { min-width: 142px; padding: 10px 15px; display: grid; align-content: center; gap: 2px; border-left: 1px solid var(--fh-eco-line); font-size: .72rem; }
.fh-eco-order-meta > span:first-child { border: 0; background: var(--fh-eco-clay); color: #fff; }
.fh-eco-order-meta strong { display: block; font-size: .91rem; }
.fh-eco-order-meta .dashicons { margin-right: 5px; color: var(--fh-eco-clay); }
.fh-eco-amount { margin-bottom: 18px; display: grid; justify-items: center; }
.fh-eco-amount span { color: var(--fh-eco-muted); }
.fh-eco-amount strong { color: var(--fh-eco-forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem,8vw,5.8rem); line-height: 1; }
.fh-eco-ussd { padding: 17px 20px; margin-bottom: 24px; display: grid; gap: 5px; justify-items: center; border: 1px solid #ddc79d; border-radius: 10px; background: #fdf8ed; }
.fh-eco-ussd span { font-size: .83rem; }
.fh-eco-ussd code { color: var(--fh-eco-forest); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: clamp(1.35rem,4.5vw,2.3rem); font-weight: 800; word-break: break-all; }
.fh-eco-device-paths { margin-bottom: 22px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--fh-eco-line); border-radius: 10px; overflow: hidden; }
.fh-eco-device-paths article { padding: 22px; display: grid; grid-template-columns: 35px minmax(0,1fr); gap: 11px; }
.fh-eco-device-paths article + article { border-left: 1px solid var(--fh-eco-line); }
.fh-eco-device-paths article > .dashicons { width: 35px; height: 35px; color: var(--fh-eco-forest); font-size: 34px; }
.fh-eco-device-paths h2 { margin: 0 0 3px; color: var(--fh-eco-ink); font-family: inherit; font-size: 1rem; font-weight: 800; }
.fh-eco-device-paths p { margin: 0 0 15px; color: var(--fh-eco-muted); font-size: .8rem; }
.fh-eco-device-paths button { grid-column: 1 / -1; width: 100%; }
.fh-eco-device-paths button + button { margin-top: -2px; }
.fh-eco-status { min-height: 78px; padding: 15px 19px; display: flex; align-items: center; gap: 17px; border: 1px solid var(--fh-eco-line); border-radius: 10px; }
.fh-eco-spinner { width: 35px; height: 35px; color: var(--fh-eco-success); font-size: 35px; animation: fh-eco-spin 1.2s linear infinite; }
@keyframes fh-eco-spin { to { transform: rotate(360deg); } }
.fh-eco-status strong { display: block; }
.fh-eco-status p { margin: 2px 0 0; color: var(--fh-eco-muted); font-size: .82rem; }
.fh-eco-status.is-review { border-color: #d3b06b; background: #fff8e6; }
.fh-eco-status.is-error { border-color: #d99787; background: #fff0ec; }
.fh-eco-status-steps { padding: 0; margin: 22px 0 20px; display: grid; grid-template-columns: repeat(3,1fr); list-style: none; }
.fh-eco-status-steps li { display: grid; justify-items: center; gap: 7px; position: relative; color: #77807c; font-size: .76rem; text-align: center; }
.fh-eco-status-steps li:not(:last-child)::after { content: ""; height: 3px; position: absolute; z-index: 0; top: 14px; left: calc(50% + 17px); right: calc(-50% + 17px); background: #d5d1c8; }
.fh-eco-status-steps li > span { width: 30px; height: 30px; position: relative; z-index: 1; border: 4px solid #d5d1c8; border-radius: 50%; background: var(--fh-eco-paper); }
.fh-eco-status-steps .dashicons { width: 30px; height: 30px; border: 0; color: var(--fh-eco-forest); font-size: 30px; }
.fh-eco-status-steps li.is-complete, .fh-eco-status-steps li.is-active { color: var(--fh-eco-ink); font-weight: 800; }
.fh-eco-status-steps li.is-complete::after { background: var(--fh-eco-lime); }
.fh-eco-status-steps li.is-active > span { border-color: var(--fh-eco-lime); box-shadow: inset 0 0 0 5px var(--fh-eco-forest); }
.fh-eco-notes { padding-top: 17px; border-top: 1px solid var(--fh-eco-line); }
.fh-eco-notes p { margin: 7px 0; display: flex; gap: 10px; color: #4c5c54; font-size: .8rem; }
.fh-eco-notes .dashicons { color: var(--fh-eco-clay); }
.fh-eco-test { min-height: 43px; margin: 16px auto 0; display: flex; background: #ece8dd; color: var(--fh-eco-ink); font-size: .78rem; }

.fh-eco-success-head { padding: 36px; margin: calc(clamp(34px,6vw,64px) * -1) calc(clamp(34px,6vw,64px) * -1) 28px; display: flex; align-items: center; gap: 22px; background: var(--fh-eco-forest); color: rgba(255,255,255,.78); }
.fh-eco-success-head h1 { margin: 0; color: #fff; }
.fh-eco-success-head p { margin: 2px 0 0; }
.fh-eco-success-head .fh-eco-kicker { color: var(--fh-eco-lime); }
.fh-eco-success-seal { width: 82px; height: 82px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--fh-eco-lime); box-shadow: 0 0 0 9px rgba(185,230,60,.23); }
.fh-eco-success-seal .dashicons { width: 45px; height: 45px; color: var(--fh-eco-forest); font-size: 45px; }
.fh-eco-confirmation { margin-bottom: 24px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--fh-eco-line); border-radius: 11px; overflow: hidden; }
.fh-eco-confirmation > span { min-height: 115px; padding: 18px; display: grid; place-items: center; align-content: center; border-left: 1px solid var(--fh-eco-line); text-align: center; }
.fh-eco-confirmation > span:first-child { border-left: 0; }
.fh-eco-confirmation .dashicons { color: var(--fh-eco-forest); font-size: 25px; }
.fh-eco-confirmation strong { font-size: .93rem; }
.fh-eco-confirmation small { color: var(--fh-eco-muted); font-size: .73rem; }
.fh-eco-unlocked { padding: 21px; border: 1px solid var(--fh-eco-line); border-radius: 11px; }
.fh-eco-unlocked__identity { margin-bottom: 19px; display: grid; grid-template-columns: 86px minmax(0,1fr) auto; gap: 16px; align-items: center; }
.fh-eco-unlocked__identity img { width: 86px; height: 72px; object-fit: cover; border-radius: 7px; background: #ece7da; }
.fh-eco-unlocked__identity span { color: var(--fh-eco-muted); font-size: .72rem; }
.fh-eco-unlocked__identity h2 { margin: 2px 0 0; color: var(--fh-eco-ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }
.fh-eco-unlocked__identity > strong { padding: 7px 12px; display: inline-flex; align-items: center; gap: 5px; border-radius: 999px; background: var(--fh-eco-lime); color: #29441e; font-size: .75rem; }
.fh-eco-secondary--full { width: 100%; margin-top: 11px; }
.fh-eco-farm-link { margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--fh-eco-forest); font-weight: 800; }
.fh-eco-next { margin-top: 28px; padding: 21px; border: 1px solid var(--fh-eco-line); border-radius: 11px; }
.fh-eco-next h2 { margin: 0 0 18px; color: var(--fh-eco-ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 500; text-align: center; }
.fh-eco-next > div { display: grid; grid-template-columns: repeat(3,1fr); }
.fh-eco-next > div > span { display: grid; grid-template-columns: 27px minmax(0,1fr); gap: 8px; align-items: center; color: #4c5c54; font-size: .77rem; }
.fh-eco-next .dashicons { width: 27px; height: 27px; color: var(--fh-eco-success); font-size: 27px; }
.fh-eco-toast { max-width: calc(100% - 36px); padding: 11px 16px; position: fixed; z-index: 1100; right: 18px; bottom: 18px; border-radius: 8px; background: var(--fh-eco-deep); color: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.2); font-size: .83rem; font-weight: 800; }
.fh-eco-gate { min-height: 590px; padding: clamp(46px,9vw,105px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-radius: 18px; background: var(--fh-eco-deep); color: rgba(255,255,255,.78); }
.fh-eco-gate .fh-eco-kicker { color: var(--fh-eco-lime); }
.fh-eco-gate h1 { max-width: 780px; color: #fff; }
.fh-eco-gate p { max-width: 670px; }
.fh-eco-gate > div { display: flex; align-items: center; gap: 20px; }
.fh-eco-gate > div > a:not(.fh-eco-primary) { color: #fff; font-weight: 800; }

/* Temporary manual WhatsApp purchase gate. */
.fh-whatsapp-checkout .fh-eco-screen { max-width: 820px; }
.fh-whatsapp-price { margin-bottom: 20px; display: grid; justify-items: center; }
.fh-whatsapp-price span { color: var(--fh-eco-muted); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.fh-whatsapp-price strong { color: var(--fh-eco-forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.4rem,10vw,7.6rem); font-weight: 500; line-height: .95; letter-spacing: -.06em; }
.fh-eco-primary--whatsapp { background: #1f9d55; }
.fh-eco-primary--whatsapp:hover { background: #147d43; color: #fff; }
.fh-eco-primary--whatsapp > .dashicons:first-child { width: 24px; height: 24px; font-size: 24px; }
.fh-whatsapp-direct { padding: 17px 18px; margin-top: 14px; display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 12px; align-items: start; border: 1px solid #a8b596; border-radius: 9px; background: #f6f8ee; }
.fh-whatsapp-direct > .dashicons { width: 32px; height: 32px; color: var(--fh-eco-forest); font-size: 30px; }
.fh-whatsapp-direct p { margin: 0; color: #4d5c55; font-size: .85rem; line-height: 1.55; }
.fh-whatsapp-direct strong { color: var(--fh-eco-ink); }
.fh-whatsapp-direct a { color: var(--fh-eco-forest); font-size: 1rem; font-weight: 900; white-space: nowrap; }
.fh-whatsapp-next { padding: 24px; margin-top: 24px; border-radius: 10px; background: #f0f4df; }
.fh-whatsapp-next h2 { margin: 0 0 13px; color: var(--fh-eco-ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 500; }
.fh-whatsapp-next ol { padding-left: 21px; margin: 0; }
.fh-whatsapp-next li { margin: 8px 0; color: #4d5c55; }
.fh-whatsapp-checkout .fh-eco-field input[aria-invalid="true"] { border-color: var(--fh-eco-danger); outline: 3px solid rgba(202,72,51,.15); }
.fh-whatsapp-checkout .fh-eco-field .fh-eco-field-error { color: #9b3025; font-size: .78rem; font-weight: 800; }
.fh-whatsapp-checkout .fh-eco-field .fh-eco-field-help { color: #6d7771; line-height: 1.45; }
.fh-whatsapp-checkout .fh-eco-member > span:last-child { min-width: 0; display: grid; gap: 2px; }
.fh-whatsapp-checkout .fh-eco-member strong { color: var(--fh-eco-forest); font-size: .94rem; }
.fh-whatsapp-checkout .fh-eco-member em { overflow-wrap: anywhere; color: #32443c; font-size: .84rem; font-style: normal; font-weight: 800; }
.fh-whatsapp-checkout .fh-eco-member small { color: #6d7771; font-size: .72rem; line-height: 1.35; }
.fh-eco-gate--account { gap: 16px; }
.fh-eco-gate--account .fh-eco-pack { width: min(100%,760px); margin: 12px 0; color: var(--fh-eco-ink); }
.fh-eco-gate--account .fh-eco-google { width: min(100%,520px); display: grid; gap: 8px; }
.fh-eco-gate--account .fh-eco-google > span { color: var(--fh-eco-lime); font-size: .78rem; font-weight: 800; }
.fh-eco-gate--account .fh-eco-google .nsl-container { width: 100%; }
.fh-eco-gate__fallback { display: flex !important; flex-wrap: wrap; gap: 14px 22px !important; }
.fh-eco-gate__fallback span { flex-basis: 100%; color: rgba(255,255,255,.68); font-size: .82rem; }
.fh-eco-gate__fallback a { color: #fff; font-weight: 800; }

@media (max-width: 760px) {
  .fh-member-page:has(.fh-eco-checkout) { padding-top: 16px; }
  .fh-member-page:has(.fh-eco-checkout) .fh-member-page__inner { width: min(calc(100% - 20px),1040px); }
  .fh-eco-checkout { border-radius: 15px; }
  .fh-eco-progress { padding: 16px 13px; }
  .fh-eco-progress ol { grid-template-columns: repeat(3,1fr); }
  .fh-eco-progress li { justify-content: center; font-size: .69rem; }
  .fh-eco-progress li strong { display: none; }
  .fh-eco-progress li:not(:last-child)::after { left: calc(50% + 17px); right: calc(-50% + 17px); }
  .fh-eco-screen { padding: 30px 18px 35px; }
  .fh-eco-screen h1 { font-size: clamp(2.35rem,12vw,3.4rem); }
  .fh-eco-pack { min-height: 124px; grid-template-columns: 96px minmax(0,1fr); gap: 15px; }
  .fh-eco-pack img { width: 96px; height: 90px; }
  .fh-eco-pack h2 { font-size: 1.25rem; }
  .fh-eco-pack strong { font-size: 1.35rem; }
  .fh-eco-waiting-head, .fh-eco-success-head { margin: -30px -18px 26px; padding: 27px 20px; }
  .fh-eco-waiting-head { display: block; }
  .fh-eco-order-meta { margin-top: 20px; }
  .fh-eco-order-meta > span { min-width: 0; flex: 1; }
  .fh-eco-amount strong { font-size: 3.6rem; }
  .fh-eco-device-paths { grid-template-columns: 1fr; }
  .fh-eco-device-paths article + article { border-top: 1px solid var(--fh-eco-line); border-left: 0; }
  .fh-eco-success-head { align-items: flex-start; }
  .fh-eco-success-seal { width: 60px; height: 60px; }
  .fh-eco-success-seal .dashicons { width: 35px; height: 35px; font-size: 35px; }
  .fh-eco-confirmation { grid-template-columns: 1fr; }
  .fh-eco-confirmation > span { min-height: 82px; grid-template-columns: 30px auto auto; justify-content: start; gap: 8px; border-top: 1px solid var(--fh-eco-line); border-left: 0; text-align: left; }
  .fh-eco-confirmation > span:first-child { border-top: 0; }
  .fh-eco-unlocked__identity { grid-template-columns: 72px minmax(0,1fr); }
  .fh-eco-unlocked__identity img { width: 72px; height: 64px; }
  .fh-eco-unlocked__identity > strong { grid-column: 1 / -1; justify-self: start; }
  .fh-eco-next > div { grid-template-columns: 1fr; gap: 14px; }
  .fh-eco-gate { min-height: 520px; padding: 40px 25px; }
  .fh-eco-gate > div { align-items: flex-start; flex-direction: column; }
	.fh-whatsapp-price strong { font-size: 4.8rem; }
	.fh-eco-primary--whatsapp { padding-inline: 14px; font-size: .82rem; }
	.fh-eco-gate--account .fh-eco-pack { grid-template-columns: 86px minmax(0,1fr); }
	.fh-eco-gate__fallback { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .fh-eco-spinner { animation: none; }
}
