.mfg-page {
  --mfg-green: #5fbb46;
  --mfg-green-bright: #89d033;
  --mfg-green-hover: #347d3d;
  --mfg-green-soft: #efffe9;
  --mfg-green-pale: #f7fff3;
  --mfg-ink: #18361d;
  --mfg-muted: #6d7c71;
  --mfg-border: #dceedd;
  background: #fff;
  color: var(--mfg-ink);
  overflow-x: hidden;
  overflow: clip;
}

.mfg-page section[id] {
  scroll-margin-top: 96px;
}

.mfg-page .mfg-section {
  padding: 78px 0;
}

.mfg-page .mfg-section--soft {
  background: linear-gradient(180deg, #f7fff3 0%, #efffe9 100%);
}

.mfg-eyebrow {
  margin: 0 0 10px;
  color: var(--mfg-green);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mfg-heading {
  margin: 0;
  color: var(--mfg-ink);
  font-family: "Raleway", "Inter", sans-serif;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.mfg-lead {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--mfg-muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.7;
}

.mfg-hero {
  padding: 18px 0 58px;
}

.mfg-hero__shell {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid var(--mfg-border);
  border-radius: 30px;
  background: var(--mfg-green-soft);
  box-shadow: 0 24px 64px rgba(95, 187, 70, .16);
  isolation: isolate;
}

.mfg-hero__picture,
.mfg-hero__picture img,
.mfg-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mfg-hero__picture img {
  object-fit: cover;
  object-position: center;
}

.mfg-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(247, 255, 243, .99) 0%, rgba(239, 255, 233, .95) 47%, rgba(239, 255, 233, .38) 74%, rgba(24, 54, 29, .08) 100%),
    linear-gradient(0deg, rgba(95, 187, 70, .12), transparent 58%);
}

.mfg-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 610px;
  max-width: 760px;
  flex-direction: column;
  justify-content: center;
  padding: 64px clamp(26px, 6vw, 76px);
  color: var(--mfg-ink);
}

.mfg-hero .mfg-eyebrow {
  color: var(--mfg-green);
}

.mfg-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #228c3f;
  font-family: "Raleway", "Inter", sans-serif;
  font-size: clamp(2.5rem, 5.5vw, 4.8rem);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.mfg-hero__value {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--mfg-muted);
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  line-height: 1.65;
}

.mfg-hero__actions,
.mfg-cta__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mfg-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: var(--mfg-green-hover);
  color: #fff;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  transition: background-color .24s ease, border-color .24s ease, color .24s ease, transform .24s ease, box-shadow .24s ease;
}

.mfg-button:hover {
  background: #228c3f;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(95, 187, 70, .24);
}

.mfg-button--light {
  border-color: #b9dda9;
  background: rgba(255, 255, 255, .9);
  color: var(--mfg-green-hover);
  backdrop-filter: blur(8px);
}

.mfg-button--light:hover {
  border-color: var(--mfg-green);
  background: var(--mfg-green-soft);
  color: var(--mfg-green-hover);
}

.mfg-button--outline {
  border-color: #a9cdb1;
  background: #fff;
  color: var(--mfg-green-hover);
  box-shadow: none;
}

.mfg-button--outline:hover {
  border-color: var(--mfg-green);
  background: var(--mfg-green-pale);
  color: var(--mfg-green-hover);
}

.mfg-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.mfg-format-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.mfg-format-list li {
  padding: 7px 11px;
  border: 1px solid #c6efcf;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--mfg-green-hover);
  font-size: .9rem;
  font-weight: 650;
  backdrop-filter: blur(8px);
}

.mfg-overview {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
}

.mfg-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mfg-capability-card,
.mfg-trust-card,
.mfg-certificate-panel {
  border: 1px solid var(--mfg-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(95, 187, 70, .09);
}

.mfg-capability-card {
  padding: clamp(24px, 3vw, 32px);
}

.mfg-card-icon,
.mfg-trust-card__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--mfg-green-soft);
  color: var(--mfg-green);
}

.mfg-card-icon svg,
.mfg-trust-card__icon svg {
  width: 24px;
  height: 24px;
}

.mfg-capability-card h3,
.mfg-trust-card h3,
.mfg-certificate-panel h3,
.mfg-form h2 {
  margin: 18px 0 8px;
  color: var(--mfg-ink);
  font-family: "Raleway", "Inter", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
}

.mfg-capability-card > p,
.mfg-trust-card p,
.mfg-certificate-panel p {
  margin: 0;
  color: var(--mfg-muted);
  line-height: 1.65;
}

