@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  min-height: 100%;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Single Day-Regular";
  src: local("Single Day-Regular");
}
@font-face {
    font-family: "Vividly-Regular";
    src: url("./Vividly-Regular.otf") format("woff2"),
         url("./Vividly-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "Vividly-Regular";
  src: local("Vividly-Regular");
}

/* ============================================================ */
/* ===== 📱 MOBILE SCREEN (YOUR ORIGINAL DESIGN) 📱 ===== */
/* ============================================================ */
.mobile-only.screen {
  background-color: #fff5fa;
  overflow-x: hidden;
  width: 100%;
  min-width: 390px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 80px;
  display: block;
}

.mobile-only .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  position: relative;
  z-index: 10;
}

.mobile-only .logo {
  font-family: "Single Day";
  font-size: 28px;
  color: #5b1133;
}

.mobile-only .back-btn {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  border: 1.5px solid #ffd5ea;
  padding: 10px 20px;
  border-radius: 50px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.mobile-only .back-btn:hover {
  background: #ffe3f1;
}

.mobile-only .ellipse-main {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
  z-index: 0;
}

.mobile-only .ellipse-2 {
  position: absolute;
  top: 400px;
  left: -100px;
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
  z-index: 0;
}

.mobile-only .ellipse-3 {
  position: absolute;
  top: 1000px;
  right: -100px;
  width: 350px;
  height: 350px;
  background-color: #ffffff;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  z-index: 0;
}

.mobile-only .ellipse-4 {
  position: absolute;
  top: 1800px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  background-color: #ffffff;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.4;
  z-index: 0;
}

.mobile-only .hero-section {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 20px 80px;
}

.mobile-only .hero-badge {
  display: inline-block;
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  background: #ffffff;
  padding: 8px 24px;
  border-radius: 50px;
  border: 1.5px solid #ffd5ea;
  margin-bottom: 20px;
}

.mobile-only .hero-title {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 48px;
  color: #5b1133;
  line-height: 1.2;
  margin-bottom: 20px;
}

.mobile-only .hero-sub {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 16px;
  color: #5b1133;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto 40px;
}

.mobile-only .hero-image-container {
  width: 100%;
  max-width: 500px;
  height: 300px;
  margin: 0 auto;
  border-radius: 50px;
  border: 2px solid #ffd5ea;
  overflow: hidden;
  position: relative;
}

.mobile-only .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mobile-only .section {
  position: relative;
  z-index: 1;
  padding: 60px 40px;
  max-width: 800px;
  margin: 0 auto;
}

.mobile-only .section-number {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 40px;
  color: #5b1133;
  margin-bottom: 10px;
}

.mobile-only .section-title {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 32px;
  color: #5b1133;
  margin-bottom: 30px;
}

.mobile-only .story-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mobile-only .story-text p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 16px;
  color: #5b1133;
  line-height: 1.8;
  margin-bottom: 15px;
}

.mobile-only .story-text strong {
  font-weight: bold;
}

.mobile-only .story-image {
  width: 100%;
  height: 200px;
  border-radius: 30px;
  border: 2px solid #ffd5ea;
  overflow: hidden;
}

.mobile-only .story-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mobile-only .philosophy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.mobile-only .philosophy-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 30px;
  border: 1.5px solid #ffd5ea;
  text-align: center;
  transition: all 0.3s ease;
}

.mobile-only .philosophy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 213, 234, 0.3);
}

.mobile-only .philosophy-icon {
  font-size: 36px;
  margin-bottom: 10px;
}

.mobile-only .philosophy-card h3 {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 20px;
  color: #5b1133;
  margin-bottom: 10px;
}

.mobile-only .philosophy-card p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  line-height: 1.6;
}

.mobile-only .why-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mobile-only .why-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  border: 1.5px solid #ffd5ea;
}

.mobile-only .why-number {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 24px;
  color: #5b1133;
  min-width: 40px;
}

.mobile-only .why-text h3 {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 18px;
  color: #5b1133;
  margin-bottom: 5px;
}

.mobile-only .why-text p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  line-height: 1.6;
}

.mobile-only .products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.mobile-only .product-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 30px;
  border: 1.5px solid #ffd5ea;
  text-align: center;
}

.mobile-only .product-img {
  width: 100%;
  height: 150px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}

.mobile-only .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mobile-only .product-card h3 {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 18px;
  color: #5b1133;
  margin-bottom: 8px;
}

.mobile-only .product-card p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
}

