@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
     
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f5f4ff 40%,
    #fdf1f6 100%
  );
  font-family: 'Cabin',"Sans-serif";
}

      
    
   .intro-section {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  align-items: flex-start;
}

.intro-content {
  display: flex;
  width: 50%;
  align-items: center;
  padding: 50px 50px;
  flex-direction: column;
}

.intro-content h1 {
  font-size: 3.5em;
  color: #5149c5;
  font-weight: 600;
}

.intro-content p {
  font-size: 18px;
  line-height: 22px;
  color: #9895C8;
  margin-top: 20px;
}

.intro-content strong {
  margin-top: 30px;
  color: #ED6E9B;
  font-size: 1.6em;
}

.intro-image {
  width: 50%;
}

.intro-image img {
  width: 100%;
  height: auto;
  padding: 30px 50px;
  transition: transform 0.3s ease;
}

.intro-image img:hover {
  transform: scale(1.2);
}

 .challenge {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0;
  background-color: #fff;
}

.challenge-content {
  width: 100%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
}

.challenge-content h1 {
  font-size: 3em;
  color: #5149c5;
  font-weight: 600;
  margin-bottom: 25px;
}

.challenge-content p {
  font-size: 18px;
  color: #9895C8;
  line-height: 22px;
  margin-bottom: 20px;
}

.challenge-content strong {
  color: #ED6E9B;
  font-size: 1.6em;
  margin: 25px 0 15px;
}

.challenge-content ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 25px;
}

.challenge-content ul li {
  font-size: 18px;
  color: #9895C8;
  margin-bottom: 8px;
}

.challenge-content .highlight {
  color: #5149c5;
  font-weight: 600;
}
.why-section{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px 50px;
}
.why-section h1{
  color: #5149c5;
  padding-top: 40px;
  font-size: 3em;
  font-weight: 600;

}
.why-section p{
    color:#ED6E9B;
    font-size: 1.6em;
    padding: 20px 20px;
    font-weight: 600;
}
.why-section strong{
    font-size: 30px;
    color: #5149c5;
    margin-bottom: 20px;
}
.why-section ul{
 padding: 15px 30px;
}
.why-section ul li{
  
    font-size: 18px;
    margin-bottom: 16px;
    color: #ED6E9B;
}
.occasion {
  display: flex;
  justify-content: flex-start;
  padding: 90px 0;
  background-color: #fff;
}

.occasion-content {
  width: 50%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
}

.occasion-content h1 {
  font-size: 3em;
  color: #5149c5;
  font-weight: 600;
  margin-bottom: 25px;
}

.occasion-content .intro {
  font-size: 1.6em;
  color: #ED6E9B;
  font-weight: 600;
  margin-bottom: 20px;
}

.occasion-content p {
  font-size: 18px;
  color: #9895C8;
  line-height: 1.7;
  margin-bottom: 22px;
}

.occasion-content p span {
  color: #5149c5;
  font-weight: 600;
}

.occasion-content p em {
  color: #ED6E9B;
  font-style: normal;
  font-weight: 500;
}

.occasion-content strong {
  color: #5149c5;
  font-weight: 600;
}

.occasion-content ul {
  margin-left: 20px;
  margin-bottom: 30px;
}

.occasion-content ul li {
  font-size: 18px;
  color: #9895C8;
  margin-bottom: 10px;
}