.mfg-check-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.mfg-check-list li {
  position: relative;
  min-height: 28px;
  padding-left: 34px;
  color: var(--mfg-ink);
  line-height: 1.55;
}

.mfg-check-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--mfg-green-soft);
  color: var(--mfg-green);
  font-size: .82rem;
  font-weight: 900;
}

.mfg-section-head {
  display: flex;
  max-width: 820px;
  flex-direction: column;
  margin-bottom: 36px;
}

.mfg-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  counter-reset: mfg-step;
  list-style: none;
}

.mfg-process-card {
  position: relative;
  min-height: 244px;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid var(--mfg-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, .9);
  counter-increment: mfg-step;
}

.mfg-process-card::before {
  content: counter(mfg-step, decimal-leading-zero);
  display: block;
  margin-bottom: 42px;
  color: var(--mfg-green);
  font-family: "Raleway", "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.mfg-process-card h3 {
  margin: 0 0 10px;
  font-family: "Raleway", "Inter", sans-serif;
  font-size: 1.18rem;
  line-height: 1.3;
}

.mfg-process-card p {
  margin: 0;
  color: var(--mfg-muted);
  line-height: 1.6;
}

.mfg-capacity-panel {
  padding: clamp(26px, 4vw, 48px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 8%, rgba(137, 208, 51, .52), transparent 34%),
    linear-gradient(135deg, #228c3f 0%, #347d3d 100%);
  color: #fff;
  box-shadow: 0 24px 60px rgba(95, 187, 70, .2);
}

.mfg-capacity-panel .mfg-eyebrow {
  color: #efffe9;
}

.mfg-capacity-panel .mfg-heading,
.mfg-capacity-panel .mfg-lead {
  color: #fff;
}

.mfg-capacity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.mfg-capacity-card {
  min-width: 0;
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .07);
}

.mfg-capacity-card__number {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  font-family: "Raleway", "Inter", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 800;
  line-height: 1;
}

.mfg-capacity-card__unit {
  color: #efffe9;
  font-size: .94rem;
  font-weight: 700;
}

.mfg-capacity-card__label {
  margin-top: 10px;
  color: #edf9ef;
  font-weight: 650;
  text-transform: capitalize;
}

.mfg-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mfg-trust-card {
  min-height: 250px;
  padding: 26px;
}

.mfg-trust-card h3 {
  margin-top: 28px;
}

.mfg-certificate-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 26px;
}

.mfg-certificate-panel h3 {
  margin-top: 0;
}

