:root {
  color-scheme: light;
  background: #fff8f3;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  background: #fff8f3;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, #fff3ee 0%, #fffaf6 50%, #fff3ee 100%);
}

.lp {
  width: min(100%, 1030px);
  margin: 0 auto;
  background: #fffaf6;
  line-height: 0;
  box-shadow: 0 0 40px rgb(119 79 58 / 0.08);
}

.lp__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

.lp__section {
  position: relative;
  line-height: 0;
}

.lp__cta {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.lp__cta:focus-visible {
  outline: 3px solid #9f6b54;
  outline-offset: 4px;
}

.lp__cta--01 {
  left: 10.8%;
  top: 90.2%;
  width: 78.6%;
  height: 7.6%;
}

.lp__cta--07 {
  left: 15%;
  top: 89.5%;
  width: 70%;
  height: 6.7%;
}

.lp__cta--12 {
  left: 9.5%;
  top: 90.8%;
  width: 82%;
  height: 6.2%;
}

@media (max-width: 520px) {
  .lp {
    width: 100%;
    box-shadow: none;
  }
}
