.bg-hero {
  background-color: #ff9b47;
  background-image: url("../images/hero-bg-1.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-position: center bottom -1px;
}
.hero {
  text-align: center;
  padding-bottom: 86px;
  position: relative;
  z-index: 1;
}
.hero .container {
  position: relative;
}
.hero-images {
  display: flex;
  margin-top: 26px;
}
.hero-images > * {
  flex: 1 1 0;
}
.hero-img-1 {
  flex-basis: 64%;
  margin-top: -106px;
  margin-left: -40px;
}
.hero-img-2 {
  flex-basis: 51.7%;
  margin-left: -120px;
  margin-right: -16px;
}
.hero-img-3 {
  position: absolute;
  width: 28%;
  right: 2.5%;
  bottom: -9%;
  z-index: -1;
}

.hero h1 {
  font-size: 60px;
  font-weight: 400;
  font-family: "Calistoga", serif;
  line-height: 0.93;
  margin-top: -22px;
}
.hero p {
  font-size: 32px;
  font-family: "Kameron", serif;
  line-height: 0.93;
  margin-top: 20px;
  max-width: 30ch;
  margin: 20px auto 0;
}
.hero .btn {
  margin-top: 28px;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 40px;
    margin-top: 48px;
  }
  .hero p {
    font-size: 24px;
  }
  .hero-images {
    flex-direction: column;
  }
  .hero-img-1 {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .hero-img-2 {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
  }
  .hero-img-3 {
    width: 40%;
    max-width: 250px;
  }

  .hero {
    background-position: center bottom;
  }
  .bg-hero {
    background: #ff9b47;
    background-image: url("../images/hero-curve-bottom.svg");
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

/* ============ Polish =========== */
.polish {
  padding: 110px 0 70px;
  background-color: #e8e8e0;
}
.polish .container {
  padding: 0 50px;
}
.swiper {
}
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-sides-offset: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}
.polish-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin: 0 40px;
}
.polish-wrapper > * {
  flex-basis: 40%;
}

.polish-image > img {
    height: 100%;
    width: 100%;
    border: 7px solid black;
}

.polish-content p {
  font-size: 28px;
  font-family: "Kameron", serif;
  margin: 8px 0;
}
.polish-content h2 {
  font-family: "Quando", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.polish-content .btn {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .polish-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .polish .container {
    padding: 0 5%;
  }
  .polish-content p {
    font-size: 20px;
  }
  .polish-content h2 {
    font-size: 32px;
  }
  .polish-content .btn {
    margin-top: 20px;
  }
  .polish-image > img {
    border: 4px solid black !important;
  }
}

/* ================ Why Section ================ */
.why {
  background-color: #ff9b47;
  background-image: url("../images/curve-1.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 30px;
}

.why-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.why-header img {
  padding-bottom: 20px;
  max-width: 50%;
}
.why h2 {
  font-family: "Quando", serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -1px;
  margin-top: 55px;
  max-width: 50%;
}
.why-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
  padding-bottom: 110px;
}
.why-content h3 {
  font-size: 70px;
  font-family: "Quando", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.why-content p {
  font-size: 28px;
  font-family: "Kameron", serif;
  font-weight: 400;
  max-width: 14ch;
}
@media (max-width: 768px) {
  .why h2 {
    font-size: 32px;
  }
  .why-content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .why-header {
    flex-direction: column-reverse;
  }
  .why-header img {
    width: 300px;
  }
  .why-header h2 {
    align-self: center;
    text-align: center;
  }
  .why-header img,
  .why-header h2 {
    max-width: 100%;
  }
  .why-content h3 {
    font-size: 40px;
  }
  .why-content p {
    font-size: 20px;
    margin: 0 auto;
  }
}
/* =========== Non Intrusive Section */
.intrusive {
  background-image: url("../images/curve-2.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  background-color: #f96495;
  padding-top: 102px;
  padding-bottom: 96px;
}
.intrusive-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.intrusive-image {
  flex-basis: 50%;
}
.intrusive-content {
  flex-basis: 43%;
}
.intrusive-content h2 {
  font-family: "Quando", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.intrusive-content p {
  font-family: "Kameron", serif;
  font-size: 28px;
  font-weight: 500;
  margin-top: 8px;
}
.intrusive-content .btn {
  margin-top: 60px;
}
.intrusive-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 108px;
}

.intrusive-note p {
  font-family: "Nanum Pen Script", cursive;
  font-size: 50px;
  font-size: clamp(2.1875rem, 1.1161rem + 2.2321vw, 3.125rem);
  font-weight: 400;
  line-height: 0.6;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-0.922deg);
  position: absolute;
}
@media (max-width: 768px) {
  .intrusive-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
  .intrusive-image img {
    width: 300px;
  }
  .intrusive {
    padding-top: 0;
  }
  .intrusive-content {
    max-width: 400px;
    margin-left: auto;
  }
  .intrusive-content h2 {
    font-size: 32px;
  }
  .intrusive-content p {
    font-size: 20px;
  }
  .intrusive-content .btn {
    margin-top: 30px;
  }
  .intrusive-note img {
    display: none;
  }
  .intrusive-note p {
    line-height: 0.8;
  }
}

/* ======== FAQ ======== */
.faq-section {
  background-color: #a1e0d6;
  padding: 216px 0;
}
.faq-section h2 {
  font-family: "Quando", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.faqs-container {
  margin-top: 50px;
}
.faq-item {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 24px 0;
}
.faq-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-question {
  width: 100%;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;

  font-family: "Kameron", serif;
  font-size: 28px;
  font-weight: 500;
}

.faq-question svg {
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;

  font-family: "Kameron", serif;
  font-size: 20px;
  font-weight: 500;
  padding-right: 30px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .faq-section {
    padding: 100px 0;
  }
  .faq-item {
    padding: 14px 0;
    margin-bottom: 14px;
  }
  .faq-section h2 {
    font-size: 32px;
  }
  .faq-question {
    font-size: 24px;
  }
  .faq-answer {
    font-size: 18px;
  }
}


/*Tablet responsive */
@media (max-width: 1024px) {
  .polish-image > img {
    border: 4px solid black !important;
  }
}