@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/metropolis-2");
@keyframes swing-bottle-left {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(1.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing-bottle-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-1.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes shake-bottle-central {
  0%, 100% {
    transform: translateX(-50%) rotate(0deg);
  }
  15% {
    transform: translateX(-50%) rotate(0.4deg);
  }
  30% {
    transform: translateX(-50%) rotate(-0.3deg);
  }
  45% {
    transform: translateX(-50%) rotate(0.2deg);
  }
  60% {
    transform: translateX(-50%) rotate(-0.4deg);
  }
  75% {
    transform: translateX(-50%) rotate(0.3deg);
  }
  90% {
    transform: translateX(-50%) rotate(-0.2deg);
  }
}
@keyframes spin-ingredient-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sway-mock-left {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  25% {
    transform: rotate(-2deg) translateY(-6px);
  }
  50% {
    transform: rotate(0deg) translateY(0px);
  }
  75% {
    transform: rotate(1.5deg) translateY(-3px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes sway-mock-center {
  0% {
    transform: translateX(-50%) translateY(0px);
  }
  30% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-4px);
  }
  100% {
    transform: translateX(-50%) translateY(0px);
  }
}
@keyframes sway-mock-right {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  25% {
    transform: rotate(2deg) translateY(-6px);
  }
  50% {
    transform: rotate(0deg) translateY(0px);
  }
  75% {
    transform: rotate(-1.5deg) translateY(-3px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Montserrat;
  list-style: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

html {
  scroll-behavior: smooth;
}

body.menu-open {
  overflow: hidden;
}

p {
  font-size: 18px;
  margin-bottom: 16px;
}

.container {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

header {
  backdrop-filter: blur(8px);
  z-index: 20;
  background: linear-gradient(270deg, #b7413d 0%, #ff927a 24.52%, #b7413d 54.33%, #ff927a 80.29%, #b7413d 100%);
  display: flex;
  padding: 10px 0;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 900px) {
  header {
    padding: 10px 0;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
header * {
  color: #435874;
}

main {
  background: url(../images/bg-main.png) no-repeat center;
  background-size: cover;
  padding-top: 80px;
  width: 100%;
}
@media (min-width: 600px) and (max-width: 900px) {
  main {
    padding-top: 60px;
  }
}
@media (max-width: 599px) {
  main {
    padding-top: 40px;
  }
}
main .container {
  display: grid;
  grid-template-columns: 42% 1fr 210px;
  align-items: center;
  gap: 20px;
}
@media (min-width: 600px) and (max-width: 900px) {
  main .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  main .container {
    grid-template-columns: 1fr;
  }
}
main .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 85px;
}
@media (min-width: 600px) and (max-width: 900px) {
  main .content {
    padding-bottom: 32px;
  }
}
@media (max-width: 599px) {
  main .content {
    padding-bottom: 0;
  }
}
main .content .aval {
  display: flex;
  align-items: center;
  width: 80%;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
main .content h1 {
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  background: linear-gradient(270deg, #b7413d 0%, #ff927a 24.52%, #b7413d 54.33%, #ff927a 80.29%, #b7413d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
@media (min-width: 600px) and (max-width: 900px) {
  main .content h1 {
    font-size: 34px;
  }
}
@media (max-width: 599px) {
  main .content h1 {
    font-size: 28px;
  }
}
main .content h1 b {
  font-weight: 500;
}
main .content p,
main .content p * {
  color: #a3613b;
  font-size: 15px;
}
main .content p {
  margin-bottom: 28px;
}
main .content p b {
  color: #a3613b;
  font-weight: 700;
}
main .content .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 6px solid #8e7c02;
  background: linear-gradient(180deg, #fffe4a 0%, #ffd901 100%);
  color: #1a1a1a;
  font-weight: 700;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 104px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
  justify-content: center;
  align-self: flex-start;
}
@media (min-width: 600px) and (max-width: 900px) {
  main .content .btn {
    padding: 14px 32px;
    width: auto;
  }
}
@media (max-width: 599px) {
  main .content .btn {
    padding: 16px;
    width: 100%;
    max-width: 500px;
  }
}
main .content .btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
main .content .btn:hover {
  opacity: 0.9;
  box-shadow: 10px 9px 10px rgba(0, 0, 0, 0.1);
}
main .content .box-minibadge {
  display: none;
}
main .area-img {
  display: flex;
  justify-content: center;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}
@media (min-width: 600px) and (max-width: 900px) {
  main .area-img {
    top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  main .area-img {
    top: 0;
    margin-bottom: 0;
  }
}
main .area-img .leafe-left {
  position: absolute;
  top: 130px;
  z-index: 0;
  left: -50px;
  animation: floatLeafe 4s ease-in-out infinite;
}
@media (max-width: 900px) {
  main .area-img .leafe-left {
    left: 10px;
    top: 30px;
  }
}
main .area-img .leave-left {
  position: absolute;
  bottom: 70px;
  z-index: 0;
  left: 30px;
  animation: floatLeave 4s ease-in-out infinite;
}
@media (max-width: 900px) {
  main .area-img .leave-left {
    left: 60px;
    bottom: 10px;
    max-width: 30%;
  }
}
main .area-img .product {
  position: relative;
  z-index: 10;
  width: 700px;
  max-width: 980px;
  margin: 0 auto;
  margin-left: -400px;
  margin-right: -180px;
}
@media (min-width: 600px) and (max-width: 900px) {
  main .area-img .product {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  main .area-img .product {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
main .area-img .leafe {
  position: relative;
  top: -20px;
  z-index: 0;
  right: -200px;
  animation: floatLeafe 4s ease-in-out infinite;
}
@media (min-width: 600px) and (max-width: 900px) {
  main .area-img .leafe {
    display: none;
  }
}
@media (max-width: 599px) {
  main .area-img .leafe {
    display: none;
  }
}

main .mini-benefits {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  align-self: center;
  border-radius: 11.053px;
  border: 1px solid #d7d7d7;
  background: linear-gradient(180deg, rgba(245, 214, 209, 0.19) 0%, rgba(245, 241, 235, 0.19) 100%);
  backdrop-filter: blur(5.5265665054px);
}
@media (max-width: 900px) {
  main .mini-benefits {
    display: none;
  }
}
main .mini-benefits > p {
  font-size: 18px;
  background: var(--bronze, linear-gradient(270deg, #b7413d 0%, #ff927a 24.52%, #b7413d 54.33%, #ff927a 80.29%, #b7413d 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4px;
}
main .mini-benefits > p b {
  color: #b7413d;
}
main .mini-benefits ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
main .mini-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a3613b;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}
main .mini-benefits li .icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
main .mini-benefits li .icon-circle img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

@keyframes ctaPulse {
  0%, 70%, 100% {
    transform: scale(1);
  }
  78% {
    transform: scale(0.95);
  }
  86% {
    transform: scale(1.02);
  }
}
@keyframes ctaTap {
  0% {
    transform: translate(40px, 30px) scale(1);
    opacity: 0;
  }
  18% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    transform: translate(0, 0) scale(1);
  }
  78% {
    transform: translate(0, 0) scale(0.82);
  }
  86% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes floatLeafe {
  0%, 100% {
    transform: translateY(0);
    filter: blur(0px);
  }
  50% {
    transform: rotate(8deg);
    filter: blur(1px);
  }
}
@keyframes floatLeaveAbout {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    filter: blur(3px);
  }
  50% {
    transform: translateY(-15px) rotate(5deg);
    filter: blur(2px);
  }
}
.about {
  padding: 80px 0;
}
@media (max-width: 900px) {
  .about {
    padding: 50px 0px;
  }
}
.about .about-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  padding: 0 20px;
  margin-bottom: 34px;
}
@media (max-width: 900px) {
  .about .about-top {
    grid-template-columns: 1fr;
    padding: 20px 20px;
    gap: 8px;
    margin-bottom: 20px;
  }
}
.about .about-watermark {
  font-size: 90px;
  font-weight: 900;
  text-transform: uppercase;
  text-wrap: nowrap;
  line-height: 1;
  letter-spacing: 4px;
  opacity: 0.52;
  background: linear-gradient(270deg, #fff -11.07%, #f98b75 51.07%, #fff 113.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .about .about-watermark {
    font-size: 48px;
    letter-spacing: 3px;
    margin-bottom: 0px;
  }
}
.about .about-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  background: linear-gradient(270deg, #b7413d 0%, #ff927a 24.52%, #b7413d 54.33%, #ff927a 80.29%, #b7413d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .about-title b {
  font-weight: 600;
}
@media (max-width: 900px) {
  .about .about-title {
    font-size: 26px;
    text-align: left;
  }
}
.about .about-card {
  background: rgba(255, 146, 122, 0.1);
  border-radius: 20px;
  padding: 0 40px;
  overflow: visible;
  border: 1px solid #dfdfdf;
}
@media (max-width: 900px) {
  .about .about-card {
    padding: 30px;
    border-radius: 16px;
  }
}
.about .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 900px) {
  .about .about-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 64px;
  }
}
.about .about-media {
  position: relative;
  align-self: stretch;
}
@media (max-width: 900px) {
  .about .about-media {
    max-width: 340px;
    margin: 0 auto;
    align-self: auto;
    order: 1;
  }
}
.about .about-img {
  position: absolute;
  top: -80px;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: calc(100% + 160px);
  object-fit: contain;
  object-position: center;
}
@media (max-width: 900px) {
  .about .about-img {
    position: relative;
    top: auto;
    bottom: auto;
    height: auto;
    width: 100%;
    margin-bottom: -40px;
  }
}
.about .about-content {
  padding: 40px 0;
}
@media (max-width: 900px) {
  .about .about-content {
    padding-top: 0;
    order: -1;
  }
}
.about p {
  font-size: 16px;
  color: #a3613b;
  line-height: 1.75;
  margin-bottom: 14px;
}
.about p b {
  font-weight: 700;
  color: #a3613b;
}
.about .about-benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.about .about-benefits-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px 10px 10px;
  font-size: 14px;
  color: #a3613b;
  font-weight: 600;
  line-height: 1.3;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.about .about-benefits-item::before {
  display: none;
}
.about .about-benefits-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}
.about .about-benefits-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.area-skin-begins {
  background: url(../images/bg-info.png) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}
@media (min-width: 600px) and (max-width: 900px) {
  .area-skin-begins {
    padding: 60px 0;
    background: url(../images/bg-info.png) no-repeat center;
    background-size: cover;
  }
}
@media (max-width: 599px) {
  .area-skin-begins {
    padding: 60px 0;
    padding-bottom: 160px;
    background: url(../images/bg-infomobile.png) no-repeat center;
    background-size: cover;
  }
}
.area-skin-begins .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}
@media (min-width: 600px) and (max-width: 900px) {
  .area-skin-begins .container {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 599px) {
  .area-skin-begins .container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.area-skin-begins .skin-begins-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.area-skin-begins .skin-begins-label {
  font-family: Metropolis, sans-serif;
  align-self: stretch;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 12px;
  text-transform: uppercase;
}
@media (min-width: 600px) and (max-width: 900px) {
  .area-skin-begins .skin-begins-label {
    font-size: 12px;
    letter-spacing: 6px;
  }
}
.area-skin-begins .skin-begins-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 18px;
}
@media (min-width: 600px) and (max-width: 900px) {
  .area-skin-begins .skin-begins-title {
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  .area-skin-begins .skin-begins-title {
    font-size: 26px;
  }
}
.area-skin-begins .skin-begins-desc {
  font-size: 20px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 28px;
}
@media (min-width: 600px) and (max-width: 900px) {
  .area-skin-begins .skin-begins-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
  }
}
.area-skin-begins .skin-begins-desc b {
  color: #fff;
  font-weight: 700;
}
.area-skin-begins .skin-begins-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
  width: 100%;
}
@media (min-width: 600px) and (max-width: 900px) {
  .area-skin-begins .skin-begins-list {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.area-skin-begins .skin-begins-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 50px;
  padding: 12px 20px 12px 12px;
  font-size: 14px;
  color: #b8744d;
  font-weight: 400;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 600px) and (max-width: 900px) {
  .area-skin-begins .skin-begins-item {
    padding: 8px 14px 8px 8px;
    gap: 10px;
  }
}
.area-skin-begins .skin-begins-item img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  object-fit: contain;
}
@media (min-width: 600px) and (max-width: 900px) {
  .area-skin-begins .skin-begins-item img {
    width: 26px;
    height: 26px;
  }
}
.area-skin-begins .skin-begins-item span {
  color: #b8744d;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 600px) and (max-width: 900px) {
  .area-skin-begins .skin-begins-item span {
    font-size: 12px;
  }
}
.area-skin-begins .skin-begins-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 6px solid #8e7c02;
  background: linear-gradient(180deg, #fffe4a 0%, #ffd901 100%);
  color: #1a1a1a;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 104px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s;
}
.area-skin-begins .skin-begins-btn svg {
  flex-shrink: 0;
}
.area-skin-begins .skin-begins-btn:hover {
  opacity: 0.9;
  box-shadow: 10px 9px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) and (max-width: 900px) {
  .area-skin-begins .skin-begins-btn {
    padding: 14px 32px;
    font-size: 15px;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .area-skin-begins .skin-begins-btn {
    width: 100%;
    justify-content: center;
    padding: 16px;
    margin-bottom: 300px;
  }
}
.area-skin-begins .skin-begins-media {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  .area-skin-begins .skin-begins-media {
    order: -1;
  }
}
.area-skin-begins .skin-begins-product {
  width: 100%;
  max-width: 480px;
  object-fit: contain;
}
@media (min-width: 600px) and (max-width: 900px) {
  .area-skin-begins .skin-begins-product {
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .area-skin-begins .skin-begins-product {
    max-width: 280px;
    margin: 0 auto;
  }
}

.area-kits {
  padding: 80px 0 70px;
}
.area-kits > .container {
  max-width: 1400px;
}
@media (max-width: 900px) {
  .area-kits {
    padding: 60px 0;
  }
}
.area-kits .kits-title {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  background: linear-gradient(270deg, #b7413d, #ff927a, #b7413d, #ff927a, #b7413d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.area-kits .kits-title b {
  font-weight: 800;
}
@media (max-width: 900px) {
  .area-kits .kits-title {
    font-size: 24px;
  }
}
.area-kits .kits-sub {
  text-align: center;
  font-size: 16px;
  color: #b8744d;
  margin-bottom: 56px;
}
.area-kits .kits-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .area-kits .kits-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
.area-kits .kit-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(183, 65, 61, 0.1);
  border: 1px solid rgba(183, 65, 61, 0.12);
  background: #fff;
  font-size: 0.88em;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}
.area-kits .kit-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 32px rgba(183, 65, 61, 0.22);
}
.area-kits .kit-card.kit-best-value:hover {
  transform: scale(1.03);
}
.area-kits .kit-card.kit-starter, .area-kits .kit-card.kit-standard {
  margin-top: 28px;
}
@media (max-width: 900px) {
  .area-kits .kit-card {
    font-size: 1em;
  }
  .area-kits .kit-card.kit-starter, .area-kits .kit-card.kit-standard {
    margin-top: 0;
  }
  .area-kits .kit-card.kit-best-value {
    order: 1;
  }
  .area-kits .kit-card.kit-standard {
    order: 2;
  }
  .area-kits .kit-card.kit-starter {
    order: 3;
  }
}
.area-kits .kit-card.kit-best-value {
  box-shadow: 0 8px 32px rgba(183, 65, 61, 0.35);
  border-color: rgba(183, 65, 61, 0.25);
  font-size: 1em;
  background: linear-gradient(270deg, #b7413d 0%, #ff927a 24.52%, #b7413d 54.33%, #ff927a 80.29%, #b7413d 100%);
}
@media (max-width: 900px) {
  .area-kits .kit-card.kit-best-value {
    transform: none;
  }
}
.area-kits .kit-header {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(270deg, #ff927a -2.95%, #ffc3b6 23.77%, #ff927a 51.54%, #ffc3b6 78.78%, #ff927a 106.03%);
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 13px;
  font-family: Montserrat;
}
.area-kits .kit-best-value .kit-header {
  background: linear-gradient(270deg, #b8bdc7 0%, #f2f4f8 42.79%, #9ca3af 100%);
  color: #050505;
  font-weight: 600;
}
.area-kits .kit-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 18px 16px;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}
.area-kits .kit-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
  width: 100%;
}
.area-kits .kit-img-wrap {
  position: relative;
}
.area-kits .kit-img-wrap img:first-child {
  width: 100%;
  object-fit: contain;
}
.area-kits .kit-save {
  position: absolute;
  top: -4px;
  right: -4px;
  left: auto;
  background: #f43030;
  width: 75px;
  transform: scale(0.82);
  transform-origin: top right;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  clip-path: path("M17.7195 67.0419C15.2814 67.0599 12.936 66.1086 11.1993 64.3974C9.46259 62.6861 8.47679 60.3551 8.45877 57.917L8.4279 53.7385C8.40858 51.3112 7.43004 48.99 5.70579 47.2815L2.7592 44.3781C1.89378 43.5302 1.20452 42.5195 0.731039 41.4043C0.257558 40.289 0.00920217 39.0912 0.000250915 37.8796C-0.00870034 36.6681 0.22193 35.4667 0.678881 34.3446C1.13583 33.2225 1.81009 32.2017 2.66288 31.3411L5.56625 28.3945C7.26507 26.6607 8.2092 24.3253 8.19266 21.898L8.16179 17.7195C8.14377 15.2814 9.09502 12.936 10.8063 11.1993C12.5175 9.46258 14.8486 8.47678 17.2867 8.45877L21.4652 8.42791C23.8925 8.40859 26.2136 7.43004 27.9222 5.70579L30.8255 2.75921C31.6735 1.89379 32.6841 1.20452 33.7994 0.731046C34.9146 0.257561 36.1125 0.00920216 37.324 0.000250912C38.5356 -0.00870034 39.737 0.221932 40.8591 0.678887C41.9812 1.13583 43.0019 1.81009 43.8626 2.66288L46.8092 5.56625C48.543 7.26507 50.8783 8.2092 53.3057 8.19265L57.4842 8.16179C59.9223 8.14378 62.2676 9.09502 64.0044 10.8063C65.7411 12.5175 66.7269 14.8486 66.7449 17.2866L66.7758 21.4652C66.7951 23.8925 67.7736 26.2136 69.4979 27.9222L72.4445 30.8255C73.3099 31.6735 73.9991 32.6841 74.4726 33.7994C74.9461 34.9146 75.1945 36.1125 75.2034 37.324C75.2124 38.5356 74.9817 39.737 74.5248 40.8591C74.0678 41.9812 73.3936 43.0019 72.5408 43.8626L69.6374 46.8091C67.9386 48.543 66.9945 50.8783 67.011 53.3056L67.0419 57.4842C67.0599 59.9222 66.1086 62.2676 64.3974 64.0043C62.6862 65.7411 60.3551 66.7269 57.917 66.7449L53.7385 66.7757C51.3112 66.7951 48.99 67.7736 47.2815 69.4979L44.3781 72.4444C43.5302 73.3099 42.5195 73.9991 41.4043 74.4726C40.289 74.9461 39.0912 75.1944 37.8796 75.2034C36.6681 75.2123 35.4667 74.9817 34.3446 74.5248C33.2225 74.0678 32.2017 73.3936 31.3411 72.5408L28.3945 69.6374C26.6607 67.9386 24.3253 66.9944 21.898 67.011L17.7195 67.0419Z");
}
.area-kits .kit-save small {
  font-size: 9px;
  color: #fff;
}
.area-kits .kit-frete {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 75px;
  z-index: 5;
  object-fit: contain;
}
.area-kits .kit-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  border-radius: 10px;
  padding: 8px;
}
@media (max-width: 900px) {
  .area-kits .kit-info {
    padding: 0px;
  }
}
.area-kits .kit-stars {
  color: #f4c430;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.area-kits .kit-bottles {
  font-size: 26px;
  font-weight: 800;
  color: #b8744d;
  line-height: 1;
  text-wrap: nowrap;
}
.area-kits .kit-best-value .kit-bottles,
.area-kits .kit-best-value .kit-days {
  color: #fff;
}
.area-kits .kit-best-value .kit-stars {
  -webkit-text-fill-color: #f4c430;
}
.area-kits .kit-days {
  font-size: 16px;
  font-weight: 400;
  color: #B8744D;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.area-kits .kit-price {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  line-height: 1;
}
.area-kits .kit-price strong {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #b8744d;
}
.area-kits .kit-price span {
  font-size: 14px;
  font-weight: 500;
  color: #b8744d;
  padding-bottom: 5px;
}
.area-kits .kit-best-value .kit-price strong,
.area-kits .kit-best-value .kit-price span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.area-kits .kit-best-value .kit-feature {
  background: #fffcee;
  color: #b8744d;
}
.area-kits .kit-best-value .kit-total {
  color: #fff;
}
.area-kits .kit-best-value .kit-total s {
  color: rgba(255, 255, 255, 0.6);
}
.area-kits .kit-best-value .kit-total strong {
  color: #fff;
}
.area-kits .kit-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0;
}
.area-kits .kit-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f9f3f2;
  border-radius: 5px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #b8744d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  list-style: none;
}
.area-kits .kit-feature img {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
}
.area-kits .kit-buy-wrap {
  position: relative;
  width: 100%;
}
.area-kits .kit-btn-img {
  width: 100%;
  display: block;
  cursor: pointer;
}
.area-kits .kit-btn-img:hover {
  opacity: 0.9;
}
.area-kits .kit-best-value .kit-btn-img {
  animation: ctaPulse 2s ease-in-out infinite;
}
.area-kits .kit-cursor {
  position: absolute;
  bottom: -8px;
  right: 22%;
  width: 44px;
  pointer-events: none;
  animation: ctaTap 2s ease-in-out infinite;
}
.area-kits .kit-cards {
  width: 100%;
  max-width: 310px;
  object-fit: contain;
}
.area-kits .kit-total {
  font-size: 18px;
  font-weight: 500;
  color: #b8744d;
  text-align: center;
}
.area-kits .kit-total s {
  text-decoration: line-through;
  text-decoration-color: red;
  font-weight: 400;
  color: #888;
  margin-right: 4px;
}
.area-kits .kit-total strong {
  font-weight: 700;
  color: #b7413d;
  font-size: 17px;
}
.area-kits .medalhas {
  display: block;
  margin: 0 auto 32px;
  max-width: 100%;
}

.selos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(183, 65, 61, 0.07);
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 0;
}
@media (max-width: 900px) {
  .selos {
    gap: 8px;
    padding: 20px 16px;
    display: none;
  }
}
.selos__item {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  justify-content: center;
  padding: 8px 16px;
}
@media (max-width: 600px) {
  .selos__item {
    flex: 0 0 calc(50% - 8px);
    justify-content: flex-start;
  }
}
.selos__item span {
  color: #b8744d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.selos__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
  border-radius: 50%;
  padding: 8px;
}
.selos__divider {
  width: 1px;
  height: 48px;
  background: rgba(183, 65, 61, 0.2);
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .selos__divider {
    display: none;
  }
}

.area-ingredients {
  background: #fff5f3;
  padding: 80px 0;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media (max-width: 900px) {
  .area-ingredients {
    padding: 40px 0;
  }
}
.area-ingredients .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area-ingredients .ingredients-header {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .area-ingredients .ingredients-header {
    margin-bottom: 32px;
  }
}
.area-ingredients .ingredients-watermark {
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 6px;
  margin-bottom: 16px;
  opacity: 0.52;
  background: linear-gradient(270deg, #fff -11.07%, #f98b75 51.07%, #fff 113.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 900px) {
  .area-ingredients .ingredients-watermark {
    font-size: 40px;
    letter-spacing: 3px;
  }
}
.area-ingredients .ingredients-title {
  font-size: 32px;
  font-weight: 400;
  background: linear-gradient(270deg, #b7413d 0%, #ff927a 24.52%, #b7413d 54.33%, #ff927a 80.29%, #b7413d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .area-ingredients .ingredients-title {
    font-size: 22px;
  }
}
.area-ingredients .ingredients-sub {
  font-size: 14px;
  color: #b8744d;
  line-height: 1.6;
  margin-bottom: 0;
}
.area-ingredients .ingredients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .area-ingredients .ingredients-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.area-ingredients .ingredient-card {
  background: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.area-ingredients .ingredient-img {
  width: 100%;
  height: 300px;
  padding: 20px;
}
.area-ingredients .ingredient-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border-radius: 16px;
}
.area-ingredients .ingredient-body {
  padding: 20px 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.area-ingredients .ingredient-body h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  background: linear-gradient(270deg, #b7413d 0%, #ff927a 24.52%, #b7413d 54.33%, #ff927a 80.29%, #b7413d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.area-ingredients .ingredient-body p {
  font-size: 13px;
  color: #b8744d;
  line-height: 1.65;
  margin-bottom: 0;
}
.area-ingredients .btn-ingredients {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 6px solid #8e7c02;
  background: linear-gradient(180deg, #fffe4a 0%, #ffd901 100%);
  color: #1a1a1a;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 104px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.area-ingredients .btn-ingredients svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.area-ingredients .btn-ingredients:hover {
  opacity: 0.9;
  box-shadow: 10px 9px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .area-ingredients .btn-ingredients {
    padding: 16px 40px;
    width: 100%;
    max-width: 400px;
  }
}

.area-testimonials {
  padding: 60px 0;
  background: #fff;
}
@media (max-width: 900px) {
  .area-testimonials {
    padding: 40px 0;
  }
}
.area-testimonials .testi-header {
  text-align: center;
  margin-bottom: 48px;
}
.area-testimonials .testi-rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.area-testimonials .testi-avatars {
  display: flex;
}
.area-testimonials .testi-avatars img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
}
.area-testimonials .testi-avatars img:not(:first-child) {
  margin-left: -10px;
}
.area-testimonials .testi-rating-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.area-testimonials .testi-stars {
  color: #f4c430;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
}
.area-testimonials .testi-rating-text {
  font-size: 13px;
  font-weight: 600;
  color: #b8744d;
}
.area-testimonials .testi-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  background: linear-gradient(270deg, #b7413d, #ff927a, #b7413d, #ff927a, #b7413d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.area-testimonials .testi-title b {
  font-weight: 800;
}
@media (max-width: 900px) {
  .area-testimonials .testi-title {
    font-size: 26px;
  }
}
.area-testimonials .testi-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .area-testimonials .testi-slider-wrapper {
    gap: 12px;
  }
}
.area-testimonials .testi-nav {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}
.area-testimonials .testi-nav:hover {
  transform: scale(1.08);
}
.area-testimonials .testi-nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
@media (max-width: 600px) {
  .area-testimonials .testi-nav {
    width: 36px;
    height: 36px;
  }
}
.area-testimonials .testi-swiper {
  flex: 1;
  min-width: 0;
}
.area-testimonials .swiper-slide {
  height: auto;
}
.area-testimonials .testi-card {
  background: #fff5f3;
  border-radius: 30px;
  border: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}
.area-testimonials .testi-card .testi-card-photo {
  width: 100%;
  aspect-ratio: 4/3;
  flex-shrink: 0;
  padding: 20px 20px 0;
}
.area-testimonials .testi-card .testi-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 16px;
}
.area-testimonials .testi-card .testi-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 24px 24px;
  gap: 16px;
}
@media (max-width: 900px) {
  .area-testimonials .testi-card .testi-card-body {
    padding: 16px 18px 18px;
  }
}
.area-testimonials .testi-card .testi-card-quote {
  font-size: 15px;
  color: #b8744d;
  line-height: 1.7;
  flex: 1;
  margin: 0;
  text-align: start;
}
@media (max-width: 900px) {
  .area-testimonials .testi-card .testi-card-quote {
    font-size: 14px;
  }
}
.area-testimonials .testi-card .testi-card-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 380px) {
  .area-testimonials .testi-card .testi-card-footer {
    flex-direction: column;
    gap: 8px;
  }
}
.area-testimonials .testi-card .testi-card-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.area-testimonials .testi-card .testi-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  min-width: 0;
}
@media (max-width: 380px) {
  .area-testimonials .testi-card .testi-card-right {
    align-items: flex-start;
  }
}
.area-testimonials .testi-card .testi-card-name {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(270deg, #b7413d, #ff927a, #b7413d, #ff927a, #b7413d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.area-testimonials .testi-card .testi-card-location {
  font-size: 13px;
  font-weight: 600;
  background: linear-gradient(270deg, #b7413d 0%, #ff927a 24.52%, #b7413d 54.33%, #ff927a 80.29%, #b7413d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: right;
  word-break: break-word;
}
@media (max-width: 380px) {
  .area-testimonials .testi-card .testi-card-location {
    text-align: left;
  }
}
.area-testimonials .testi-card .testi-card-stars {
  color: #f4c430;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
}
.area-testimonials .testi-card .testi-card-verified {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #00c450;
  font-weight: 600;
  white-space: nowrap;
}

.free-shipping {
  background: linear-gradient(270deg, #b7413d 0%, #ff927a 24.52%, #b7413d 54.33%, #ff927a 80.29%, #b7413d 100%);
  color: #fff;
}
.free-shipping .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding: 40px 0;
}
.free-shipping .container .text-shipping {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 900px) {
  .free-shipping .container {
    flex-direction: column;
  }
}
.free-shipping h2 {
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
}
@media (max-width: 900px) {
  .free-shipping h2 {
    font-size: 30px;
  }
}
.free-shipping p {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.guarantee {
  background: linear-gradient(270deg, #b7413d 0%, #ff927a 24.52%, #b7413d 54.33%, #ff927a 80.29%, #b7413d 100%);
  color: #fff;
  padding: 40px 0;
}
@media (max-width: 900px) {
  .guarantee {
    padding: 40px 0;
  }
}
.guarantee .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.guarantee .container h2 {
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 900px) {
  .guarantee .container h2 {
    font-size: 30px;
  }
}
.guarantee .container .guarantee-img {
  width: 220px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .guarantee .container .guarantee-img {
    width: 160px;
    margin-bottom: 10px;
  }
}
.guarantee .container .guarantee-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 700px;
}
.guarantee .container .guarantee-info .btn-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #81ff33 0%, #56aa21 100%);
  color: #1a1a1a;
  font-weight: 700;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 104px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.guarantee .container .guarantee-info .btn-cta:hover {
  filter: brightness(95%);
}
@media (max-width: 900px) {
  .guarantee .container .guarantee-info .btn-cta {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.faq {
  background: #fff;
  margin-top: 60px;
}
@media (max-width: 900px) {
  .faq {
    margin-top: 40px;
  }
}
.faq {
  padding-top: 73px;
}
.faq .container {
  max-width: 934px !important;
}
.faq .container > span {
  color: #b8744d;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.faq .btn {
  display: flex;
  padding: 18px 104px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 20px;
  border-bottom: 6px solid #116800;
  background: linear-gradient(180deg, #35f60f 0%, #1fa604 100%);
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.faq .btn:hover {
  filter: brightness(95%);
}
@media (max-width: 900px) {
  .faq .btn {
    font-size: 18px;
  }
}
.faq .faq-header {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}
.faq .faq-watermark {
  font-size: 120px;
  font-weight: 900;
  color: rgba(183, 65, 61, 0.09);
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  letter-spacing: 4px;
}
.faq .title {
  text-align: center;
  color: #0d2a45;
  margin: 0;
  margin-top: -45px;
  font-size: 40px;
  font-weight: 800;
}
@media (max-width: 900px) {
  .faq .title {
    font-size: 30px;
  }
}
.faq .days_gua {
  color: #b8744d;
}
.faq .accordion {
  display: grid;
  gap: 16px;
  margin-bottom: 48px;
}
.faq .item {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.faq .item:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.faq .item .header {
  border-radius: 8px;
  background: #f5f1eb;
  border: 1px solid rgba(47, 27, 82, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 16px;
  transition: all 0.3s ease;
}
.faq .item .header:hover {
  transform: translateY(-10px);
}
@media (max-width: 900px) {
  .faq .item .header {
    padding: 16px;
  }
}
.faq .item .header p {
  font-weight: 500;
  color: #b8744d;
  font-size: 24px;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 900px) {
  .faq .item .header p {
    font-size: 18px;
  }
}
.faq .item .header::after {
  content: "+";
  transition: all 0.4s ease;
  font-size: 28px;
  font-weight: 400;
  color: #b8744d;
}
.faq .item .body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 12px;
  background: #fff;
}
.faq .item .body p,
.faq .item .body li,
.faq .item .body p b {
  text-align: left;
  font-size: 16px;
  margin-bottom: 16px;
  color: #b8744d;
}
@media (max-width: 900px) {
  .faq .item .body p,
  .faq .item .body li,
  .faq .item .body p b {
    font-size: 16px;
  }
}
.faq .item .body a {
  text-decoration: underline;
}
.faq .item .body li {
  list-style: "✔";
  margin-left: 20px;
}
.faq .item .body img {
  margin: 20px auto;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.faq .item.active .header {
  background-color: #f5f1eb;
}
.faq .item.active .header::after {
  content: "-";
  color: #b7413d;
}
.faq .item.active .header {
  border-radius: 8px 8px 0 0;
}
.faq .item.active .header p {
  color: #b8744d;
}
.faq .item.active .body {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 600px;
  overflow: auto;
}
.faq .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 10px auto;
  background: linear-gradient(90deg, #81ff33 0%, #56aa21 100%);
  color: #1a1a1a;
  font-weight: 700;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 104px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.faq .btn-cta img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.faq .btn-cta:hover {
  opacity: 0.9;
}

.site-footer .footer-main {
  background: #F5F1EB;
  padding: 40px 0 40px;
  text-align: center;
}
.site-footer .footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
.site-footer .footer-brand .footer-logo {
  max-width: 230px;
}
.site-footer .footer-brand .footer-name {
  color: #9A7E73;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4px;
  margin: 0;
}
.site-footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}
.site-footer .footer-nav a {
  color: #9A7E73;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
}
.site-footer .footer-nav a:hover {
  transform: scale(1.01);
}
.site-footer .footer-divider {
  border: none;
  border-top: 1px solid rgba(67, 88, 116, 0.2);
  margin: 0 0 32px;
}
.site-footer .footer-disclaimer {
  color: #9A7E73;
  font-size: 13px;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}
.site-footer .footer-bottom {
  background: linear-gradient(270deg, #B7413D 0%, #FF927A 24.52%, #B7413D 54.33%, #FF927A 80.29%, #B7413D 100%);
  padding: 20px 0;
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.site-footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  font-family: inter;
}
.site-footer .footer-bottom p:first-child {
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

/*# sourceMappingURL=style.css.map */