.occasion-content .closing {
  font-size: 18px;
  color: #9895C8;
  line-height: 1.8;
}
.occasion-image{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 40px;
}
.occasion-image img{
    width:30% ;
}
.technology-section{
     display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px 50px;
}
.technology-section h1{
    margin-top: 40px;
    font-size: 3em;
  color: #5149c5;
  font-weight: 600;
  margin-bottom: 40px; 
}
.technology-section strong{
  font-size: 1.6em;
  color: #9895C8;
  line-height: 1.7;
  margin-bottom: 22px;
}
.technology-section p{
    font-size: 18px;
  color: #9895C8;
  line-height: 1.7;
  margin-bottom: 22px;
}
/* THIRD SECTION */
.third-section {
  padding: 100px 50px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.third-section h1 {
  font-size: 3em;
  color: #5149c5;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
  max-width: 1200px;
}

.third-section p {
  font-size: 18px;
  color: #9895C8;
  line-height: 1.7;
  text-align: left;
  max-width: 1200px;
  margin-bottom: 60px;
}

/* Cards container */
.designer-section {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}

/* Individual card */
.designer-section .card {
  width: 280px;
  height: 280px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

/* Hover effect */
.designer-section .card:hover {
  transform: translateY(-10px) scale(1.03);
 
}

/* Card image */
.designer-section .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SHARED SECTIONS */
.connection-section,
.brand-section,
.future-section {
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
}

.connection-section h1,
.brand-section h1,
.future-section h1 {
  font-size: 3em;
  color: #5149c5;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
  max-width: 900px;
}

.connection-section p,
.future-section p {
  font-size: 18px;
  color: #9895C8;
  line-height: 1.7;
  text-align: left;
  max-width: 800px;
  margin-bottom: 20px;
}

.connection-section strong,
.brand-section strong,
.future-section strong {
  color: #5149c5;
  font-weight: 600;
}

.connection-section .highlight {
  color: #ED6E9B;
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 20px;
}

/* Brand section */
.brand-section .intro {
  font-size: 1.5em;
  color: #ED6E9B;
  font-weight: 600;
  margin-bottom: 30px;
}

.brand-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.brand-list li {
  font-size: 18px;
  color: #9895C8;
  margin-bottom: 15px;
  text-align: left;
}

.brand-lines p {
  font-size: 18px;
  color: #5149c5;
  font-weight: 600;
  text-align: left;
  margin-bottom: 8px;
}

/* Future section */
.future-section .closing {
  font-size: 1.6em;
  color: #ED6E9B;
  font-weight: 600;
  margin-top: 30px;
}

.future-section .welcome {
  font-size: 1.2em;
  color: #5149c5;
  margin-top: 15px;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .designer-section {
    flex-direction: column;
  }

  .designer-section .card {
    width: 100%;
    max-width: 320px;
  }

  .third-section,
  .connection-section,
  .brand-section,
  .future-section {
    padding: 60px 20px;
  }

  .connection-section h1,
  .brand-section h1,
  .future-section h1,
  .third-section h1 {
    font-size: 2.4em;
  }

  .connection-section p,
  .future-section p,
  .brand-list li,
  .third-section p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {

  /* Global spacing */
  body {
    overflow-x: hidden;
  }

  /* INTRO SECTION */
.intro-section {
  flex-direction: column;
  padding: 20px 0;
}

.intro-content,
.intro-image {
  width: 100%;
  padding: 20px;
}

.intro-content h1 {
  font-size: 2.2em;
  text-align: center;
}

.intro-content p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.intro-content strong {
  font-size: 1.3em;
  text-align: center;
}

.intro-image img {
  padding: 20px;
  transform: none;
}


  /* CHALLENGE SECTION */
  .challenge {
    padding: 40px 0;
  }

  .challenge-content {
    padding: 0 20px;
  }

  .challenge-content h1 {
    font-size: 2.2em;
    text-align: left;
  }

  .challenge-content p,
  .challenge-content ul li {
    font-size: 16px;
    line-height: 22px;
  }

  .challenge-content strong {
    font-size: 1.3em;
  }

  /* WHY SECTION */
  .why-section {
    padding: 30px 20px;
  }

  .why-section h1 {
    font-size: 2.2em;
  }

  .why-section p {
    font-size: 1.3em;
    padding: 10px 0;
  }

  .why-section ul {
    padding: 10px 15px;
  }

  .why-section ul li {
    font-size: 16px;
  }

  /* OCCASION SECTION */
  .occasion {
    flex-direction: column;
    padding: 50px 0;
  }

  .occasion-content {
    width: 100%;
    padding: 0 20px;
  }

  .occasion-content h1 {
    font-size: 2.2em;
  }

  .occasion-content .intro {
    font-size: 1.3em;
  }

  .occasion-content p,
  .occasion-content ul li {
    font-size: 16px;
  }

  .occasion-image {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .occasion-image img {
    width: 100%;
    max-width: 280px;
  }

  /* TECHNOLOGY SECTION */
  .technology-section {
    padding: 40px 20px;
  }

  .technology-section h1 {
    font-size: 2.2em;
    margin-bottom: 20px;
  }

  .technology-section strong,
  .technology-section p {
    font-size: 16px;
  }

  /* THIRD SECTION */
  .third-section {
    padding: 60px 20px;
  }

  .third-section h1 {
    font-size: 2.2em;
  }

  .third-section p {
    font-size: 16px;
    margin-bottom: 40px;
  }

  /* CARDS */
  .designer-section {
    flex-direction: column;
    padding: 0;
  }

  .designer-section .card {
    width: 90%;
    height: 260px;
  }

  /* CONNECTION / BRAND / FUTURE SECTIONS */
  .connection-section,
  .brand-section,
  .future-section {
    padding: 60px 20px;
  }

  .connection-section h1,
  .brand-section h1,
  .future-section h1 {
    font-size: 2.2em;
  }

  .connection-section p,
  .future-section p,
  .brand-list li {
    font-size: 16px;
  }

  .brand-section .intro {
    font-size: 1.3em;
  }

  .brand-lines p {
    font-size: 16px;
  }

  .future-section .closing {
    font-size: 1.4em;
    text-align: center;
  }

  .future-section .welcome {
    font-size: 1.1em;
    text-align: center;
  }
}
.store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 6px;
  background: linear-gradient(
    135deg,
    #5149c5,
    #ED6E9B
  );
  box-shadow: 0 12px 30px rgba(81, 73, 197, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
}

.store-btn img {
  width: 300px;
  height: 88px;
  border-radius: 24px;
  background: #fff;
}

/* Hover effect */
.store-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 45px rgba(81, 73, 197, 0.35);
}

/* Active (click) */
.store-btn:active {
  transform: translateY(-1px) scale(0.99);
  box-shadow: 0 10px 25px rgba(81, 73, 197, 0.25);
}
