.p-section {
  align-items: center;
  background: var(--bgColor);
  display: flex;
  justify-content: center;
  min-height: 300px;
  position: relative;
}

.p-hero {
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: relative;
  width: 100vw;
}

.p-container {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.p-hero-meta {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: flex-start;
  padding: 40% 24px 24px;
  text-align: center;
  z-index: 1;
}

.p-hero-meta::before {
  background: radial-gradient(
    circle,
    rgba(35, 4, 44, 0.6) 0,
    transparent 50%,
    transparent 100%
  );
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.p-hero-meta h1,
.p-hero-meta h2 {
  margin: 0;
}

.p-hero-meta h1 {
  font-size: 3.4rem;
  font-weight: 800;
  margin-bottom: 12px;
  width: 80%;
}

.text-shadow {
  text-shadow: 0 0.077em 0.077em rgba(129, 27, 86, 0.89);
  transition: font-size 0.3s ease-in-out;
}

.p-hero-meta h2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
}

.button {
  backface-visibility: hidden;
  background: url(/public/images/_site/button-pattern.png) 50% / auto 100%
    repeat-x;
  background-clip: padding-box;
  border: 0;
  border-inline: 1.25em solid transparent;
  color: #264500;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5;
  outline: 0;
  padding-inline: 0.45em;
  position: relative;
  text-decoration: none;
  text-shadow: 0.0454545455em 0.0909090909em 0.2727272727em
    hsla(0, 0%, 100%, 0.8);
  text-transform: uppercase;
  transform: translateZ(0);
  transition: transform 0.1s ease-in-out;
  white-space: nowrap;
  z-index: 0;
}

.button::before {
  background: #aaef36;
  border-radius: 100px;
  content: "";
  inset: 0.18em -0.95em;
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
}

.button::after {
  background: url(/public/images/_site/button-left.png) 0 / auto 100% no-repeat,
    url(/public/images/_site/button-right.png) 100% / auto 100% no-repeat;
  content: "";
  inset: 0 -1.2727272727em;
  position: absolute;
  z-index: -2;
}

.button:hover {
  transform: scale(1.1);
}

.p-hero-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  margin-top: -1px;
  overflow: hidden;
  right: 0;
}

.p-hero-bg-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

@media (min-width: 769px) {
  .p-hero-bg-image {
    /* width: 1920px;
    height: 769px; */
  }
}

.banner-container {
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 20px;
  position: relative;
}

.banner {
  align-content: center;
  border-radius: 10px;
  display: flex;
  height: 468px;
  justify-content: center;
  max-width: 373px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.banner-content {
  padding: 26px 20px;
  text-align: center;
  z-index: 1;
}
.banner-text h2,
.banner-text h3 {
  margin: 0;
  padding: 0;
}

.banner-text h2 {
  font-size: 3.2rem;
  font-weight: 800;
  padding-bottom: 10px;
}

.banner-text h3 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 24px;
}

.banner-button {
  font-size: 2.2rem;
}

.banner-image {
  position: absolute;
}

@media (max-width: 768px) {
  .banner-image {
    display: block;
    height: 100%;
    inset: 0;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: left bottom;
    width: 100%;
  }
}

.benefit-card {
  width: 350px;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  height: 340px;
  overflow: hidden;
}

.benefit-card .decorated-frame {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.benefit-card .decorated-frame::before {
  border: 25px solid;
  border-image: url(/public/images/_site/decorated-frame.png) 45;
  border-radius: 0;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.benefit-card-content {
  align-items: center;
  background: linear-gradient(#fff3 46%, #fff3);
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  max-width: 100%;
  padding: 60px 20px 0;
  position: relative;
  text-align: center;
}

.benefit-card-title {
  font-size: 1.8rem;
  font-weight: 800;
  padding: 0 20px;
}

.benefit-card-subtitle {
  font-size: 1.6rem;
}

.benefit-card-icon {
  height: 100px;
  width: auto;
}
