:root {
  /* Move Nutri — paleta oficial */
  --mn-forest: #26533d;
  --mn-leaf: #6b9b51;
  --mn-deep-forest: #163c2b;
  --mn-sage: #eaf3e7;
  --mn-mist: #f5f9f6;
  --mn-ink: #17211b;
  --mn-white: #ffffff;

  /* aliases para preservar a estrutura existente */
  --green-950: var(--mn-deep-forest);
  --green-800: var(--mn-forest);
  --green-700: var(--mn-forest);
  --green-600: var(--mn-leaf);
  --green-200: #d3e3cf;
  --green-100: var(--mn-sage);
  --green-050: var(--mn-mist);
  --ink: var(--mn-ink);
  --muted: #5c6b62;
  --line: #dfe8df;
  --white: var(--mn-white);
  --shadow: 0 20px 60px rgba(38, 83, 61, 0.09);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 14px;
  transform: translateY(-140%);
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(220, 229, 223, 0.82);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}

.brand-wordmark {
  width: 164px;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.nav-links a {
  color: #4a5c51;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 650;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--green-700);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

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

.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(38, 83, 61, 0.24);
  outline-offset: 3px;
}

.button-primary {
  background: var(--green-700);
  color: var(--white);
  box-shadow: 0 10px 28px rgba(38, 83, 61, 0.16);
}

.button-primary:hover {
  background: var(--green-800);
  box-shadow: 0 12px 32px rgba(38, 83, 61, 0.22);
}

.button-secondary {
  border-color: #9ebcac;
  background: var(--white);
  color: var(--green-800);
}

.button-secondary:hover {
  border-color: var(--green-700);
  background: var(--green-050);
}

.button-small {
  min-height: 42px;
  padding-inline: 17px;
  font-size: 0.9rem;
}

.button-large {
  min-height: 56px;
  padding-inline: 28px;
}

.button-full {
  width: 100%;
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(107, 155, 81, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, var(--mn-mist) 100%);
}

.hero-grid {
  min-height: 600px;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
  padding-block: 76px 70px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-700);
  font-size: 0.76rem;
  font-weight: 840;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.audience h2,
.final-cta h2 {
  margin: 0;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  letter-spacing: -0.045em;
  line-height: 1.07;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(2.7rem, 5.2vw, 4.75rem);
}

.hero-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.55vw, 1.22rem);
  line-height: 1.62;
}

.hero-highlight {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--green-800);
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  color: #526359;
  font-size: 0.92rem;
}

.hero-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-benefits span {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 0.76rem;
  font-weight: 900;
}

.hero-visual {
  position: relative;
  isolation: isolate;
  min-height: 450px;
  overflow: hidden;
  border: 1px solid rgba(38, 83, 61, 0.10);
  border-radius: 42px;
  background:
    radial-gradient(circle at 55% 40%, rgba(255, 255, 255, 0.95), transparent 42%),
    linear-gradient(145deg, var(--mn-sage) 0%, #fbfdfb 62%, #e3eedf 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.65),
    0 28px 70px rgba(38, 83, 61, 0.10);
}

.hero-brand-glow {
  position: absolute;
  width: 390px;
  height: 390px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(107, 155, 81, 0.10);
  filter: blur(4px);
}

.hero-brand-symbol {
  position: absolute;
  z-index: 2;
  width: min(70%, 330px);
  height: auto;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
}

.hero-note {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 30px;
  max-width: 210px;
  margin: 0;
  color: var(--mn-forest);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.10em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero-pillar-grid {
  position: absolute;
  z-index: 4;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-pillar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(38, 83, 61, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(38, 83, 61, 0.07);
  backdrop-filter: blur(8px);
}

.hero-pillar-index {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mn-sage);
  color: var(--mn-forest);
  font-size: 0.70rem;
  font-weight: 900;
}

.hero-pillar strong,
.hero-pillar small {
  display: block;
}

.hero-pillar strong {
  color: var(--mn-deep-forest);
  font-size: 0.92rem;
}

.hero-pillar small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.35;
}

.section {
  padding-block: 94px;
}


.proposal {
  border-bottom: 1px solid var(--line);
}

.proposal-grid,
.medication-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.proposal h2,
.medication h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.proposal-copy {
  display: grid;
  gap: 16px;
}

.proposal-copy p,
.medication-grid > div:first-child > p:last-child {
  margin: 0;
  color: var(--muted);
}

.medication-grid > div:first-child > p:last-child {
  margin-top: 20px;
}

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

.medication-pillars article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.pillar-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 0.76rem;
  font-weight: 900;
}

.medication-pillars h3 {
  margin: 0;
  font-size: 1.12rem;
}

.medication-pillars p {
  margin: 9px 0 0;
  color: var(--muted);
}

.section-soft {
  background: var(--green-050);
}

