%- content_for :title, node_title(@node) %>
<%= result_description(current_player) %>
<%= svg "ico-wave" %>
<%= svg "ico-last-save" %>
<%= impact_label(:food_waste) %>
<%= impact_message(current_player, :food_waste) %>
<%= t("game.results.what_many_dont_know") %>
<% impact_learn_more(:food_waste).each do |paragraph| %>
<%= paragraph %>
<% end %>
<%= svg "ico-fuel" %>
<%= impact_label(:emissions) %>
<%= impact_message(current_player, :emissions) %>
<%= t("game.results.what_many_dont_know") %>
<% impact_learn_more(:emissions).each do |paragraph| %>
<%= paragraph %>
<% end %>
<%= svg "ico-coins" %>
<%= impact_label(:income) %>
<%= impact_message(current_player, :income) %>
<%= t("game.results.what_many_dont_know") %>
<% impact_learn_more(:income).each do |paragraph| %>
<%= paragraph %>
<% end %>
<%= tag.h3 t("game.join_our_newsletter") %>
<%= tag.p t("game.join_our_newsletter_desc") %>
<%= link_to t("game.subscribe_to_newsletter_url"), target: "_blank" do %>
<%= tag.span(t("game.subscribe_to_newsletter")) %>
<% end %>
<%= link_to tag.span(t("game.learn_more")), t("game.learn_more_url"), class: "cta cta-link", target: "_blank" %>
<%= button_to start_path(skip_facts: true), class: "cta" do %>
<%= tag.span(t("game.save_another_tomato")) %>
<% end %>
<%= render_responsive_picture(@node.icon, alt: "Hero", fetchpriority: "high") if @node.icon %>
<%= svg "inter-ikea-systems" %>
<%= svg "ico-wave" %>