/*
Theme Name: Meu Quintal Food Park
Theme URI: https://meuquintalfoodpark.com.br
Author: Diego Melo
Author URI: http://diegomelodev.com/
Description: Tema - Meu Quintal Food Park.
Version: 1.0
*/
html, body, h1, p, button {
  margin: 0;
  padding: 0;
  font-family: Inter, Helvetica, Arial, system-ui, -apple-system;
  -webkit-font-smoothing: antialiased;
}

body {
  padding: 64px 16px;
  max-width: 580px;
  margin: 0 auto;
}

.background {
  height: 100lvh;
  position: fixed;
  inset: 0px;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
}
.background .fixed {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.background .fixed .inside {
  width: 100%;
  height: 100%;
  position: relative;
}
.background .fixed .inside::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.25;
  filter: blur(50px);
}

header {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 32px;
}
header .logo {
  text-align: center;
  margin-bottom: 1rem;
}
header .logo img {
  max-width: 96px;
}
header .title h1 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  font-weight: 700;
  color: black;
}

.box {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 50px;
}
.box .title {
  font-weight: bold;
}
.box .subtitle {
  font-size: 14px;
}

.action-button {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(10, 11, 13, 0.08) 0px 2px 4px 0px;
  transition: transform 0.15s cubic-bezier(0, 0.2, 0.5, 3);
  border-radius: 4px;
  position: relative;
}
.action-button:hover {
  transform: scale(1.02);
}
.action-button a {
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-wrap: break-word;
  word-break: break-word;
  padding: 0px 62px;
  min-height: 64px;
  text-align: center;
}
.action-button a img {
  height: 48px;
  width: 48px;
  position: absolute;
  left: 8px;
  pointer-events: none;
  border-radius: 4px;
}