.section-heading {
  max-width: 700px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.audience h2,
.final-cta h2 {
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.section-heading > p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
}

.plan-grid {
  max-width: 950px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-inline: auto;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.plan-featured {
  border: 1.5px solid rgba(38, 83, 61, 0.58);
  background: linear-gradient(180deg, #ffffff 0%, var(--mn-mist) 100%);
}

.badge {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--green-700);
  color: var(--white);
  font-size: 0.73rem;
  font-weight: 840;
}

.plan-kicker {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 820;
}

.price {
  margin-top: 11px;
  color: var(--green-700);
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.plan-caption {
  margin: 7px 0 0;
  color: var(--muted);
}

.feature-list {
  display: grid;
  gap: 15px;
  margin: 30px 0 36px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: #405047;
}

.feature-list li span {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 0.75rem;
  font-weight: 900;
}

.plan-card .button {
  margin-top: auto;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.step-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
  font-weight: 900;
}

.step-card h3 {
  margin: 0;
  font-size: 1.12rem;
}

.step-card p {
  margin: 9px 0 0;
  color: var(--muted);
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.audience-grid > div > p:last-child {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted);
}

.audience-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, var(--green-050), var(--white));
  list-style: none;
}

.audience-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.audience-list span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-700);
  color: var(--white);
  font-size: 0.73rem;
  font-weight: 900;
}

