* {
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
}

body {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 10%,
    #fdd9c0 50%,
    #cc9566 100%
  );
  min-height: 100vh;
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  height: 80vh;
}

.welcome-container {
  max-width: 900px;
}

.title-group {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.welcome-text {
  font-size: 3rem;
  color: #6b3e2e;
  margin-bottom: 5px;
  font-family: "Unbounded", sans-serif;
}

.brand-name {
  font-family: "Unbounded", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(90deg, #76d7ea 22%, #f97fa0 63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tagline {
  color: #6b3e2e;
  font-size: 1.4rem;
  margin: 20px 0 40px;
  line-height: 1.6;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
.buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.btn {
  display: inline-block;
  background-color: #fdd9c0;
  color: #6b3e2e;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 30px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.shop-now {
  background-color: #f97fa0;
  color: #ffffff;
  border: 3px solid #f97fa0;
}

.shop-now:hover {
  background-color: #dd6c8a;
}

.learn-more {
  background-color: #fff;
  border: 3px solid #76d7ea;
}

.learn-more:hover {
  background-color: #76d7ea;
}

.floating-elements {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.floating-elements i {
  position: absolute;
  font-size: 3rem;
  opacity: 0.5;
  color: #f97fa0;
  animation: floatUpDown 6s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}

.fa-heart:nth-child(1) {
  left: 5%;
  top: 20%;
  animation-delay: 0s;
}
.fa-star:nth-child(2) {
  left: 20%;
  top: 50%;
  animation-delay: 1s;
}
.fa-heart:nth-child(3) {
  left: 40%;
  top: 30%;
  animation-delay: 2s;
}
.fa-star:nth-child(4) {
  left: 60%;
  top: 70%;
  animation-delay: 1.5s;
}
.fa-heart:nth-child(5) {
  left: 80%;
  top: 35%;
  animation-delay: 0.5s;
}
.fa-star:nth-child(6) {
  left: 10%;
  top: 80%;
  animation-delay: 2.5s;
}
.fa-heart:nth-child(7) {
  left: 50%;
  top: 85%;
  animation-delay: 1s;
}
.fa-star:nth-child(8) {
  left: 70%;
  top: 20%;
  animation-delay: 1.8s;
}
.fa-heart:nth-child(9) {
  left: 90%;
  top: 65%;
  animation-delay: 0.8s;
}
.fa-star:nth-child(10) {
  left: 30%;
  top: 75%;
  animation-delay: 2.2s;
}

.floating-elements i:nth-child(even) {
  animation-duration: 8s;
}
.floating-elements i:nth-child(odd) {
  animation-duration: 6s;
}

.hero-section {
  position: relative;
  z-index: 1;
}

.featured-section {
  text-align: center;
  padding: 80px 20px;
}

.section-header {
  margin-bottom: 50px;
}

.section-title {
  color: #6b3e2e;
  font-family: "Unbounded", sans-serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.title-underline {
  width: 345px;
  height: 7px;
  background: linear-gradient(90deg, #f97fa0, #fdd9c0);
  border-radius: 20px;
  margin: 10px auto;
}

.section-subtitle {
  font-family: "Quicksand", sans-serif;
  font-size: 1.3rem;
  color: #6b3e2e;
  font-weight: 500;
}

.product-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.product-card {
  background: #fff;
  border-radius: 30px;
  width: 350px;
  position: relative;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 25px 25px 0 0;
}

.product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  padding: 6px 12px;
  color: #fff;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.product-badge.featured {
  background: linear-gradient(135deg, #f97316, #fb923c);
}

.product-badge.bestseller {
  background: linear-gradient(135deg, #ef4444, #f87171);
}

.product-badge.new {
  background: linear-gradient(135deg, #22c55e, #4ade80);
}

.product-badge.limited {
  background: linear-gradient(135deg, #6366f1, #818cf8);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.product-badge.limited {
  animation: pulse 1.6s infinite;
}

.wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  color: #6b3e2e;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.wishlist-btn i {
  font-size: 1rem;
}

.wishlist-btn:hover {
  background-color: rgba(249, 127, 160, 0.8);
  color: #fff;
  transform: scale(1.1);
}

.wishlist-btn.active {
  color: #f97fa0;
  background-color: rgba(255, 255, 255, 0.8);
}

.wishlist-btn.active i {
  color: #f97fa0;
}

.product-info {
  padding: 15px;
  text-align: left;
}

.product-rating {
  color: #f97fa0;
  font-size: 16px;
}

.product-rating span {
  color: #6b3e2e;
  font-size: 16px;
  margin-left: 6px;
}

.product-name {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  color: #6b3e2e;
  margin: 8px 0;
}

.price-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.product-price {
  color: #f97fa0;
  font-size: 20px;
  font-weight: bold;
}

.add-cart-btn {
  background: #f97fa0;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
}

.add-cart-btn i {
  margin-right: 10px;
}

.view-all-container {
  margin-top: 50px;
}

.view-all-btn {
  display: inline-block;
  background-color: #fff;
  border: 3px solid #76d7ea;
  color: #6b3e2e;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 30px;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  background-color: #76d7ea;
}

.newsletter {
  position: relative;
  text-align: center;
  padding: 100px;
}

.newsletter-title {
  color: #6b3e2e;
  font-family: "Unbounded", sans-serif;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}

.newsletter-bar {
  width: 345px;
  height: 7px;
  border-radius: 30px;
  margin: 10px auto;
  background: linear-gradient(90deg, #f97fa0 0%, #fdd9c0 50%, #dbac85 100%);
}

.newsletter-text {
  font-family: "Quicksand", sans-serif;
  font-size: 1.3rem;
  color: #6b3e2e;
  font-weight: 500;
  margin: 1rem 0 2rem 0;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.newsletter-input {
  width: 500px;
  height: 50px;
  padding: 0 20px;
  border: 2px solid #6b3e2e;
  border-radius: 50px;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  color: #6b3e2e;
}

.newsletter-input:focus {
  outline: none;
  border-color: #6b3e2e;
  box-shadow: 0 0 0 3px rgba(249, 128, 161, 0.3);
}

.newsletter-button {
  width: 160px;
  height: 50px;
  border: none;
  border-radius: 50px;
  background: #f97fa0;
  color: #fff;
  font-family: "Quicksand-Bold", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-button:hover {
  background: #fd91ae;
  border: 2px solid #f97fa0;
}

@media (max-width: 1024px) {
  .welcome-text,
  .brand-name {
    font-size: 2.4rem;
  }

  .tagline {
    font-size: 1.2rem;
  }

  .section-title,
  .newsletter-title {
    font-size: 32px;
  }

  .title-underline,
  .newsletter-bar {
    width: 260px;
  }

  .product-card {
    width: 300px;
  }

  .newsletter {
    padding: 80px 40px;
  }

  .newsletter-input {
    width: 380px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: auto;
    padding: 100px 20px 60px;
  }

  .title-group {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .welcome-text,
  .brand-name {
    font-size: 2rem;
  }

  .tagline {
    font-size: 1.1rem;
    margin: 16px 0 30px;
  }

  .buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .featured-section {
    padding: 60px 16px;
  }

  .section-title,
  .newsletter-title {
    font-size: 26px;
  }

  .title-underline,
  .newsletter-bar {
    width: 200px;
    height: 5px;
  }

  .section-subtitle,
  .newsletter-text {
    font-size: 1rem;
  }

  .product-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .product-card {
    width: 100%;
    max-width: 400px;
  }

  .product-image {
    height: 240px;
  }

  .newsletter {
    padding: 60px 20px;
  }

  .newsletter-form,
  #newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .newsletter-input {
    width: 100%;
    max-width: 420px;
  }

  .newsletter-button {
    width: 100%;
    max-width: 420px;
  }

  .floating-elements i {
    font-size: 2rem;
    opacity: 0.3;
  }
}

@media (max-width: 480px) {
  .welcome-text,
  .brand-name {
    font-size: 1.6rem;
  }

  .tagline {
    font-size: 1rem;
  }

  .section-title,
  .newsletter-title {
    font-size: 22px;
  }

  .btn {
    font-size: 0.8rem;
  }

  .product-name {
    font-size: 17px;
  }

  .product-price {
    font-size: 17px;
  }

  .add-cart-btn {
    font-size: 0.85rem;
    padding: 6px 10px;
  }

  .view-all-btn {
    font-size: 0.9rem;
    padding: 10px 22px;
  }

  .newsletter-input {
    font-size: 0.9rem;
  }

  .newsletter-button {
    font-size: 0.9rem;
  }

  .floating-elements i{
    display: none;
  }
}

@media (max-width: 435px) {
  .product-card {
    width: 320px;
  }
}

@media (max-width: 320px) {
  .hero-section {
    padding: 80px 16px 50px;
  }

  .welcome-text,
  .brand-name {
    font-size: 1.35rem;
  }

  .tagline {
    font-size: 0.8rem;
    margin: 12px 0 24px;
  }

  .btn {
    font-size: 0.8rem;
    padding: 10px 20px;
  }

  .featured-section {
    padding: 50px 12px;
  }

  .section-title,
  .newsletter-title {
    font-size: 19px;
  }

  .title-underline,
  .newsletter-bar {
    width: 160px;
    height: 4px;
  }

  .section-subtitle,
  .newsletter-text {
    font-size: 0.8rem;
  }

  .product-card {
    border-radius: 20px;
    width: 250px;
  }

  .product-image {
    height: 200px;
  }

  .product-name {
    font-size: 15px;
  }

  .product-price {
    font-size: 15px;
  }

  .product-badge {
    font-size: 0.7rem;
  }

  .add-cart-btn {
    font-size: 0.78rem;
    padding: 5px 8px;
  }

  .view-all-btn {
    font-size: 0.8rem;
  }

  .newsletter {
    padding: 50px 14px;
  }

  .newsletter-input {
    height: 44px;
    font-size: 0.8rem;
  }

  .newsletter-button {
    height: 44px;
    font-size: 0.8rem;
  }
}

@media (min-width: 1440px) {
  .welcome-container {
    max-width: 1100px;
  }
 
  .welcome-text,
  .brand-name {
    font-size: 3.5rem;
  }
 
  .tagline {
    font-size: 1.5rem;
  }
 
  .section-title,
  .newsletter-title {
    font-size: 48px;
  }
 
  .title-underline,
  .newsletter-bar {
    width: 400px;
  }
 
  .section-subtitle,
  .newsletter-text {
    font-size: 1.4rem;
  }
 
  .product-card {
    width: 400px;
  }
 
  .product-image {
    height: 340px;
  }
 
  .product-name {
    font-size: 22px;
  }
 
  .product-price {
    font-size: 22px;
  }
 
  .newsletter-input {
    width: 580px;
  }
}
 
@media (min-width: 1920px) {
  .welcome-text,
  .brand-name {
    font-size: 4rem;
  }
 
  .tagline {
    font-size: 1.6rem;
  }
 
  .section-title,
  .newsletter-title {
    font-size: 54px;
  }
 
  .product-card {
    width: 440px;
  }
 
  .product-image {
    height: 380px;
  }
 
  .featured-section,
  .newsletter {
    padding: 100px 60px;
  }
}