/* =========================================================== */
/*  DISCOVER PAGE - LONG, DETAILED, DREAMY BRAND STORY         */
/* =========================================================== */

.mobile-only.discover-page {
  padding-bottom: 50px;
  height: 3310px;
  position: relative;
  display: block;
}

/* ====== HEADER ====== */
.mobile-only .discover-header {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  text-align: center;
}

.mobile-only .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;
}

.mobile-only .back-home:hover {
  transform: scale(1.05);
  background: #ffcbe5;
  color: white;
}

.mobile-only .page-title {
  font-family: "Dreamy Notes Script";
  font-size: 32px;
  color: #5b1133;
  margin-bottom: 5px;
}

.mobile-only .page-subtitle {
  font-family: "Single Day", cursive;
  font-size: 13px;
  color: #5b1133;
  margin-bottom: 30px;
}

/* =========================================================== */
/*  HERO SECTION                                                */
/* =========================================================== */

.mobile-only .hero-section {
  position: relative;
  z-index: 10;
  max-width: 700px;
  margin: 0 auto 50px;
  padding: 0 15px;
}

.mobile-only .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;
}

.mobile-only .hero-text {
  text-align: center;
}

.mobile-only .hero-text h2 {
  font-family: "Dreamy Notes Script";
  font-size: 26px;
  color: #5b1133;
  margin-bottom: 12px;
}

.mobile-only .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                                               */
/* =========================================================== */

.mobile-only .story-section {
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 15px;
  text-align: center;
}

.mobile-only .story-section h3 {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  margin-bottom: 20px;
}

.mobile-only .story-content p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  line-height: 1.9;
  margin-bottom: 20px;
}

.mobile-only .story-quote {
  margin-top: 25px;
  padding: 20px;
  background: #ffe8f3;
  border-radius: 34.6px;
  border: 1px solid #ffadd6;
}

.mobile-only .story-quote span {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 15px;
  color: #5b1133;
  font-style: italic;
}

/* =========================================================== */
/*  PROMISE SECTION                                             */
/* =========================================================== */

.mobile-only .promise-section {
  position: relative;
  z-index: 10;
  max-width: 850px;
  margin: 0 auto 50px;
  padding: 0 15px;
  text-align: center;
}

.mobile-only .promise-section h3 {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  margin-bottom: 10px;
}

.mobile-only .promise-intro {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #8a6a7a;
  margin-bottom: 25px;
}

.mobile-only .promise-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.mobile-only .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;
}

.mobile-only .promise-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 125, 125, 0.15);
}

.mobile-only .promise-icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.mobile-only .promise-card h4 {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  margin-bottom: 8px;
}

.mobile-only .promise-card p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 11px;
  color: #8a6a7a;
  line-height: 1.5;
}

/* =========================================================== */
/*  DIFFERENCE SECTION                                          */
/* =========================================================== */

.mobile-only .difference-section {
  position: relative;
  z-index: 10;
  max-width: 700px;
  margin: 0 auto 50px;
  padding: 0 15px;
}

.mobile-only .difference-section h3 {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  text-align: center;
  margin-bottom: 30px;
}

.mobile-only .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;
}

.mobile-only .difference-item.reverse {
  flex-direction: row-reverse;
}

.mobile-only .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;
}

.mobile-only .diff-text h4 {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 16px;
  color: #5b1133;
  margin-bottom: 6px;
}

.mobile-only .diff-text p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  line-height: 1.6;
}

/* =========================================================== */
/*  LOVE NOTES (TESTIMONIALS)                                   */
/* =========================================================== */

.mobile-only .love-section {
  position: relative;
  z-index: 10;
  max-width: 850px;
  margin: 0 auto 50px;
  padding: 0 15px;
  text-align: center;
}

.mobile-only .love-section h3 {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  margin-bottom: 25px;
}

.mobile-only .love-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.mobile-only .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;
}

.mobile-only .love-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 125, 125, 0.15);
}

.mobile-only .love-card p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  line-height: 1.6;
  margin-bottom: 10px;
  font-style: italic;
}

.mobile-only .love-card span {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 11px;
  color: #8a6a7a;
}

/* =========================================================== */
/*  CTA SECTION                                                 */
/* =========================================================== */

.mobile-only .cta-section {
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 15px;
  text-align: center;
}