.mfg-certificate-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.mfg-certificate-list a {
  color: var(--mfg-green-hover);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.mfg-partners {
  position: relative;
}

.mfg-partners__controls {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin: -74px 0 30px;
}

.mfg-carousel-button {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #bcd6c2;
  border-radius: 14px;
  background: #fff;
  color: var(--mfg-green-hover);
  cursor: pointer;
}

.mfg-carousel-button:hover:not(:disabled) {
  border-color: var(--mfg-green);
  background: var(--mfg-green-soft);
}

.mfg-carousel-button:disabled {
  cursor: not-allowed;
  opacity: .42;
}

.mfg-carousel-button[hidden] {
  display: none;
}

.mfg-carousel-button svg {
  width: 20px;
  height: 20px;
}

.mfg-partners__viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.mfg-partners__viewport::-webkit-scrollbar {
  display: none;
}

.mfg-partners__track {
  display: grid;
  grid-auto-columns: minmax(210px, 1fr);
  grid-auto-flow: column;
  gap: 16px;
  margin: 0;
  padding: 2px;
  list-style: none;
}

.mfg-partner-card {
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid var(--mfg-border);
  border-radius: 20px;
  background: #fff;
  scroll-snap-align: start;
}

.mfg-partner-card a {
  display: flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.mfg-partner-card img {
  width: 100%;
  max-width: 190px;
  height: 92px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .78;
  transition: filter .24s ease, opacity .24s ease, transform .24s ease;
}

.mfg-partner-card:hover img,
.mfg-partner-card a:focus-visible img {
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
}

.mfg-cta-section {
  padding: 78px 0 90px;
}

.mfg-cta {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--mfg-border);
  border-radius: 30px;
  background: linear-gradient(140deg, #efffe9 0%, #fff 62%, #f1ffe9 100%);
  box-shadow: 0 24px 60px rgba(95, 187, 70, .13);
}

.mfg-cta__copy {
  padding-top: 8px;
}

.mfg-cta__copy .mfg-lead {
  max-width: 560px;
}

.mfg-cta__links {
  flex-direction: column;
  align-items: flex-start;
}

.mfg-cta__contact {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: var(--mfg-green-hover);
  font-weight: 750;
}

.mfg-cta__contact > span[aria-hidden="true"] {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(95, 187, 70, .12);
}

.mfg-cta__contact > span:not([aria-hidden]) {
  min-width: 0;
  overflow-wrap: anywhere;
}

.mfg-form {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--mfg-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(95, 187, 70, .13);
}

.mfg-form h2 {
  margin-top: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
}

.mfg-form__intro {
  margin: 0 0 22px;
  color: var(--mfg-muted);
  line-height: 1.6;
}

.mfg-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mfg-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.mfg-field--wide {
  grid-column: 1 / -1;
}

.mfg-field label {
  color: var(--mfg-ink);
  font-size: .92rem;
  font-weight: 750;
}

.mfg-field input,
.mfg-field select,
.mfg-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid #cbe8cb;
  border-radius: 13px;
  background: #fff;
  color: var(--mfg-ink);
  font: inherit;
  box-shadow: none;
}

.mfg-field textarea {
  min-height: 120px;
  resize: vertical;
}

.mfg-field input::placeholder,
.mfg-field textarea::placeholder {
  color: #718079;
  opacity: 1;
}

.mfg-field [aria-invalid="true"] {
  border-color: #a72828;
}

.mfg-field__error {
  margin: 0;
  color: #8c1d1d;
  font-size: .86rem;
  font-weight: 650;
}

.mfg-form__alert {
  margin-bottom: 18px;
  padding: 13px 15px;
  border-radius: 13px;
  font-weight: 650;
  line-height: 1.5;
}

.mfg-form__alert--success {
  border: 1px solid #91caa0;
  background: #edf9f0;
  color: #145d30;
}

.mfg-form__alert--error {
  border: 1px solid #e6aaaa;
  background: #fff2f2;
  color: #821f1f;
}

.mfg-form .mfg-button {
  width: 100%;
  margin-top: 18px;
  border: 0;
  cursor: pointer;
}

.mfg-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.mfg-page :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #f3a712;
  outline-offset: 3px;
}

@media (min-width: 1180px) {
  .mfg-partners__track {
    grid-auto-columns: calc((100% - 48px) / 4);
  }
}

@media (max-width: 1100px) {
  .mfg-process-grid,
  .mfg-capacity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mfg-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mfg-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .mfg-page .mfg-section {
    padding: 60px 0;
  }

  .mfg-overview,
  .mfg-capability-grid {
    grid-template-columns: 1fr;
  }

  .mfg-overview {
    gap: 30px;
  }

  .mfg-certificate-panel {
    grid-template-columns: 1fr;
  }

  .mfg-partners__controls {
    margin: 0 0 18px;
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .mfg-hero {
    padding: 10px 0 42px;
  }

  .mfg-hero__shell,
  .mfg-hero__content {
    min-height: 600px;
  }

  .mfg-hero__shell {
    border-radius: 22px;
  }

  .mfg-hero__overlay {
    background: linear-gradient(0deg, rgba(247, 255, 243, .99) 0%, rgba(239, 255, 233, .96) 70%, rgba(239, 255, 233, .58) 100%);
  }

  .mfg-hero__content {
    justify-content: flex-end;
    padding: 34px 20px;
  }

  .mfg-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .mfg-hero__value {
    margin-top: 16px;
    font-size: .98rem;
    line-height: 1.55;
  }

  .mfg-hero__actions {
    display: grid;
    width: 100%;
    margin-top: 20px;
  }

  .mfg-hero__actions .mfg-button {
    width: 100%;
  }

  .mfg-format-list {
    margin-top: 18px;
  }

  .mfg-format-list li {
    font-size: .82rem;
  }

  .mfg-process-grid,
  .mfg-capacity-grid,
  .mfg-trust-grid,
  .mfg-form__grid {
    grid-template-columns: 1fr;
  }

  .mfg-process-card {
    min-height: auto;
  }

  .mfg-process-card::before {
    margin-bottom: 24px;
  }

  .mfg-capacity-panel,
  .mfg-cta {
    border-radius: 22px;
  }

  .mfg-capacity-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 18px;
    align-items: center;
  }

  .mfg-capacity-card__label {
    margin-top: 0;
  }

  .mfg-partners__track {
    grid-auto-columns: minmax(72vw, 260px);
  }

  .mfg-cta-section {
    padding: 56px 0 68px;
  }

  .mfg-cta {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mfg-page *,
  .mfg-page *::before,
  .mfg-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
