@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --mx-black: #07100f;
  --mx-dark: #06251e;
  --mx-darker: #031713;
  --mx-green: #42db7f;
  --mx-spa: #5c7d31;
  --mx-lime: #d9ff6d;
  --mx-blue: #b8dcf4;
  --mx-soft: #f7f8f3;
  --mx-paper: #fffef8;
  --mx-ink: #111617;
  --mx-muted: #68736d;
  --mx-line: #dfe7dc;
  --font-body: "Plus Jakarta Sans", Arial, sans-serif;
  --font-heading: "Plus Jakarta Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
#root {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

body {
  background: var(--mx-soft);
  color: var(--mx-ink);
  font-family: var(--font-body);
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

.mx-btn:focus-visible,
.mx-menu-toggle:focus-visible,
.mx-logo-button:focus-visible,
.mx-header nav button:focus-visible,
.mx-form button:focus-visible,
.mx-contact-list a:focus-visible,
.mx-whatsapp-float:focus-visible {
  outline: 3px solid rgba(217,255,109,.9);
  outline-offset: 3px;
}

.mx-site {
  width: 100%;
  overflow: hidden;
  background: var(--mx-soft);
  color: var(--mx-ink);
}

.mx-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(calc(100% - 32px), 1320px);
  margin: 14px auto -92px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(3,23,19,.9);
  box-shadow: 0 18px 45px rgba(3,23,19,.24);
  backdrop-filter: blur(18px);
}

.mx-logo-button {
  display: flex;
  align-items: center;
  min-width: 142px;
  border: 0;
  background: transparent;
  padding: 0;
}

.mx-logo-button img {
  width: 150px;
  height: auto;
}

.mx-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  flex: 1;
}

.mx-header nav button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255,255,255,.8);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}

.mx-header nav button:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}

.mx-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--mx-dark);
  color: #fff;
  padding: 0;
  transition: background .2s ease, transform .2s ease;
}

.mx-menu-toggle:hover {
  background: #0b3329;
  transform: translateY(-1px);
}

.mx-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.mx-menu-toggle {
  flex-direction: column;
  gap: 5px;
}

.mx-header.is-menu-open .mx-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mx-header.is-menu-open .mx-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.mx-header.is-menu-open .mx-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mx-btn:hover {
  transform: translateY(-1px);
}

.mx-whatsapp-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

.mx-header-cta-mobile {
  display: none;
}

.mx-btn-primary {
  background: var(--mx-green);
  color: #071914;
  box-shadow: 0 16px 32px rgba(66,219,127,.22);
}

.mx-btn-primary:hover {
  background: #42db7f;
}

.mx-btn-secondary {
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.1);
  color: #fff;
  box-shadow: none;
}

.mx-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 118px clamp(18px, 5vw, 72px) 84px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 86%, rgba(66,219,127,.34) 0 0, rgba(66,219,127,.18) 0 22%, transparent 46%),
    linear-gradient(180deg, rgba(4,30,24,.98) 0%, rgba(3,23,19,.99) 100%);
}

.mx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(255,255,255,.11) 0 9%, transparent 9.2% 70%, rgba(255,255,255,.1) 70.2% 82%, transparent 82.2%),
    radial-gradient(circle at 8% 5%, rgba(156,255,188,.16), transparent 20%);
  pointer-events: none;
}

.mx-hero-aura {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.mx-hero-aura span {
  position: absolute;
  display: block;
  border-radius: 42px;
  background: rgba(255,255,255,.14);
  transform: rotate(36deg);
}

.mx-hero-aura span:nth-child(1) {
  width: 260px;
  height: 260px;
  left: -70px;
  top: -120px;
}

.mx-hero-aura span:nth-child(2) {
  width: 420px;
  height: 420px;
  right: -80px;
  top: -190px;
}

.mx-hero-aura span:nth-child(3) {
  width: 180px;
  height: 180px;
  left: 64%;
  bottom: 120px;
  opacity: .55;
}

.mx-hero-content {
  position: relative;
  z-index: 3;
  width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  min-width: 0;
}

.mx-hero-copy {
  display: grid;
  justify-items: center;
  width: 100%;
  max-width: 760px;
  text-align: center;
  min-width: 0;
}

.mx-eyebrow,
.mx-section-head span,
.mx-panel-kicker {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: rgba(66,219,127,.14);
  color: #0d6c3b;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.mx-hero .mx-eyebrow {
  background: rgba(66,219,127,.14);
  color: var(--mx-green);
}

.mx-hero h1 {
  max-width: 720px;
  margin: 22px 0 0;
  color: #9cffbc;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: 0;
}

.mx-hero p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.6;
}