.mobile-only .cta-box {
  background: #ffe8f3;
  border-radius: 34.6px;
  padding: 40px 25px;
  border: 1px solid #ffadd6;
}

.mobile-only .cta-box h3 {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  margin-bottom: 10px;
}

.mobile-only .cta-box p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  margin-bottom: 20px;
}

.mobile-only .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;
}

.mobile-only .cta-btn:hover {
  background: #ffcbe5;
  color: white;
  transform: scale(1.05);
}

/* =========================================================== */
/*  FOOTER - EXACTLY FROM MAIN PAGE                             */
/* =========================================================== */

.mobile-only .footer-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 30px;
  min-height: 120px;
}

.mobile-only .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;
}

.mobile-only .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) {
  .mobile-only .back-home {
    font-size: 11px;
    padding: 5px 12px;
    top: 29px;
    left: 15px;
  }

  .mobile-only .page-title {
    font-size: 18px;
  }

  .mobile-only .page-subtitle {
    font-size: 11px;
  }

  .mobile-only .hero-image {
    height: 220px;
  }

  .mobile-only .hero-text h2 {
    font-size: 18px;
  }

  .mobile-only .hero-text p {
    font-size: 15px;
  }

  .mobile-only .story-section h3 {
    font-size: 22px;
  }

  .mobile-only .story-content p {
    font-size: 13px;
  }

  .mobile-only .story-quote span {
    font-size: 13px;
  }

  .mobile-only .promise-card {
    width: 150px;
    padding: 20px 15px;
  }

  .mobile-only .promise-icon {
    font-size: 26px;
  }

  .mobile-only .promise-card h4 {
    font-size: 13px;
  }

  .mobile-only .difference-item {
    flex-direction: column !important;
    text-align: center;
    padding: 20px;
  }

  .mobile-only .diff-image {
    width: 120px;
    height: 120px;
  }

  .mobile-only .diff-text h4 {
    font-size: 15px;
  }

  .mobile-only .love-card {
    width: 180px;
    padding: 20px 15px;
  }

  .mobile-only .love-card p {
    font-size: 12px;
  }

  .mobile-only .cta-box {
    padding: 30px 20px;
  }

  .mobile-only .cta-box h3 {
    font-size: 22px;
  }

  .mobile-only .cta-btn {
    font-size: 12px;
    padding: 8px 25px;
  }
}

/* ============================================================ */
/* ===== 🖥️ BRAND NEW LAPTOP/TABLET DESIGN 🖥️ ===== */
/* ============================================================ */

/* Hide laptop version on phones */
@media (max-width: 767px) {
    .desktop-wrapper { display: none !important; }
}