.mobile-only .testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.mobile-only .testimonial-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 30px;
  border: 1.5px solid #ffd5ea;
  text-align: center;
}

.mobile-only .stars {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffc0e0;
}

.mobile-only .testimonial-card p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 15px;
  color: #5b1133;
  line-height: 1.6;
  margin-bottom: 10px;
}

.mobile-only .testimonial-card .author {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
}

.mobile-only .cta-section {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 60px 20px;
}

.mobile-only .cta-title {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 32px;
  color: #5b1133;
  margin-bottom: 20px;
  line-height: 1.3;
}

.mobile-only .cta-btn {
  display: inline-block;
  font-family: "Vividly-Regular", Helvetica;
  font-size: 16px;
  color: #5b1133;
  background: #ffffff;
  padding: 15px 40px;
  border-radius: 50px;
  border: 1.5px solid #ffd5ea;
  transition: all 0.3s ease;
}

.mobile-only .cta-btn:hover {
  background: #ffe3f1;
  transform: scale(1.05);
}

.mobile-only .footer {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 20px;
}

.mobile-only .footer p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  line-height: 1.8;
}

/* ============================================================ */
/* ===== SCROLL ANIMATIONS (MOBILE) ===== */
/* ============================================================ */
.mobile-only .animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-only .animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-only .animate-on-scroll.delay-1 { transition-delay: 0.1s; }
.mobile-only .animate-on-scroll.delay-2 { transition-delay: 0.2s; }
.mobile-only .animate-on-scroll.delay-3 { transition-delay: 0.3s; }
.mobile-only .animate-on-scroll.delay-4 { transition-delay: 0.4s; }
.mobile-only .animate-on-scroll.delay-5 { transition-delay: 0.5s; }

.mobile-only .animate-on-scroll.slide-left {
  transform: translateX(-40px);
}
.mobile-only .animate-on-scroll.slide-left.visible {
  transform: translateX(0);
}

.mobile-only .animate-on-scroll.slide-right {
  transform: translateX(40px);
}
.mobile-only .animate-on-scroll.slide-right.visible {
  transform: translateX(0);
}

