/* =========================================================== */
/*  DISCOVER PAGE - LONG, DETAILED, DREAMY BRAND STORY         */
/* =========================================================== */

.discover-page {
  padding-bottom: 50px;
  height: 3310px;
  position: relative;
}

/* ====== HEADER ====== */
.discover-header {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  text-align: center;
}

.back-home {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "Dreamy Notes Script";
  color: #5b1133;
  font-size: 13px;
  text-decoration: none;
  background: #ffe8f3;
  padding: 6px 16px;
  border-radius: 34.6px;
  border: 1px solid #ffadd6;
  transition: all 0.3s ease;
  z-index: 999;
}

.back-home:hover {
  transform: scale(1.05);
  background: #ffcbe5;
  color: white;
}

.page-title {
  font-family: "Dreamy Notes Script";
  font-size: 32px;
  color: #5b1133;
  margin-bottom: 5px;
}

.page-subtitle {
  font-family: "Single Day", cursive;
  font-size: 13px;
  color: #5b1133;
  margin-bottom: 30px;
}

/* =========================================================== */
/*  HERO SECTION                                                */
/* =========================================================== */

.hero-section {
  position: relative;
  z-index: 10;
  max-width: 700px;
  margin: 0 auto 50px;
  padding: 0 15px;
}

.hero-image {
  width: 100%;
  height: 320px;
  background-color: #ffcbe5;
  border-radius: 34.6px;
  background-size: cover;
  background-position: center;
  border: 1px solid #ffe8f3;
  margin-bottom: 25px;
}

.hero-text {
  text-align: center;
}

.hero-text h2 {
  font-family: "Dreamy Notes Script";
  font-size: 26px;
  color: #5b1133;
  margin-bottom: 12px;
}

.hero-text p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto;
}

/* =========================================================== */
/*  STORY SECTION                                               */
/* =========================================================== */

.story-section {
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 15px;
  text-align: center;
}

.story-section h3 {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  margin-bottom: 20px;
}

.story-content p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  line-height: 1.9;
  margin-bottom: 20px;
}

.story-quote {
  margin-top: 25px;
  padding: 20px;
  background: #ffe8f3;
  border-radius: 34.6px;
  border: 1px solid #ffadd6;
}

.story-quote span {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 15px;
  color: #5b1133;
  font-style: italic;
}

/* =========================================================== */
/*  PROMISE SECTION                                             */
/* =========================================================== */

.promise-section {
  position: relative;
  z-index: 10;
  max-width: 850px;
  margin: 0 auto 50px;
  padding: 0 15px;
  text-align: center;
}

.promise-section h3 {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  margin-bottom: 10px;
}

.promise-intro {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #8a6a7a;
  margin-bottom: 25px;
}

.promise-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.promise-card {
  width: 180px;
  background: #ffffff;
  border-radius: 34.6px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(255, 125, 125, 0.08);
  border: 1px solid #ffe8f3;
  transition: all 0.3s ease;
}

.promise-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 125, 125, 0.15);
}

.promise-icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.promise-card h4 {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  margin-bottom: 8px;
}

.promise-card p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 11px;
  color: #8a6a7a;
  line-height: 1.5;
}

/* =========================================================== */
/*  DIFFERENCE SECTION                                          */
/* =========================================================== */

.difference-section {
  position: relative;
  z-index: 10;
  max-width: 700px;
  margin: 0 auto 50px;
  padding: 0 15px;
}

.difference-section h3 {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  text-align: center;
  margin-bottom: 30px;
}

.difference-item {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #ffffff;
  border-radius: 34.6px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(255, 125, 125, 0.08);
  border: 1px solid #ffe8f3;
}

.difference-item.reverse {
  flex-direction: row-reverse;
}

.diff-image {
  width: 140px;
  height: 140px;
  background-color: #ffcbe5;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  border: 1px solid #ffe8f3;
}

.diff-text h4 {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 16px;
  color: #5b1133;
  margin-bottom: 6px;
}