.mx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.mx-hero-rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 10px;
  margin-top: 18px;
  color: rgba(255,255,255,.74);
  font-size: 12px;
  font-weight: 700;
}

.mx-hero-rating strong {
  color: #9cffbc;
}

.mx-hero-rating span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mx-hero-rating span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mx-green);
  box-shadow: 0 0 16px rgba(66,219,127,.78);
}

.mx-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1040px;
  margin-top: 58px;
}

.mx-trust-row span {
  min-height: 76px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(255,255,255,.09);
  color: rgba(255,255,255,.86);
  padding: 18px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.mx-section {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 96px clamp(18px, 4vw, 52px);
}

.mx-section-head {
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin-bottom: 38px;
}

.mx-section-head h2,
.mx-problem h2,
.mx-split-copy h2,
.mx-guide-copy h2,
.mx-about h2,
.mx-final-cta h2,
.mx-contact-copy h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: 0;
}

.mx-section-head p,
.mx-problem p,
.mx-split-copy p,
.mx-guide-copy p,
.mx-about p,
.mx-final-cta p,
.mx-contact-copy p {
  margin: 0;
  color: var(--mx-muted);
  font-size: 17px;
  line-height: 1.75;
}

.mx-tab-grid,
.mx-supply-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.mx-tab-grid button,
.mx-supply-grid button {
  min-height: 210px;
  border: 1px solid var(--mx-line);
  border-radius: 28px;
  background: #fff;
  padding: 24px;
  text-align: left;
  box-shadow: 0 18px 42px rgba(8,25,18,.04);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.mx-tab-grid button:hover,
.mx-supply-grid button:hover,
.mx-product-tabs button:hover {
  transform: translateY(-2px);
  border-color: rgba(66,219,127,.7);
}

.mx-tab-grid button.is-active,
.mx-supply-grid button.is-active {
  border-color: var(--mx-green);
  background: var(--mx-dark);
  color: #fff;
}

.mx-tab-grid span,
.mx-supply-grid span {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.12;
}

.mx-tab-grid small,
.mx-supply-grid small {
  display: block;
  margin-top: 20px;
  color: inherit;
  opacity: .68;
  font-size: 15px;
  line-height: 1.65;
}

.mx-selected-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 18px;
  border-radius: 30px;
  background: var(--mx-lime);
  padding: 28px;
}

.mx-selected-panel h3 {
  margin: 14px 0 10px;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.05;
}

.mx-selected-panel p {
  max-width: 720px;
  margin: 0;
  color: #334238;
  line-height: 1.65;
}

.mx-selected-panel b,
.mx-product-detail b {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  border-radius: 999px;
  background: rgba(7,16,15,.1);
  padding: 8px 12px;
  color: #0e261d;
  font-size: 13px;
}

.mx-problem {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 54px;
  align-items: start;
  padding: 96px clamp(18px, 6vw, 86px);
  background: #fff;
}

.mx-problem > div:first-child {
  display: grid;
  gap: 18px;
}

.mx-chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 2;
}

.mx-chip-cloud span {
  border-radius: 999px;
  background: #f1f8ed;
  color: #244036;
  padding: 12px 16px;
  font-weight: 800;
}

.mx-process {
  text-align: center;
}

.mx-process .mx-section-head {
  margin-left: auto;
  margin-right: auto;
}

.mx-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.mx-process-grid article {
  min-height: 278px;
  border-radius: 30px;
  background: var(--mx-dark);
  color: #fff;
  padding: 26px;
  text-align: left;
}

.mx-process-grid span {
  color: var(--mx-lime);
  font-weight: 800;
}

.mx-process-grid h3 {
  margin: 60px 0 12px;
  font-size: 22px;
  line-height: 1.12;
}

.mx-process-grid p {
  margin: 0;
  color: rgba(255,255,255,.7);
  line-height: 1.65;
}

.mx-split {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 42px;
  align-items: center;
}

.mx-split-dark {
  width: 100%;
  max-width: none;
  grid-template-columns: 1.05fr .95fr;
  padding-left: clamp(18px, 6vw, 86px);
  padding-right: clamp(18px, 6vw, 86px);
  background: var(--mx-dark);
  color: #fff;
}

