@font-face {
  font-family: 'MyFont';
  src: url("../font/MyFont-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'MyFont', sans-serif;
  background-color: #FCFBE7;
  max-width: 430px;
  margin: 0 auto;
  min-height: 100vh;
  overflow-x: hidden;
  color: #342d28;
  background: url("/assets/leaves-bg.svg");
  background-size: 430px;
  background-position: center center;
}

.header {
  background: #155D2F;
  padding: 24px 12px 35px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 50% 50% / 0 0 20px 20px;
  z-index: 1;
}

.logo-wrapper,
.divider-line {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.header-leaf {
  position: absolute;
  opacity: 0.13;
  pointer-events: none;
  fill: #ffffff;
}

.header-leaf.tl {
  top: -10px;
  left: -18px;
  width: 90px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.header-leaf.tr {
  top: -10px;
  right: -18px;
  width: 90px;
  -webkit-transform: rotate(30deg) scaleX(-1);
          transform: rotate(30deg) scaleX(-1);
}

.header-leaf.bl {
  bottom: 0;
  left: -8px;
  width: 70px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  opacity: 0.08;
}

.header-leaf.br {
  bottom: 0;
  right: -8px;
  width: 70px;
  -webkit-transform: rotate(-15deg) scaleX(-1);
          transform: rotate(-15deg) scaleX(-1);
  opacity: 0.08;
}

.logo-wrapper {
  position: relative;
  display: inline-block;
}

.logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-text img {
  height: 120px;
  width: auto;
  display: block;
}

.divider-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin: 10px 0 8px;
  color: #f7c634;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
}

.divider-line::before, .divider-line::after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 40px;
  height: 2px;
  background: #f7c634;
  opacity: 0.7;
}

.divider-line::before {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.divider-line::after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.content {
  padding: 24px 18px 40px;
  position: relative;
  background: #FCFBE7 url("/assets/leaves-bg-huge.svg") center center/750px no-repeat;
  min-height: calc(100vh - 80px);
  margin-top: -20px;
  background-attachment: local;
}

@media (max-width: 360px) {
  .content {
    padding: 24px 10px 40px;
  }
}

.bg-leaf {
  position: absolute;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
  fill: #155D2F;
}

.steps-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
  margin-top: 35px;
}

.steps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.steps-row .short-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.long-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.step-card {
  font-family: 'MyFont', sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  max-width: 170px;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 1.5px solid rgba(21, 93, 47, 0.07);
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  overflow: visible;
  -webkit-box-shadow: 4px 4px 5px -1px #000000;
          box-shadow: 4px 4px 5px -1px #000000;
}

.steps-row:nth-of-type(1) .step-card:nth-of-type(1) .step-icon img {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.steps-row:nth-of-type(1) .step-card:nth-of-type(2) .step-icon img {
  -webkit-transform: translate(-5px, 10px) scale(1.2);
          transform: translate(-5px, 10px) scale(1.2);
}

.steps-row:nth-of-type(3) .step-card:nth-of-type(1) .step-icon img {
  -webkit-transform: translate(3px, 15px) scale(1.2);
          transform: translate(3px, 15px) scale(1.2);
}

.steps-row:nth-of-type(2) .step-card:nth-of-type(2) .step-desc {
  margin-bottom: 5px;
  -webkit-transform: translate(5px, 16px);
          transform: translate(5px, 16px);
}

.steps-row:nth-of-type(5) .step-card:nth-of-type(1) .step-icon img {
  -webkit-transform: translate(5px, 10px);
          transform: translate(5px, 10px);
}

.steps-row:nth-of-type(5) .step-card:nth-of-type(2) .step-icon img {
  -webkit-transform: translate(-1px, 10px) scale(1.2);
          transform: translate(-1px, 10px) scale(1.2);
}

.steps-grid > div:nth-child(3) .step-card:nth-of-type(2) .step-icon img {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.step-badge {
  background: #155D2F;
  color: #ffffff;
  font-size: clamp(9px, 3.5vw, 13px);
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: clamp(3px, 1vw, 5px) clamp(10px, 4vw, 20px);
  border-radius: 8px;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  width: clamp(80px, 45%, 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step-badge::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: clamp(4px, 1.5vw, 7px) solid transparent;
  border-right: clamp(4px, 1.5vw, 7px) solid transparent;
  border-top: clamp(5px, 1.8vw, 8px) solid #155D2F;
}

.step-icon {
  margin-top: clamp(20px, 6%, 28px);
  width: 45%;
  max-width: 70px;
  max-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.step-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.step-desc {
  margin-top: clamp(4px, 2%, 10px);
  font-size: clamp(9px, 3.2vw, 13px);
  font-weight: 700;
  line-height: 1.4;
  color: #342d28;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  word-break: break-word;
  padding: 0 clamp(4px, 2%, 8px);
  z-index: 2;
}

.cta-section {
  text-align: center;
  margin-top: 32px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.cta-text {
  font-family: 'MyFont', sans-serif;
  font-size: 28px;
  font-weight: 100;
  color: #342d28;
  letter-spacing: 0.5px;
}

.messenger-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  padding: 0 10px 40px;
  position: relative;
  z-index: 1;
}

.msg-btn {
  font-family: 'MyFont', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 15px 20px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 4px 4px 5px -1px #000000;
          box-shadow: 4px 4px 5px -1px #000000;
  -webkit-transition: -webkit-filter 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-filter 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: filter 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  transition: filter 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease, -webkit-filter 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  outline: none;
}

.msg-btn--wa {
  background: #e3eb69;
  color: black;
  text-shadow: none;
}

.msg-btn--wa svg path {
  fill: black;
}

.msg-btn:focus {
  outline: none;
}

.msg-btn:hover {
  -webkit-filter: brightness(1.07);
          filter: brightness(1.07);
}

.msg-btn:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 2px 2px 3px -1px #000000;
          box-shadow: 2px 2px 3px -1px #000000;
}

.msg-btn--line {
  background: #155D2F;
}

.msg-btn--tg {
  background: #bb76cf;
}

.msg-btn--wa {
  background: #e3eb69;
}

.steps-row:nth-of-type(1) .step-card:nth-of-type(2) .step-icon img {
  -webkit-transform: translate(-5px, 10px) scale(1);
          transform: translate(-5px, 10px) scale(1);
}

.steps-row:nth-of-type(5) .step-card:nth-of-type(2) .step-icon img {
  -webkit-transform: translate(-1px, 10px) scale(1.05);
          transform: translate(-1px, 10px) scale(1.05);
}
/*# sourceMappingURL=styles.css.map */