
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    background: #0D1117;

}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}
* {
  scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color:  #FFFFFF80;
    background: #0D1117;
}


.no-scroll {
  overflow-y: hidden;
}

  
body.no-scroll {
  overflow-y: hidden;
}
  
a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s linear;
}
  
button {
  cursor: pointer;
  font-family: inherit;
}
  
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  position: relative;
}
  
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
  
img {
  display: block;
}

.container {
    padding: 0 80px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.hero {
    padding: 120px 0 90px;
    position: relative;
}


h1 {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 80px;
    line-height: 80%;
    text-align: center;
    text-transform: uppercase;
    max-width: 800px;
    margin-bottom: 16px;
    position: relative;

    background: linear-gradient(
        135.05deg,
        #40C95D -0.13%,
        #18AC78 100.05%
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    -webkit-text-stroke: 1px #fff;

    filter:
        drop-shadow(0 0 10px rgba(172, 255, 171, 0.45))
        drop-shadow(0 0 20px rgba(35, 149, 53, 0.7));
}

.hero__subtitle {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 40px;
    line-height: 80%;
    letter-spacing: -0.01em;
    text-align: center;
    text-transform: uppercase;

    color: #ACFFAB;

    -webkit-text-stroke: 1px #FFFFFF;

    text-shadow:
        0 7.49px 29.97px rgba(172, 255, 171, 0.45),
        0 0 20px rgba(35, 149, 53, 0.7);

     margin-bottom: 46px;   
}




.hero__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: right;
}

.hero__content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header__logo {
  width: 344px;
  height: auto;
  margin: 0 auto 50px;
  display: block;

}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}
#load-more {
  transform: translateZ(0);
  will-change: transform;
}
.hero__img-mob {
  display: none;
}

.hero__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}
.hero__legal {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
}

.hero__buttons {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 36px;
}
.button {
  background:
      linear-gradient(
          135.05deg,
          rgba(31, 193, 46, 0.3) -0.13%,
          rgba(47, 253, 144, 0.3) 100.05%
      ),
      linear-gradient(
          135.05deg,
          #40C95D -0.13%,
          #18AC78 100.05%
      );
  box-shadow: 0px 7.49px 29.97px 0px #ACFFAB inset, 0px 0px 20px 0px #239535B2;

  border: 1.03px solid #FFFFFF;

  justify-content: center;
  padding: 17px 44px;
  min-width: 240px;
  border-radius: 6px;

  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 115%;
  color: #FFFFFF;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(3px);

  transition: 0.3s ease;
}
.button:hover {
  box-shadow:
    0 0 0 1px rgba(64, 201, 93, 0.18),
    0 0 22px rgba(64, 201, 93, 0.45),
    0 0 48px rgba(47, 253, 144, 0.28),
    0 12px 28px rgba(24, 172, 120, 0.32);
}




.button-outline {
  position: relative;
  color: #fff;

  padding: 17px;
  min-width: 240px;
  border-radius: 6px;

  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 115%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #2DB15480;
  border-radius: 6px;

  background:
        linear-gradient(
            0deg,
            rgba(45, 177, 84, 0.1),
            rgba(45, 177, 84, 0.1)
        ),
        radial-gradient(
            41.4% 58.75% at 50.02% 100%,
            rgba(45, 177, 84, 0.2) 0%,
            rgba(45, 177, 84, 0) 100%
        );

  backdrop-filter: blur(3px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
}

.button-outline:hover {
  box-shadow:
    0 0 0 1px rgba(45, 177, 84, 0.35),
    0 0 18px rgba(45, 177, 84, 0.35),
    0 10px 30px rgba(45, 177, 84, 0.25),
    0 4px 4px rgba(0, 0, 0, 0.25);
}


.button-outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: radial-gradient(23.38% 273.75% at 50.02% -81.25%, #FFFFFF 0%, rgba(45, 177, 84, 0) 100%);

}

.button-outline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: radial-gradient(23.38% 273.75% at 50.02% -81.25%, #FFFFFF 0%, rgba(152, 255, 48, 0) 100%);
}


h2 {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 12px;
}

.section {
  padding: 80px 0;
}
.subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;

}

.package-list {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  align-items: stretch;
}
.package-list__item {
  width: calc(33.33% - 16px);
  background: #131620;
  border: 1.5px solid #211E3E;
  padding: 12px;
  border-radius: 24px;
}
.package-item__top {
  background:
    linear-gradient(
        180deg,
        rgba(45, 177, 84, 0) 27.06%,
        rgba(45, 177, 84, 0.2) 100%
    ),
    #131620;

  padding: 35px 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #007B6438;
  box-shadow: 0px -1px 20px 0px #09081133, -14px 1px 20px 0px #09081114, 14px -1px 20.5px 0px #09081114;

}
.package-item__bonus {
  background: #2DB15433;
  border-radius: 6px;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  color: #4DDF63;
  text-align: center;
  text-transform: uppercase;
}
.package-item__title {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 32px;
  line-height: 160%;
  text-align: center;
  color: #fff;
}
.package-item__subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #4DDF63;
}
.package-item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  padding: 20px;
  text-align: center;
}
.package-link {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  text-decoration: underline;
  color: #FFFFFF80;
  display: block;
}
.package-link:hover {
  color: #FFFFFF;
}
.bonus-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin: 40px 0 0;
}
.bonus-item {
  width: calc(33.33% - 16px);
  background: #131620;
  border: 1px solid #211E3E;
  padding: 24px;
  border-radius: 16px;
}
.bonus-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.bonus-item__number {
  border-radius: 6px;
  background: #2DB15433;
  padding: 6px 12px;
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  color: #1FC12E;
  text-transform: uppercase;

}
.bonus-item h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.bonus-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.bonus {
  border-top: 1px solid #211E3E;
  border-bottom: 1px solid #211E3E;
}

