

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: sans-serif;
  font-size: 0.875rem;
  color: #fffbf0;
  min-height: 100%;
  height: 100%;
  background-color: #996600;
  background-image:
    radial-gradient(ellipse 100% 70% at 15% -10%, rgba(204,153,0,0.22), transparent 55%),
    radial-gradient(ellipse 80% 50% at 95% 20%, rgba(224,204,128,0.12), transparent 50%),
    radial-gradient(ellipse 70% 45% at 50% 105%, rgba(245,232,192,0.14), transparent 55%),
    linear-gradient(165deg, #996600 0%, #996600 38%, #996600 72%, #4d3300 100%);
  background-attachment: fixed;
}

.wrapper_1_m2_v12 {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

h1 {
  font-family: sans-serif;
  font-size: 1.5rem;
}

p {
  line-height: 160%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1240px;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.section {
  padding: 2rem 0;
}

.grid {
  display: grid;
  gap: 1.5rem;
}

.main {
  overflow: hidden;
  flex: 1 1 auto;
}

.header_1_m2_v12 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(153,102,0,0.97) 0%, rgba(153,102,0,0.9) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(245,232,192,0.14);
  box-shadow: 0 4px 24px rgba(77,51,0,0.35);
}

.nav_1_m2_v12 {
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__toggle_1_m2_v12 {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .nav__menu_1_m2_v12 {
    position: fixed;
    background: linear-gradient(180deg, #996600 0%, #996600 100%);
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    transition: right .4s;
    padding-left: 2rem;
    border-left: 1px solid rgba(245,232,192,0.12);
    box-shadow: -8px 0 32px rgba(77,51,0,0.4);
  }
}

.nav__list_1_m2_v12 {
  padding: 4rem 0 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.nav__link_1_m2_v12 {
  color: #fffbf0;
  transition: color .6s;
  font-family: sans-serif;
  font-size: 1rem;
}

.nav__link_1_m2_v12:hover {
  color: #f5e8c0;
}

.nav__close_1_m2_v12 {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}

.show-menu {
  right: 0;
}

.nav__buttons_1_m2_v12 {
  display: flex;
  gap: .25rem;
  width: 100%;
  max-width: 200px;
}

.nav__button__first_1_m2_v12 {
  display: inline-block;
  background: linear-gradient(135deg, #cc9900 0%, #cc9900 100%);
  padding: .75rem .75rem;
  color: #fffbf0;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.35s, box-shadow 0.35s, transform 0.2s;
  border-radius: .5rem;
  box-shadow: 0 2px 12px rgba(204,153,0,0.35);
}

.nav__button__first_1_m2_v12:hover {
  background: linear-gradient(135deg, #cc9900 0%, #cc9900 100%);
  box-shadow: 0 4px 16px rgba(204,153,0,0.45);
}

.nav__button__second_1_m2_v12 {
  display: inline-block;
  background: linear-gradient(135deg, #e0cc80 0%, #e0cc80 100%);
  padding: .75rem 1rem;
  color: #996600;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.35s, box-shadow 0.35s;
  border-radius: .5rem;
  box-shadow: 0 2px 12px rgba(224,204,128,0.3);
}

.nav__button__second_1_m2_v12:hover {
  background: linear-gradient(135deg, #f5e8c0 0%, #e0cc80 100%);
}

.button_1_m2_v12 {
  display: inline-block;
  background: linear-gradient(135deg, #cc9900 0%, #cc9900 100%);
  padding: 1.25rem 2rem;
  color: #fffbf0;
  font-family: sans-serif;
  cursor: pointer;
  transition: background 0.35s, box-shadow 0.35s, transform 0.2s;
  text-align: center;
  margin-top: .5rem;
  border-radius: 1rem;
  font-size: 1rem;
  box-shadow: 0 4px 20px rgba(204,153,0,0.35);
}

.button_1_m2_v12:hover {
  background: linear-gradient(135deg, #cc9900 0%, #cc9900 100%);
  box-shadow: 0 6px 28px rgba(204,153,0,0.4);
}

.second__button_1_m2_v12 {
  background: linear-gradient(135deg, #e0cc80 0%, #e0cc80 100%);
  color: #996600;
  box-shadow: 0 4px 20px rgba(224,204,128,0.3);
}

.second__button_1_m2_v12:hover {
  background: linear-gradient(135deg, #f5e8c0 0%, #e0cc80 100%);
  box-shadow: 0 6px 28px rgba(245,232,192,0.35);
}

.large__button_1_m2_v12 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #cc9900 0%, #cc9900 40%, #cc9900 100%);
  color: #fffbf0;
  padding: 1.5rem;
  font-family: sans-serif;
  cursor: pointer;
  text-align: center;
  border-top: 1px solid rgba(245,232,192,0.25);
  box-shadow: 0 -8px 32px rgba(77,51,0,0.45);
}

.main__screen__container_1_m2_v12 {
  margin-top: 5rem;
}


@media screen and (max-width: 340px) {

  .container {
    margin-left: 1rem;
    margin-right: 1rem;
  }


}

@media screen and (max-width: 768px) {

  .large__button_1_m2_v12 {
    font-size: 1.25rem;
  }

}

@media screen and (min-width: 768px) {

h1 {
  font-size: 3rem;
}

p {
  font-size: 1rem;
}



.large__button_1_m2_v12 {
  font-size: 2rem;
}

}


@media screen and (min-width: 1200px) {
  
  .nav__menu_1_m2_v12 {
    width: initial;
  }

  .nav__toggle_1_m2_v12,
  .nav__close_1_m2_v12 {
    display: none;
  }

  .nav_1_m2_v12 {
    display: flex;
    align-items: center;
    height: 5rem;
  }

  .nav__list_1_m2_v12 {
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    align-items: center;
    column-gap: 1rem;
  }

  .main__screen__container_1_m2_v12 {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

}

@media screen and (min-width: 1240px) {
  
  .container {
    margin-left: auto;
    margin-right: auto;
  }


}


.download__wrapp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;

  max-width: 220px;
  margin: 25px auto;
}

.download__link {
  display: flex;
  max-width: max-content;
  align-items: center;
  gap: 15px;
  padding: 0px 15px;
  border-radius: 50px;
  color: #fffbf0;
  overflow: hidden;
  font-weight: 600;
  background: linear-gradient(135deg, #e0cc80 0%, #e0cc80 100%);
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.download__link img {
  border-radius: 0;
}

.download__img {
  padding: 10px 10px 10px 20px;
  margin-left: -16px;
  background: linear-gradient(135deg, #cc9900 0%, #cc9900 100%);
  transition: all 0.3s ease-in-out;
}


.download__link:hover {
  background: linear-gradient(135deg, #f5e8c0 0%, #e0cc80 100%);
}
.download__link:hover .download__img {
  background: linear-gradient(135deg, #cc9900 0%, #cc9900 100%);
}