.diff-text p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  line-height: 1.6;
}

/* =========================================================== */
/*  LOVE NOTES (TESTIMONIALS)                                   */
/* =========================================================== */

.love-section {
  position: relative;
  z-index: 10;
  max-width: 850px;
  margin: 0 auto 50px;
  padding: 0 15px;
  text-align: center;
}

.love-section h3 {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  margin-bottom: 25px;
}

.love-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.love-card {
  width: 220px;
  background: #ffffff;
  border-radius: 34.6px;
  padding: 25px 20px;
  box-shadow: 0 4px 15px rgba(255, 125, 125, 0.08);
  border: 1px solid #ffe8f3;
  transition: all 0.3s ease;
}

.love-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 125, 125, 0.15);
}

.love-card p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  line-height: 1.6;
  margin-bottom: 10px;
  font-style: italic;
}

.love-card span {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 11px;
  color: #8a6a7a;
}

/* =========================================================== */
/*  CTA SECTION                                                 */
/* =========================================================== */

.cta-section {
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 15px;
  text-align: center;
}

.cta-box {
  background: #ffe8f3;
  border-radius: 34.6px;
  padding: 40px 25px;
  border: 1px solid #ffadd6;
}

.cta-box h3 {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  margin-bottom: 10px;
}

.cta-box p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  margin-bottom: 20px;
}

.cta-btn {
  background: #ffffff;
  border: 1px solid #ffadd6;
  border-radius: 34.6px;
  padding: 10px 30px;
  font-family: "Vividly-Regular", Helvetica;
  color: #5b1133;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #ffcbe5;
  color: white;
  transform: scale(1.05);
}

/* =========================================================== */
/*  FOOTER - EXACTLY FROM MAIN PAGE                             */
/* =========================================================== */

.footer-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 30px;
  min-height: 120px;
}

.clio .rectangle-19 {
  top: auto !important;
  left: calc(50.00% - 259px) !important;
  width: 919px !important;
  height: 103px !important;
  background-color: #ffe8f3 !important;
  position: absolute !important;
  border-radius: 34.6px !important;
}



.clio .text-wrapper-22 {
  top: 20px !important;
  bottom: 45px !important;
  left: calc(50.00% - 77px) !important;
  width: 177px !important;
  font-size: 8.9px !important;
  text-align: center !important;
  line-height: 7.9px !important;
  position: absolute !important;
  font-family: "Single Day", cursive !important;
  font-weight: 400 !important;
  color: #5b1133 !important;
  letter-spacing: 0 !important;
  z-index: 99999 !important;
}

/* =========================================================== */
/*  MOBILE RESPONSIVE                                          */
/* =========================================================== */

@media (max-width: 600px) {
  .back-home {
    font-size: 11px;
    padding: 5px 12px;
    top: 29px;
    left: 15px;
  }

  .page-title {
    font-size: 18px;
  }

  .page-subtitle {
    font-size: 11px;
  }

  .hero-image {
    height: 220px;
  }

  .hero-text h2 {
    font-size: 18px;
  }

  .hero-text p {
    font-size: 15px;
  }

  .story-section h3 {
    font-size: 22px;
  }

  .story-content p {
    font-size: 13px;
  }

  .story-quote span {
    font-size: 13px;
  }

  .promise-card {
    width: 150px;
    padding: 20px 15px;
  }

  .promise-icon {
    font-size: 26px;
  }

  .promise-card h4 {
    font-size: 13px;
  }

  .difference-item {
    flex-direction: column !important;
    text-align: center;
    padding: 20px;
  }

  .diff-image {
    width: 120px;
    height: 120px;
  }

  .diff-text h4 {
    font-size: 15px;
  }

  .love-card {
    width: 180px;
    padding: 20px 15px;
  }

  .love-card p {
    font-size: 12px;
  }

  .cta-box {
    padding: 30px 20px;
  }

  .cta-box h3 {
    font-size: 22px;
  }

  .cta-btn {
    font-size: 12px;
    padding: 8px 25px;
  }


}