.faq-wrap {
  max-width: 860px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 780;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.final-cta {
  padding-block: 72px;
  background:
    radial-gradient(circle at 90% 30%, rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(135deg, var(--mn-sage) 0%, var(--mn-mist) 58%, #dcead6 100%);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.final-cta p:not(.eyebrow) {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
}

.medical-note {
  padding-block: 26px;
  border-top: 1px solid var(--line);
  background: #fbfcfb;
}

.medical-note p {
  margin: 0;
  color: #68756d;
  font-size: 0.84rem;
  line-height: 1.65;
}

.site-footer {
  border-top: 1px solid var(--line);
}

.footer-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand-footer .brand-wordmark {
  width: 142px;
}

.footer-inner p {
  margin: 0;
  color: #748178;
  font-size: 0.82rem;
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .nav-wrap .button {
    margin-left: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 58px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .plan-grid,
  .audience-grid,
  .proposal-grid,
  .medication-grid {
    grid-template-columns: 1fr;
  }

  .plan-grid {
    max-width: 620px;
  }

  .audience-grid {
    gap: 35px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    position: static;
  }

  .nav-wrap {
    min-height: 68px;
  }

  .nav-wrap .button {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .brand-wordmark {
    width: 138px;
  }

  .hero-grid {
    gap: 38px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.65rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-benefits {
    display: grid;
    gap: 11px;
  }

  .hero-visual {
    min-height: 340px;
    border-radius: 28px;
  }

  .hero-note {
    top: 22px;
    left: 20px;
    max-width: 170px;
    font-size: 0.66rem;
  }

  .hero-brand-symbol {
    width: min(72%, 270px);
    top: 50px;
  }

  .hero-pillar-grid {
    right: 16px;
    bottom: 16px;
    left: 16px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-pillar {
    min-height: 68px;
    padding: 10px 12px;
  }

  .hero-pillar small {
    font-size: 0.69rem;
  }

  .section {
    padding-block: 70px;
  }

  .medication-pillars {
    grid-template-columns: 1fr;
  }

  .plan-card {
    min-height: auto;
    padding: 26px;
  }

  .badge {
    position: static;
    width: fit-content;
    margin-bottom: 20px;
  }

  .final-cta {
    padding-block: 56px;
  }

  .final-cta .button {
    width: 100%;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 28px;
  }
}


/* =========================================================
   Move Nutri — mobile conversion layer v4
   Camada responsiva isolada para reduzir conflito com desktop.
   ========================================================= */

.mobile-whatsapp-cta {
  display: none;
}

@media (max-width: 920px) {
  .hero-grid {
    gap: 36px;
    padding-block: 46px 54px;
  }

  .proposal-grid,
  .medication-grid {
    gap: 34px;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .plan-grid {
    gap: 16px;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 72px;
  }

  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
    overflow-x: hidden;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header {
    position: sticky;
    top: 0;
    box-shadow: 0 8px 24px rgba(38, 83, 61, 0.06);
  }

  .nav-wrap {
    min-height: 64px;
    gap: 10px;
  }

  .brand-wordmark {
    width: 126px;
    flex: 0 0 auto;
  }

  .nav-wrap .button {
    min-height: 40px;
    margin-left: auto;
    padding-inline: 10px;
    border-radius: 10px;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .hero-grid {
    gap: 28px;
    padding-block: 34px 44px;
  }

  .hero-copy {
    width: 100%;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.70rem;
    letter-spacing: 0.12em;
  }

  .hero h1 {
    max-width: 15ch;
    font-size: clamp(2.05rem, 10.5vw, 2.75rem);
    line-height: 1.04;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-highlight {
    margin-top: 12px;
    font-size: 0.90rem;
    line-height: 1.5;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions .button {
    min-height: 50px;
  }

  .hero-benefits {
    gap: 9px;
    margin-top: 22px;
    font-size: 0.86rem;
  }

  .hero-benefits span {
    width: 21px;
    height: 21px;
  }

  .hero-visual {
    min-height: 292px;
    border-radius: 24px;
  }

  .hero-brand-glow {
    width: 250px;
    height: 250px;
    top: 8px;
  }

  .hero-brand-symbol {
    width: min(64%, 218px);
    top: 42px;
  }

  .hero-note {
    top: 18px;
    left: 18px;
    max-width: 190px;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .hero-pillar-grid {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-pillar {
    min-height: 58px;
    grid-template-columns: 28px 1fr;
    gap: 8px;
    padding: 9px 10px;
    border-radius: 14px;
  }

  .hero-pillar-index {
    width: 28px;
    height: 28px;
    font-size: 0.62rem;
  }

  .hero-pillar strong {
    font-size: 0.82rem;
  }

  .hero-pillar small {
    display: none;
  }

  .section {
    padding-block: 54px;
  }

  .section-heading {
    margin-bottom: 28px;
    text-align: left;
  }

  .section-heading h2,
  .audience h2,
  .final-cta h2,
  .proposal h2,
  .medication h2 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
    line-height: 1.08;
  }

  .proposal-grid,
  .audience-grid,
  .medication-grid {
    gap: 24px;
  }

  .proposal-copy {
    gap: 12px;
  }

  .plan-grid {
    gap: 14px;
  }

  .plan-card {
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
    box-shadow: 0 12px 34px rgba(38, 83, 61, 0.07);
  }

  .plan-kicker {
    font-size: 1.08rem;
  }

  .price {
    margin-top: 8px;
    font-size: 2.45rem;
  }

  .plan-caption {
    margin-top: 6px;
    font-size: 0.92rem;
  }

  .feature-list {
    gap: 12px;
    margin: 22px 0 26px;
    font-size: 0.92rem;
  }

  .badge {
    margin-bottom: 14px;
    padding: 6px 10px;
    font-size: 0.68rem;
  }

  .plan-card .button {
    min-height: 50px;
  }

  .steps {
    gap: 10px;
  }

  .step-card {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
    column-gap: 13px;
    row-gap: 3px;
    padding: 18px;
    border-radius: 17px;
  }

  .step-number {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .step-card h3 {
    grid-column: 2;
    margin: 0;
    align-self: end;
  }

  .step-card p {
    grid-column: 2;
    margin-top: 2px;
    font-size: 0.90rem;
  }

  .audience-list {
    gap: 10px;
    padding: 20px;
    border-radius: 18px;
    font-size: 0.92rem;
  }

  .medication-pillars {
    gap: 10px;
  }

  .medication-pillars article {
    padding: 20px;
    border-radius: 18px;
  }

  .faq-list {
    gap: 9px;
  }

  details {
    border-radius: 14px;
  }

  summary {
    padding: 17px 18px;
    font-size: 0.94rem;
  }

  details p {
    padding: 0 18px 18px;
    font-size: 0.90rem;
  }

  .final-cta {
    padding-block: 48px;
  }

  .final-cta-inner {
    gap: 24px;
  }

  .final-cta p:not(.eyebrow) {
    margin-top: 12px;
  }

  .medical-note {
    padding-block: 22px;
  }

  .medical-note p {
    font-size: 0.78rem;
  }

  .footer-inner {
    min-height: auto;
    gap: 16px;
    padding-block: 28px;
  }

  .brand-footer .brand-wordmark {
    width: 132px;
  }

  .footer-inner p {
    font-size: 0.76rem;
  }

  .mobile-whatsapp-cta {
    position: fixed;
    z-index: 140;
    right: 14px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 14px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: var(--mn-forest);
    color: var(--mn-white);
    box-shadow: 0 16px 34px rgba(22, 60, 43, 0.28);
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-whatsapp-cta:focus-visible {
    outline: 3px solid rgba(107, 155, 81, 0.40);
    outline-offset: 3px;
  }
}

@media (max-width: 380px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .nav-wrap > .button {
    display: none;
  }

  .brand-wordmark {
    width: 124px;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 10.2vw, 2.25rem);
  }

  .hero-visual {
    min-height: 270px;
  }

  .hero-brand-symbol {
    width: min(62%, 192px);
    top: 40px;
  }

  .hero-note {
    max-width: 150px;
    font-size: 0.58rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