.mx-split-copy {
  display: grid;
  gap: 22px;
  align-content: start;
}

.mx-split-dark .mx-split-copy p,
.mx-split-dark .mx-split-copy li {
  color: rgba(255,255,255,.72);
}

.mx-split-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mx-split-copy li {
  border-radius: 16px;
  background: rgba(66,219,127,.1);
  color: #304039;
  padding: 13px 14px;
  font-weight: 700;
  line-height: 1.35;
}

.mx-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  margin: 0;
  border-radius: 34px;
  background: #dfe7dc;
  box-shadow: 0 28px 70px rgba(8,25,18,.12);
}

.mx-photo-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.mx-photo-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border-radius: 999px;
  background: rgba(7,16,15,.82);
  color: #fff;
  padding: 13px 18px;
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(12px);
}

.mx-product-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
}

.mx-product-tabs {
  display: grid;
  gap: 10px;
}

.mx-product-tabs button {
  min-height: 62px;
  border: 1px solid var(--mx-line);
  border-radius: 18px;
  background: #fff;
  color: var(--mx-ink);
  padding: 14px 18px;
  text-align: left;
  font-weight: 800;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.mx-product-tabs button.is-active {
  border-color: var(--mx-green);
  background: var(--mx-dark);
  color: #fff;
}

.mx-product-detail {
  min-height: 462px;
  border-radius: 30px;
  background: #fff;
  padding: 34px;
  box-shadow: 0 18px 42px rgba(8,25,18,.05);
}

.mx-product-detail h3 {
  margin: 16px 0 26px;
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 800;
  line-height: .98;
}

.mx-product-detail dl {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
}

.mx-product-detail dl div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  border-top: 1px solid var(--mx-line);
  padding-top: 14px;
}

.mx-product-detail dt {
  color: var(--mx-spa);
  font-weight: 800;
}

.mx-product-detail dd {
  margin: 0;
  color: var(--mx-muted);
  line-height: 1.65;
}

.mx-selected-panel-dark {
  background: var(--mx-dark);
  color: #fff;
}

.mx-selected-panel-dark p {
  color: rgba(255,255,255,.72);
}

.mx-selected-panel-dark .mx-panel-kicker {
  background: rgba(217,255,109,.14);
  color: var(--mx-lime);
}

.mx-selected-panel-dark b {
  background: rgba(255,255,255,.1);
  color: #fff;
}

.mx-guide {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
}

.mx-guide-copy {
  display: grid;
  gap: 22px;
  align-content: start;
}

.mx-responsible-note {
  border-radius: 24px;
  background: var(--mx-lime);
  color: #263528;
  padding: 22px;
  font-weight: 800;
  line-height: 1.55;
}

.mx-accordion {
  display: grid;
  gap: 12px;
}

.mx-accordion article {
  border: 1px solid var(--mx-line);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
}

.mx-accordion button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 22px;
  color: var(--mx-ink);
  text-align: left;
  font-weight: 800;
}

.mx-accordion button b {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  background: var(--mx-dark);
  color: var(--mx-lime);
}

.mx-accordion p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--mx-muted);
  line-height: 1.65;
}

.mx-why {
  text-align: center;
}

.mx-why .mx-section-head {
  margin-left: auto;
  margin-right: auto;
}

.mx-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.mx-why-grid article {
  min-height: 148px;
  display: flex;
  align-items: end;
  border-radius: 26px;
  background: #fff;
  padding: 24px;
  color: #273730;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  box-shadow: 0 18px 42px rgba(8,25,18,.04);
}

.mx-about {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 46px;
  align-items: center;
}

.mx-about > div {
  display: grid;
  gap: 22px;
}

.mx-about-photo {
  min-height: 610px;
}

.mx-final-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: 92px 22px;
  background:
    radial-gradient(circle at 50% 110%, rgba(66,219,127,.45), transparent 28%),
    linear-gradient(135deg, var(--mx-dark), var(--mx-darker));
  color: #fff;
  text-align: center;
}

.mx-final-cta > * {
  position: relative;
  z-index: 1;
}

.mx-final-cta img {
  width: 190px;
}

.mx-final-cta h2 {
  max-width: 820px;
}

.mx-final-cta p {
  max-width: 680px;
  color: rgba(255,255,255,.72);
}

.mx-contact {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 32px;
}

.mx-contact-copy {
  display: grid;
  gap: 22px;
  align-content: start;
}

.mx-contact-list {
  display: grid;
  gap: 10px;
}