.faq__accordion {
  margin-top: 40px;
}

.ac {
  width: 100%;
  margin-top: 0;
  border: none;
  position: relative;
  background: #131620;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #2DB15433;
}

.ac:not(:last-child) {
  margin-bottom: 16px;
}
.ac-header {
  width: 100%;
   border-left: none;
}
.ac-header::after, .ac-header::before {
  display: none;
}
.ac .ac-trigger {
  font-family:"Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  padding: 24px 50px 24px 24px !important;
  background: transparent;
  white-space: normal;
  color: #fff;

}
  
.ac .ac-trigger:focus {
  color: #fff;
}

.ac.is-active > .ac-header {
  color: #fff;
}
.ac.is-active > .ac-header .ac-trigger {
  color: #fff;
}

.ac .ac-panel {
  padding: 0;
  background: transparent;
  position: relative;
}

.ac .ac-panel p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  color: #FFFFFF80;
  padding: 0px 24px;
  margin: 0;
}

.ac .ac-panel ul  {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px 24px 24px 24px;
}
.ac .ac-panel ul li {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  padding-left: 12px;
  color: #FFFFFF80;
  position: relative;
}
.ac .ac-panel ul li::before {
  content: "";
  background: #FFFFFF80;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
  
.ac .ac-trigger::after {
  content: url('./img/arrow.svg');
  width:16px;
  height: 16px;
  flex-shrink: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all .3s ease;
}
.ac.is-active > .ac-header .ac-trigger::after {
  content: url('./img/arrow.svg');
  width:16px;
  height: 16px;
  transform: translateY(-50%) rotate(180deg);
  transition: all .3s ease;
}
@media  screen and (max-width: 1100px) {
  .container {
    padding: 0 20px;
  }
  .bonus-item br {
    display: none;
  }
}
@media  screen and (max-width: 900px) {
  .bonus-item, .package-list__item {
    width: calc(50% - 12px);
  }
}

@media  screen and (max-width: 768px) {
  .hero {
    padding: 40px 0;
    position: relative;
  }
  h1 {
    font-size: 46px;
    line-height: 90%;
    letter-spacing: -1%;
    margin: 0 auto 14px;

  }
  .hero__subtitle {
    font-size: 22px;
    line-height: 90%;
    letter-spacing: 1%;
    margin-bottom: 26px; 
    text-shadow: 0px 4px 15px #ACFFAB inset, 0px 0px 10px #239535B2;
  }
  .header__logo {
    width: 295px;
    margin: 0 auto 32px;
  }
  .hero {
      padding: 46px 0 89px;
      position: relative;
  }
  .hero__text {
    font-size: 12px;
    line-height: 150%;
    max-width:374px;
    margin: 0 auto 32px;
  }  
  h2 {
    font-size: 32px;
    max-width: 342px;
    margin: 0 auto 12px;
  } 
  .subtitle {
    font-size: 14px;
  }
  .package-list {
    margin: 28px 0;
    flex-direction: column;
    gap: 20px;
  }
  .hero__img-mob {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
  }
  .hero__img {
    display: none;
  }
  .hero__legal {
    font-size: 11px;
  }
  
  .hero__buttons {
    flex-direction: column;
    gap: 11px;
    margin-bottom: 32px;
  }
  .container {
    padding: 0 20px;
  }
  .section {
    padding: 40px 0;
  }
  .package-list__item {
    width: 100%;
  }
  .package-item__top {
    padding: 20px 10px;
    gap: 8px;
  }
  .package-item__title {
    font-size: 24px;
    line-height: 160%;
  }
  .package-item__text {
    font-size: 13px;
    padding: 12px;
  }
  .package-item__subtitle {
    font-weight: 700;
    font-size: 11px;
  }
  .package-link {
    font-size: 11px;
  }
  .bonus-list {
    flex-direction: column;
    gap: 16px;
    margin: 28px 0 0;
  }
  .bonus-item {
    width: 100%;
  }
  .bonus-item__top {
    margin-bottom: 12px;
  }
  .bonus-item__number {
    font-weight: 800;
    font-size: 13px;
    padding: 4px 10px;
  }
  .bonus-item p {
    font-size: 13px;
  }
  .ac .ac-trigger {
    font-size: 14px;
    padding: 20px 50px 20px 20px !important;
  }
  .ac .ac-panel ul  {
    gap: 8px;
    padding: 0px 20px 20px 20px;
  }
  .ac .ac-panel ul li {
    font-size: 12px;
  }
}

@media  screen and (max-width: 480px) {
  .button, .button-outline {
    width: 100%;
    min-width: 100%;
  }
  .hero__buttons {
    width: 100%;
    flex-direction: column;
    gap: 11px;
  }
}

@media  screen and (max-width: 375px) {
    h1 {
      font-size: 38px;
    }
    .header__logo {
      width: 100%;
    }
}