/* Show laptop version on tablets and laptops */
@media (min-width: 768px) {
    .mobile-only { display: none !important; }
    
    body {
        background: #fff0f6;
        display: flex;
        justify-content: center;
        padding: 40px;
    }

    .desktop-wrapper {
        max-width: 1200px;
        width: 100%;
        background: #fff5fa;
        border-radius: 40px;
        box-shadow: 0 20px 60px rgba(255, 173, 214, 0.1);
        overflow: hidden;
        padding: 40px 50px 50px 50px;
        font-family: "Single Day", "KNMaiyuan-Regular", sans-serif;
        color: #5b1133;
    }

    /* ===== HEADER ===== */
    .d-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid #ffe8f3;
        margin-bottom: 30px;
    }
    .d-back {
        font-family: "Dreamy Notes Script";
        color: #5b1133;
        font-size: 16px;
        text-decoration: none;
        background: #ffe8f3;
        padding: 8px 20px;
        border-radius: 30px;
        border: 1px solid #ffadd6;
        transition: all 0.3s ease;
    }
    .d-back:hover { transform: scale(1.05); background: #ffcbe5; }
    .d-title {
        font-family: "Dreamy Notes Script";
        font-size: 38px;
        margin: 0;
        color: #5b1133;
    }

    /* ===== HERO ===== */
    .d-hero {
        display: flex;
        align-items: center;
        gap: 40px;
        margin-bottom: 50px;
    }
    .d-hero-img {
        flex: 1;
        height: 350px;
        border-radius: 30px;
        background-size: cover !important;
        background-position: center !important;
        border: 1px solid #ffe8f3;
    }
    .d-hero-text {
        flex: 1;
    }
    .d-hero-text h2 {
        font-family: "Dreamy Notes Script";
        font-size: 32px;
        color: #5b1133;
        margin-bottom: 15px;
    }
    .d-hero-text p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 15px;
        color: #5b1133;
        line-height: 1.8;
    }

    /* ===== STORY ===== */
    .d-section { margin-bottom: 50px; }
    .d-subtitle {
        font-family: "Dreamy Notes Script";
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
        color: #5b1133;
    }
    .d-story-content {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }
    .d-story-content p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 15px;
        color: #5b1133;
        line-height: 1.9;
        margin-bottom: 15px;
    }
    .d-quote {
        background: #ffe8f3;
        padding: 20px;
        border-radius: 30px;
        border: 1px solid #ffadd6;
        font-family: "Vividly-Regular", Helvetica;
        font-size: 16px;
        color: #5b1133;
        font-style: italic;
        margin-top: 20px;
    }

    /* ===== PROMISE GRID ===== */
    .d-intro {
        text-align: center;
        color: #8a6a7a;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .d-grid-4 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }
    .d-card {
        background: #ffffff;
        border-radius: 30px;
        padding: 30px 20px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(255, 125, 125, 0.05);
        border: 1px solid #ffe8f3;
        transition: all 0.3s ease;
    }
    .d-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(255, 125, 125, 0.15);
    }
    .d-icon {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .d-card h4 {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 16px;
        color: #5b1133;
        margin-bottom: 8px;
    }
    .d-card p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 13px;
        color: #8a6a7a;
        line-height: 1.5;
    }

    /* ===== DIFFERENCE ===== */
    .d-diff-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .d-diff-item {
        display: flex;
        align-items: center;
        gap: 30px;
        background: #ffffff;
        border-radius: 30px;
        padding: 25px;
        margin-bottom: 20px;
        box-shadow: 0 4px 15px rgba(255, 125, 125, 0.05);
        border: 1px solid #ffe8f3;
    }
    .d-diff-item.reverse { flex-direction: row-reverse; }
    .d-diff-img {
        width: 160px;
        height: 160px;
        border-radius: 20px;
        background-size: cover !important;
        background-position: center !important;
        flex-shrink: 0;
        border: 1px solid #ffe8f3;
    }
    .d-diff-text h4 {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 18px;
        color: #5b1133;
        margin-bottom: 8px;
    }
    .d-diff-text p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
        line-height: 1.6;
    }

    /* ===== LOVE NOTES ===== */
    .d-grid-3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    .d-love-card {
        background: #ffffff;
        border-radius: 30px;
        padding: 30px 20px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(255, 125, 125, 0.05);
        border: 1px solid #ffe8f3;
        transition: all 0.3s ease;
    }
    .d-love-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(255, 125, 125, 0.15);
    }
    .d-love-card p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
        line-height: 1.6;
        margin-bottom: 10px;
        font-style: italic;
    }
    .d-love-card span {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 12px;
        color: #8a6a7a;
    }

    /* ===== CTA ===== */
    .d-cta-box {
        background: #ffe8f3;
        border-radius: 30px;
        padding: 50px 30px;
        text-align: center;
        border: 1px solid #ffadd6;
        max-width: 600px;
        margin: 0 auto;
    }
    .d-cta-box h3 {
        font-family: "Dreamy Notes Script";
        font-size: 30px;
        color: #5b1133;
        margin-bottom: 10px;
    }
    .d-cta-box p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 15px;
        color: #5b1133;
        margin-bottom: 20px;
    }
    .d-cta-btn {
        background: #ffffff;
        border: 1px solid #ffadd6;
        border-radius: 30px;
        padding: 12px 35px;
        font-family: "Vividly-Regular", Helvetica;
        color: #5b1133;
        font-size: 15px;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
    }
    .d-cta-btn:hover {
        background: #ffcbe5;
        color: white;
        transform: scale(1.05);
    }

    /* ===== FOOTER ===== */
    .d-footer {
        margin-top: 40px;
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid #ffe8f3;
    }
    .d-footer-box {
        background: #ffe8f3;
        border-radius: 30px;
        padding: 30px 20px;
        max-width: 600px;
        margin: 0 auto;
    }
    .d-footer-text {
        font-family: "Single Day", cursive;
        color: #5b1133;
        font-size: 14px;
        line-height: 1.6;
    }
}