.mx-contact-list span,
.mx-contact-list a,
.mx-whatsapp-preview {
  border-radius: 18px;
  background: #fff;
  padding: 15px 16px;
  color: #334238;
  font-weight: 800;
  text-decoration: none;
}

.mx-contact-list a {
  border: 1px solid rgba(66,219,127,.36);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.mx-contact-list a:hover {
  border-color: var(--mx-green);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(66,219,127,.14);
}

.mx-whatsapp-preview small {
  display: block;
  color: var(--mx-spa);
  font-weight: 800;
}

.mx-whatsapp-preview p {
  margin-top: 8px;
  color: var(--mx-ink);
  font-size: 15px;
}

.mx-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border-radius: 30px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 22px 58px rgba(8,25,18,.08);
}

.mx-form label {
  display: grid;
  gap: 8px;
  color: #36443d;
  font-size: 13px;
  font-weight: 800;
}

.mx-form input,
.mx-form select,
.mx-form textarea {
  width: 100%;
  border: 1px solid var(--mx-line);
  border-radius: 16px;
  background: #fbfcf8;
  color: var(--mx-ink);
  padding: 14px 15px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.mx-form input:focus,
.mx-form select:focus,
.mx-form textarea:focus {
  border-color: var(--mx-green);
  box-shadow: 0 0 0 4px rgba(66,219,127,.16);
}

.mx-field-full,
.mx-form button,
.mx-submit-note {
  grid-column: 1 / -1;
}

.mx-form button {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--mx-dark);
  color: #fff;
  padding: 14px 20px;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.mx-form button:hover {
  background: #0b3329;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(6,37,30,.16);
}

.mx-submit-note {
  margin: 0;
  border-radius: 18px;
  background: var(--mx-lime);
  color: #24372b;
  padding: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.mx-footer {
  display: grid;
  grid-template-columns: .9fr 1.1fr .8fr;
  gap: 32px;
  padding: 56px clamp(18px, 6vw, 86px);
  background: var(--mx-black);
  color: #fff;
}

.mx-footer img {
  width: 190px;
}

.mx-footer p {
  color: rgba(255,255,255,.64);
  line-height: 1.65;
}

.mx-footer-links,
.mx-footer-products {
  display: grid;
  gap: 10px;
  align-content: start;
}

.mx-footer-links button {
  width: fit-content;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.74);
  padding: 0;
  text-align: left;
  font-weight: 800;
}

.mx-footer-products span {
  color: rgba(255,255,255,.74);
  font-weight: 800;
}

.mx-footer-note {
  grid-column: 1 / -1;
  max-width: 900px;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.14);
  padding-top: 24px;
}

.mx-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  gap: 2px;
  min-width: 174px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: var(--mx-green);
  color: #071914;
  padding: 12px 18px;
  text-decoration: none;
  box-shadow: 0 22px 48px rgba(5,27,22,.2);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mx-whatsapp-float:hover {
  background: #4ee88b;
  transform: translateY(-2px);
  box-shadow: 0 28px 56px rgba(5,27,22,.24);
}