.mobile-only .animate-on-scroll.scale-up {
  transform: scale(0.9);
}
.mobile-only .animate-on-scroll.scale-up.visible {
  transform: scale(1);
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.mobile-only .load-fade-down {
  animation: fadeInDown 0.8s ease forwards;
}

.mobile-only .load-fade-up {
  animation: fadeInUp 0.8s ease forwards;
}

.mobile-only .load-fade-scale {
  animation: fadeInScale 0.8s ease forwards;
}

.mobile-only .load-delay-1 { animation-delay: 0.1s; opacity: 0; }
.mobile-only .load-delay-2 { animation-delay: 0.2s; opacity: 0; }
.mobile-only .load-delay-3 { animation-delay: 0.3s; opacity: 0; }
.mobile-only .load-delay-4 { animation-delay: 0.4s; opacity: 0; }

@media (max-width: 600px) {
  .mobile-only .header { padding: 20px; }
  .mobile-only .logo { font-size: 22px; }
  .mobile-only .back-btn { font-size: 12px; padding: 8px 16px; }
  .mobile-only .hero-title { font-size: 32px; }
  .mobile-only .section { padding: 40px 20px; }
  .mobile-only .section-title { font-size: 26px; }
  .mobile-only .philosophy-grid { grid-template-columns: 1fr; }
  .mobile-only .cta-title { font-size: 26px; }
}

/* ============================================================ */
/* ===== 🖥️ 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", "Vividly-Regular", sans-serif;
        color: #5b1133;
    }

    /* ===== HEADER ===== */
    .d-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #ffd5ea;
        margin-bottom: 40px;
    }
    .d-logo {
        font-family: "Single Day";
        font-size: 28px;
        color: #5b1133;
    }
    .d-back-btn {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
        border: 1.5px solid #ffd5ea;
        padding: 10px 25px;
        border-radius: 50px;
        background: #ffffff;
        transition: all 0.3s ease;
    }
    .d-back-btn:hover { background: #ffe3f1; transform: scale(1.05); }

    /* ===== HERO ===== */
    .d-hero {
        display: flex;
        align-items: center;
        gap: 50px;
        margin-bottom: 50px;
    }
    .d-hero-content { flex: 1; }
    .d-hero-badge {
        display: inline-block;
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
        background: #ffffff;
        padding: 8px 24px;
        border-radius: 50px;
        border: 1.5px solid #ffd5ea;
        margin-bottom: 15px;
    }
    .d-hero-content h1 {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 52px;
        color: #5b1133;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .d-hero-content p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 16px;
        color: #5b1133;
        line-height: 1.6;
        max-width: 500px;
    }
    .d-hero-image {
        flex: 1;
        height: 350px;
        border-radius: 40px;
        border: 2px solid #ffd5ea;
        overflow: hidden;
    }
    .d-hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* ===== SECTIONS ===== */
    .d-section { margin-bottom: 50px; }
    .d-alt {
        background: #ffffff;
        border-radius: 30px;
        padding: 40px 30px;
        border: 1px solid #ffd5ea;
    }
    .d-section-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
    }
    .d-number {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 40px;
        color: #5b1133;
    }
    .d-section-header h2 {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 32px;
        color: #5b1133;
    }

    /* ===== STORY ===== */
    .d-story-grid {
        display: flex;
        gap: 40px;
        align-items: center;
    }
    .d-story-text { flex: 1; }
    .d-story-text p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 16px;
        color: #5b1133;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .d-story-text strong { font-weight: bold; }
    .d-story-image {
        flex: 1;
        height: 250px;
        border-radius: 30px;
        border: 2px solid #ffd5ea;
        overflow: hidden;
    }
    .d-story-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* ===== PHILOSOPHY ===== */
    .d-grid-4 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .d-card {
        background: #fff5fa;
        padding: 30px 20px;
        border-radius: 30px;
        border: 1.5px solid #ffd5ea;
        text-align: center;
        transition: all 0.3s ease;
    }
    .d-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(255, 213, 234, 0.3); }
    .d-icon { font-size: 36px; margin-bottom: 10px; }
    .d-card h3 {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 20px;
        color: #5b1133;
        margin-bottom: 10px;
    }
    .d-card p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
        line-height: 1.6;
    }

    /* ===== WHY ===== */
    .d-why-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .d-why-item {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        background: #ffffff;
        padding: 20px;
        border-radius: 20px;
        border: 1.5px solid #ffd5ea;
    }
    .d-why-num {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 24px;
        color: #5b1133;
        min-width: 40px;
    }
    .d-why-item h3 {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 18px;
        color: #5b1133;
        margin-bottom: 5px;
    }
    .d-why-item p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
        line-height: 1.6;
    }

    /* ===== PRODUCTS ===== */
    .d-grid-3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    .d-product-card {
        background: #fff5fa;
        padding: 20px;
        border-radius: 30px;
        border: 1.5px solid #ffd5ea;
        text-align: center;
        transition: all 0.3s ease;
    }
    .d-product-card:hover { transform: translateY(-5px); }
    .d-product-img {
        width: 100%;
        height: 150px;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .d-product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .d-product-card h3 {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 18px;
        color: #5b1133;
        margin-bottom: 8px;
    }
    .d-product-card p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
    }

    /* ===== TESTIMONIALS ===== */
    .d-testimonial {
        background: #ffffff;
        padding: 30px 20px;
        border-radius: 30px;
        border: 1.5px solid #ffd5ea;
        text-align: center;
        transition: all 0.3s ease;
    }
    .d-testimonial:hover { transform: translateY(-5px); }
    .d-stars { font-size: 20px; margin-bottom: 10px; color: #ffc0e0; }
    .d-testimonial p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 15px;
        color: #5b1133;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .d-author {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
    }

    /* ===== CTA ===== */
    .d-cta {
        margin: 40px auto 0;
        max-width: 700px;
    }
    .d-cta-box {
        background: #ffffff;
        padding: 50px 30px;
        border-radius: 30px;
        border: 1.5px solid #ffd5ea;
        text-align: center;
    }
    .d-cta-box h2 {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 32px;
        color: #5b1133;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .d-cta-btn {
        display: inline-block;
        font-family: "Vividly-Regular", Helvetica;
        font-size: 16px;
        color: #5b1133;
        background: #fff5fa;
        padding: 15px 40px;
        border-radius: 50px;
        border: 1.5px solid #ffd5ea;
        transition: all 0.3s ease;
    }
    .d-cta-btn:hover { background: #ffe3f1; transform: scale(1.05); }

    /* ===== FOOTER ===== */
    .d-footer {
        margin-top: 50px;
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid #ffd5ea;
    }
    .d-footer-box {
        background: #ffffff;
        border-radius: 30px;
        padding: 30px 20px;
        max-width: 500px;
        margin: 0 auto;
        border: 1px solid #ffd5ea;
    }
    .d-footer-box p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
        line-height: 1.8;
    }
}