.mx-whatsapp-float span {
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.mx-whatsapp-float strong {
  font-size: 15px;
  line-height: 1.1;
}

@media (max-width: 1320px) {
  .mx-header nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(3,23,19,.97);
    padding: 6px 0;
    box-shadow: 0 24px 54px rgba(5,27,22,.18);
  }

  .mx-header.is-menu-open nav {
    display: flex;
  }

  .mx-header nav button {
    width: 100%;
    min-height: 48px;
    border-radius: 0;
    padding: 14px 22px;
    text-align: left;
    color: rgba(255,255,255,.9);
    font-size: 14px;
    font-weight: 800;
  }

  .mx-header nav button + button {
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .mx-header nav button:hover {
    background: rgba(255,255,255,.08);
    color: #fff;
  }

  .mx-menu-toggle {
    display: inline-flex;
  }

  .mx-header {
    margin-bottom: -88px;
  }
}

@media (max-width: 1180px) {
  .mx-trust-row,
  .mx-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mx-product-layout,
  .mx-guide,
  .mx-contact,
  .mx-about,
  .mx-split,
  .mx-split-dark {
    grid-template-columns: 1fr;
  }

  .mx-split-dark {
    width: min(100%, 1320px);
    max-width: 1320px;
    border-radius: 34px;
    margin-top: 30px;
  }

}

@media (max-width: 820px) {
  .mx-header {
    width: 100%;
    top: 0;
    margin: 0 auto -78px;
    gap: 12px;
    padding: 17px 18px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    border-radius: 0;
    background: rgba(3,23,19,.98);
    box-shadow: 0 18px 34px rgba(3,23,19,.28);
    backdrop-filter: blur(14px);
  }

  .mx-logo-button {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 0;
  }

  .mx-logo-button img {
    width: 126px;
    max-width: 34vw;
  }

  .mx-header > .mx-btn {
    order: 2;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    min-height: 38px;
    border: 1px solid rgba(255,255,255,.58);
    border-radius: 10px;
    background: transparent;
    color: #fff;
    padding: 8px 13px;
    box-shadow: none;
    font-size: 13px;
    line-height: 1;
  }

  .mx-header > .mx-btn .mx-whatsapp-icon {
    display: none;
  }

  .mx-header-cta-desktop {
    display: none;
  }

  .mx-header-cta-mobile {
    display: inline;
  }

  .mx-menu-toggle {
    order: 3;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: transparent;
    color: #fff;
  }

  .mx-menu-toggle:hover {
    background: rgba(255,255,255,.08);
    transform: none;
  }

  .mx-header nav {
    top: 100%;
    left: 0;
    right: 0;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.1);
    border-radius: 0;
    background: rgba(3,23,19,.98);
    padding: 4px 0 8px;
    box-shadow: 0 24px 44px rgba(3,23,19,.34);
  }

  .mx-header nav button {
    min-height: 48px;
    padding: 14px 22px;
    color: rgba(255,255,255,.9);
    font-size: 13px;
  }

  .mx-header nav button + button {
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .mx-header nav button:hover {
    background: rgba(255,255,255,.08);
    color: #fff;
  }

  .mx-hero {
    min-height: 720px;
    padding-top: 108px;
    padding-bottom: 72px;
  }

  .mx-hero-content {
    width: 100%;
    justify-items: stretch;
  }

  .mx-hero-copy {
    width: 100%;
    max-width: none;
  }

  .mx-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(34px, 8.6vw, 46px);
    overflow-wrap: break-word;
  }

  .mx-hero p {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
  }

  .mx-hero-actions {
    width: 100%;
    max-width: 280px;
  }

  .mx-hero-rating {
    width: 100%;
    max-width: 320px;
  }

  .mx-hero-actions,
  .mx-selected-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .mx-btn {
    width: 100%;
  }

  .mx-header > .mx-btn {
    width: auto;
  }

  .mx-trust-row,
  .mx-tab-grid,
  .mx-supply-grid,
  .mx-process-grid,
  .mx-why-grid,
  .mx-footer {
    grid-template-columns: 1fr;
  }

  .mx-problem {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mx-chip-cloud {
    grid-column: auto;
  }

  .mx-split-copy ul,
  .mx-form,
  .mx-product-detail dl div {
    grid-template-columns: 1fr;
  }

  .mx-photo-card,
  .mx-about-photo {
    min-height: 380px;
    border-radius: 24px;
  }

  .mx-product-detail,
  .mx-form {
    padding: 20px;
    border-radius: 24px;
  }

  .mx-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mx-footer-note {
    grid-column: auto;
  }

  .mx-whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-width: 152px;
    padding: 10px 14px;
  }
}

@media (max-width: 520px) {
  .mx-header {
    width: 100%;
    padding: 16px 60px 16px 17px;
    gap: 8px;
  }

  .mx-logo-button {
    flex: 0 1 auto;
  }

  .mx-header > .mx-btn {
    display: none !important;
  }

  .mx-menu-toggle {
    position: fixed;
    top: 16px;
    right: 12px;
    display: inline-flex !important;
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid rgba(66,219,127,.45);
    background: var(--mx-green);
    color: #071914;
    transform: none;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1000;
  }

  .mx-logo-button img {
    width: 112px;
    max-width: 31vw;
  }

  .mx-hero {
    min-height: 700px;
    padding-inline: 23px;
  }

  .mx-hero-copy {
    justify-items: start;
    text-align: left;
    width: min(calc(100vw - 46px), 320px);
    max-width: 320px;
  }

  .mx-hero-actions,
  .mx-hero-rating {
    justify-content: flex-start;
  }

  .mx-trust-row span {
    min-height: 64px;
  }

  .mx-tab-grid button,
  .mx-supply-grid button {
    min-height: 170px;
  }
}
