/* ============================================================
   FRUITION VALLEY — Shared Stylesheet
   ============================================================ */

	/* ── RESET ── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green-deep:   #4c1d95;
  --green-mid:    #6d28d9;
  --green-light:  #8b5cf6;
  --green-pale:   #f3e8ff;

  --gold:         #d4a843;
  --gold-light:   #f5d77a;

  --purple:       #7c3aed;
  --purple-light: #c4b5fd;

  --berry-red:    #e11d48;
  --berry-blue:   #6366f1;

  --cream:        #fcfaff;
  --white:        #ffffff;

  --text-dark:    #24153a;
  --text-mid:     #5f5870;

  --radius-lg:    24px;
  --radius-xl:    40px;

  --shadow-soft:  0 8px 40px rgba(76,29,149,0.12);
  --shadow-card:  0 4px 20px rgba(76,29,149,0.08);
}

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Nunito', sans-serif;
      background: var(--cream);
      color: var(--text-dark);
      overflow-x: hidden;
    }

    /* ── NAVBAR ── */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 5%;
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(12px);
      border-bottom: 2px solid var(--green-pale);
      box-shadow: 0 2px 16px rgba(30,80,30,0.08);
    }

    .nav-logo img {
      height: 64px;
      width: auto;
    }

    .nav-links {
      display: flex;
      gap: 32px;
      list-style: none;
    }

    .nav-links a {
      font-family: 'Baloo 2', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      color: var(--green-deep);
      text-decoration: none;
      transition: color 0.2s;
    }

    .nav-links a:hover { color: var(--gold); }

    .nav-cta {
      background: var(--green-deep);
      color: var(--white) !important;
      padding: 10px 24px;
      border-radius: 50px;
      transition: background 0.2s, transform 0.2s !important;
    }

    .nav-cta:hover {
      background: var(--green-mid) !important;
      transform: translateY(-2px);
      color: var(--white) !important;
    }

    /* ── HERO ── */

	.hero-brand-logo img {
 	 width: 140px;
	}

.hero {
  min-height: 92vh;
  padding-top: 220px;
  padding-bottom: 40px;

  position: relative;
  overflow: hidden;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;

  background:
    linear-gradient(
      135deg,
      rgba(248,244,255,0.65),
      rgba(255,255,255,0.60)
    ),
    url("../../assets/images/hero-bg-premium.webp");

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at top left,
    rgba(168,85,247,0.10), transparent 35%),
    radial-gradient(circle at bottom right,
    rgba(249,115,22,0.08), transparent 35%);

  z-index: 1;
  pointer-events: none;
}

.hero > * {
  position: relative;
  z-index: 2;
}

	.hero-heading-image {
 	 width: 100%;
  	max-width: 620px;
  	height: auto;
  	display: block;
	margin: 0 auto;
	
	filter: drop-shadow(0 8px 18px rgba(76,29,149,0.10));

	transform: translateX(-30px);
	}

	.hero-center-logo {
	  position: absolute;
	  top: 90px;
	  left: 50%;
 	 transform: translateX(-50%);
	  z-index: 5;
	}

	.hero-center-logo img {
	  width: 320px;
	  height: auto;
	  display: block;

	  filter: drop-shadow(0 18px 40px rgba(0,0,0,0.18));
	}

    .hero-blobs {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(60px);
      opacity: 0.22;
    }

    .blob-1 {
      width: 520px; height: 520px;
      background: var(--green-mid);
      top: -120px; right: -80px;
    }

    .blob-2 {
      width: 380px; height: 380px;
      background: #c084fc;
      bottom: -80px; left: 5%;
    }

    .blob-3 {
      width: 260px; height: 260px;
      background: var(--purple-light);
      top: 30%; left: 40%;
    }

    .hero-text {
      position: relative;
      z-index: 2;
      padding: 60px 5% 60px 8%;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--green-pale);
      border: 2px solid var(--green-light);
      border-radius: 50px;
      padding: 6px 18px;
      font-family: 'Baloo 2', sans-serif;
      font-weight: 700;
      font-size: 0.85rem;
      color: var(--green-deep);
      margin-bottom: 24px;
      letter-spacing: 0.04em;
    }

    .hero-badge span { font-size: 1.1rem; }

.hero-title {
  display: flex;
  flex-direction: column;
  line-height: 0.9;
  margin: 0 0 20px 0;
}

.line1 {
  font-family: "the-seasons", sans-serif;
  font-size: clamp(3.8rem, 7vw, 6.5rem);
  font-weight: 400;
  color: #8B5CF6;
}

.line2 {
  font-family: "the-seasons", sans-serif;
  font-size: clamp(3.8rem, 7vw, 6.5rem);
  font-weight: 400;
  color: #F68B4A;
}

.line3 {
  font-family: "the-seasons", sans-serif;
  font-size: clamp(4rem, 7vw, 6.3rem);
  font-style: italic;
  font-weight: 400;
  color: #F68B4A;
  margin-top: -8px;
}

    .hero-subtitle {
      font-size: 1.15rem;
      font-weight: 600;
      color: var(--text-mid);
      line-height: 1.7;
      max-width: 480px;
      margin-bottom: 36px;
    }

    .hero-actions {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

	.hero-corners {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.corner {
  position: absolute;
  filter: blur(10px);
  opacity: 0.9;
}

/* TOP RIGHT PURPLE SHAPE */
.corner-top-right {
  width: 520px;
  height: 520px;
  top: -120px;
  right: -140px;

  background: radial-gradient(
    circle at center,
    rgba(192,132,252,0.45) 0%,
    rgba(139,92,246,0.28) 45%,
    transparent 72%
  );

  border-radius: 45% 55% 60% 40% / 40% 45% 55% 60%;
}

/* BOTTOM LEFT PEACH SHAPE */
.corner-bottom-left {
  width: 340px;
  height: 340px;
  bottom: -140px;
  left: -120px;

  background: radial-gradient(
    circle at center,
    rgba(255,210,190,0.45) 0%,
    rgba(255,190,170,0.20) 50%,
    transparent 72%
  );

  border-radius: 60% 40% 55% 45% / 45% 60% 40% 55%;
}

/* BOTTOM RIGHT PINK SHAPE */
.corner-bottom-right {
  width: 420px;
  height: 420px;
  bottom: -180px;
  right: -100px;

  background: radial-gradient(
    circle at center,
    rgba(255,190,220,0.35) 0%,
    rgba(255,160,210,0.16) 50%,
    transparent 72%
  );

  border-radius: 50% 50% 65% 35% / 35% 60% 40% 65%;
}

    .btn-primary {
      font-family: 'Baloo 2', sans-serif;
      font-weight: 800;
      font-size: 1.05rem;
      background: linear-gradient(180deg, #4c1d95 0%, #5b21b6 100%);
      color: var(--white);
      padding: 14px 32px;
      border-radius: 50px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 4px 16px rgba(26,92,42,0.30);
      display: inline-block;
    }

    .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 24px rgba(26,92,42,0.35);
    }

    .btn-secondary {
      font-family: 'Baloo 2', sans-serif;
      font-weight: 800;
      font-size: 1.05rem;
      background: transparent;
      color: var(--green-deep);
      padding: 12px 32px;
      border-radius: 50px;
      text-decoration: none;
      border: 2.5px solid var(--green-deep);
      cursor: pointer;
      transition: background 0.2s, color 0.2s, transform 0.2s;
      display: inline-block;
    }

    .btn-secondary:hover {
      background: var(--green-deep);
      color: var(--white);
      transform: translateY(-3px);
    }

    .hero-trust {
      margin-top: 40px;
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .trust-pill {
      display: flex;
      align-items: center;
      gap: 8px;
      background: var(--white);
      border: 2px solid var(--green-pale);
      border-radius: 50px;
      padding: 8px 16px;
      font-size: 0.85rem;
      font-weight: 700;
      color: var(--text-mid);
      box-shadow: var(--shadow-card);
    }

    .trust-pill .icon { font-size: 1.1rem; }

    /* Hero image side */
    .hero-visual {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 6% 40px 2%;
      min-height: 600px;
    }

    .hero-panda-wrap {
      position: relative;
      width: 520px;
      max-width: 100%;
    }

    .hero-panda-ring {
      position: absolute;
      inset: -24px;
      border-radius: 50%;
      background: radial-gradient(ellipse at center, rgba(92,184,92,0.12) 0%, transparent 70%);
      animation: pulseRing 3s ease-in-out infinite;
    }

    @keyframes pulseRing {
      0%, 100% { transform: scale(1); opacity: 0.5; }
      50% { transform: scale(1.06); opacity: 1; }
    }

    .hero-panda-img {
      width: 100%;
      filter: drop-shadow(0 24px 48px rgba(0,0,0,0.18));
      animation: floatPanda 4s ease-in-out infinite;
    }

	.hero-brand-logo {
  margin-bottom: 14px;
  animation: floatLogo 4s ease-in-out infinite;
}

.hero-brand-logo img {
  width: 120px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(76,29,149,0.14));
}

@keyframes floatLogo {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
	}

    @keyframes floatPanda {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-16px); }
    }

    .hero-floating-tag {
      position: absolute;
      background: var(--white);
      border-radius: 16px;
      padding: 10px 16px;
      box-shadow: var(--shadow-soft);
      font-family: 'Baloo 2', sans-serif;
      font-weight: 800;
      font-size: 0.9rem;
      color: var(--green-deep);
      display: flex;
      align-items: center;
      gap: 8px;
      animation: floatTag 3.5s ease-in-out infinite;
    }

    .tag-1 { top: 12%; left: -10%; animation-delay: 0s; }
    .tag-2 { bottom: 18%; right: -8%; animation-delay: 1.2s; }
    .tag-3 { top: 55%; left: -12%; animation-delay: 0.6s; }

    @keyframes floatTag {
      0%, 100% { transform: translateY(0) rotate(-1deg); }
      50% { transform: translateY(-8px) rotate(1deg); }
    }

	@media (min-width: 1200px) {

	  .hero-panda-wrap {
	    width: 640px;
		  }

		}

    /* ── WAVE DIVIDER ── */
    .wave-divider {
      width: 100%;
      line-height: 0;
      margin-top: -2px;
    }

    /* ── SECTION SHARED ── */
    section { padding: 80px 5%; }

    .section-label {
      font-family: 'Baloo 2', sans-serif;
      font-weight: 700;
      font-size: 0.8rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--green-mid);
      margin-bottom: 12px;
    }

    .section-title {
      font-family: 'Fredoka One', sans-serif;
      font-size: clamp(2rem, 3.5vw, 3rem);
      color: var(--green-deep);
      line-height: 1.15;
      margin-bottom: 16px;
    }

    .section-sub {
      font-size: 1.05rem;
      color: var(--text-mid);
      max-width: 560px;
      line-height: 1.7;
    }

    .text-center { text-align: center; }
    .text-center .section-sub { margin: 0 auto; }

    /* ── WHY SECTION ── */
    .why-section {
      background: var(--green-deep);
      position: relative;
      overflow: hidden;
    }

    .why-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 60% 80% at 80% 50%, rgba(139,92,246,0.18) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 10% 20%, rgba(212,168,67,0.10) 0%, transparent 50%);
    }

    .why-section .section-label { color: var(--gold-light); }
    .why-section .section-title { color: var(--white); }
    .why-section .section-sub { color: rgba(255,255,255,0.75); }

    .why-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 24px;
      margin-top: 48px;
      position: relative;
      z-index: 1;
    }

    .why-card {
      background: rgba(255,255,255,0.07);
      border: 1.5px solid rgba(255,255,255,0.14);
      border-radius: var(--radius-lg);
      padding: 32px 24px;
      text-align: center;
      transition: background 0.3s, transform 0.3s;
    }

    .why-card:hover {
      background: rgba(255,255,255,0.13);
      transform: translateY(-6px);
    }

    .why-icon {
      font-size: 2.8rem;
      margin-bottom: 16px;
      display: block;
    }

    .why-card h3 {
      font-family: 'Baloo 2', sans-serif;
      font-weight: 800;
      font-size: 1.1rem;
      color: var(--white);
      margin-bottom: 8px;
    }

    .why-card p {
      font-size: 0.9rem;
      color: rgba(255,255,255,0.7);
      line-height: 1.6;
    }

    /* ── PRODUCT SECTION ── */
    .products-section { background: var(--cream); }

    .product-card {
      background: var(--white);
      border-radius: var(--radius-xl);
      overflow: hidden;
      box-shadow: var(--shadow-soft);
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      max-width: 1100px;
      margin: 48px auto 0;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .product-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 60px rgba(0,0,0,0.13);
    }

    .product-visual {
      background: linear-gradient(145deg, #e8d5f5 0%, #c8a8e8 40%, #9c6bc9 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 48px 32px;
      position: relative;
      overflow: hidden;
      min-height: 420px;
    }

    .product-visual::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 60% 40%, rgba(255,255,255,0.25) 0%, transparent 60%);
    }

    .product-panda {
      width: 490px;
      max-width: 100%;
      position: relative;
      z-index: 1;
      filter: drop-shadow(0 16px 32px rgba(0,0,0,0.20));
      animation: floatPanda 4s ease-in-out infinite;
    }

    .product-badge-100 {
      position: absolute;
      top: 24px;
      right: 24px;
      width: 80px;
      height: 80px;
      background: var(--gold);
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 2;
      box-shadow: 0 4px 16px rgba(212,168,67,0.5);
    }

    .product-badge-100 strong {
      font-family: 'Fredoka One', sans-serif;
      font-size: 1.4rem;
      color: var(--white);
      line-height: 1;
    }

    .product-badge-100 span {
      font-family: 'Baloo 2', sans-serif;
      font-weight: 700;
      font-size: 0.62rem;
      color: var(--white);
      letter-spacing: 0.06em;
    }

    .product-info {
      padding: 48px 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .product-tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #f3e6ff;
      color: var(--purple);
      font-family: 'Baloo 2', sans-serif;
      font-weight: 800;
      font-size: 0.8rem;
      letter-spacing: 0.08em;
      padding: 5px 14px;
      border-radius: 50px;
      margin-bottom: 20px;
      width: fit-content;
    }

    .product-name {
      font-family: 'Fredoka One', sans-serif;
      font-size: 2.6rem;
      color: var(--purple);
      line-height: 1;
      margin-bottom: 6px;
    }

    .product-type {
      font-family: 'Baloo 2', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      color: var(--green-mid);
      margin-bottom: 20px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .product-desc {
      font-size: 0.98rem;
      color: var(--text-mid);
      line-height: 1.7;
      margin-bottom: 28px;
    }

    .ingredients-list {
      background: var(--green-pale);
      border-radius: 16px;
      padding: 18px 20px;
      margin-bottom: 24px;
    }

    .ingredients-list h4 {
      font-family: 'Baloo 2', sans-serif;
      font-weight: 800;
      font-size: 0.8rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--green-deep);
      margin-bottom: 8px;
    }

    .ingredients-list p {
      font-size: 0.9rem;
      color: var(--text-mid);
      line-height: 1.6;
    }

    .nutrition-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 28px;
    }

    .nutr-chip {
      background: var(--white);
      border: 2px solid var(--green-pale);
      border-radius: 12px;
      padding: 8px 14px;
      text-align: center;
    }

    .nutr-chip strong {
      display: block;
      font-family: 'Fredoka One', sans-serif;
      font-size: 1.1rem;
      color: var(--green-deep);
    }

    .nutr-chip span {
      font-size: 0.72rem;
      color: var(--text-mid);
      font-weight: 600;
    }

    .no-nasties {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .no-tag {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--green-deep);
    }

    .no-tag .dot {
      width: 20px;
      height: 20px;
      background: var(--green-light);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      font-size: 0.7rem;
    }

    /* ── JUNGLE FRIENDS ── */
    .jungle-section {
      background: linear-gradient(180deg, #faf5ff 0%, #f3e8ff 100%);
      text-align: center;
    }

    .friends-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      max-width: 860px;
      margin: 48px auto 0;
    }

    .friend-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      padding: 28px 16px 24px;
      box-shadow: var(--shadow-card);
      transition: transform 0.3s, box-shadow 0.3s;
      cursor: pointer;
      border: 2px solid transparent;
    }

    .friend-card:hover {
      transform: translateY(-8px) scale(1.03);
      box-shadow: 0 16px 40px rgba(0,0,0,0.13);
      border-color: var(--green-light);
    }

    .friend-avatar {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
      margin: 0 auto 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3rem;
      box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    }

    .friend-card.panda .friend-avatar { background: linear-gradient(135deg, #e8d5f5, #c8a8e8); }
    .friend-card.monkey .friend-avatar { background: linear-gradient(135deg, #fff3cd, #ffd87a); }
    .friend-card.lion .friend-avatar { background: linear-gradient(135deg, #ffe0b2, #ffb347); }
    .friend-card.dino .friend-avatar { background: linear-gradient(135deg, #c8e6c9, #81c784); }

    .friend-name {
      font-family: 'Fredoka One', sans-serif;
      font-size: 1.2rem;
      color: var(--green-deep);
      margin-bottom: 4px;
    }

    .friend-product {
      font-size: 0.8rem;
      font-weight: 700;
      color: var(--text-mid);
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .friends-coming {
      margin-top: 32px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--white);
      border: 2px dashed var(--green-light);
      border-radius: 50px;
      padding: 10px 24px;
      font-family: 'Baloo 2', sans-serif;
      font-weight: 700;
      font-size: 0.9rem;
      color: var(--green-mid);
    }

    /* ── SCAN & PLAY ── */
    .scan-section {
      background: var(--purple);
      position: relative;
      overflow: hidden;
      text-align: center;
    }

    .scan-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 60% 60% at 20% 30%, rgba(255,255,255,0.08) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 80% 70%, rgba(212,168,67,0.15) 0%, transparent 50%);
    }

    .scan-section .section-label { color: var(--gold-light); }
    .scan-section .section-title { color: var(--white); }
    .scan-section .section-sub { color: rgba(255,255,255,0.80); margin: 0 auto; }

    .scan-features {
      display: flex;
      justify-content: center;
      gap: 32px;
      margin-top: 48px;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
    }

    .scan-feat {
      background: rgba(255,255,255,0.10);
      border: 1.5px solid rgba(255,255,255,0.18);
      border-radius: var(--radius-lg);
      padding: 28px 24px;
      width: 200px;
      transition: background 0.3s, transform 0.3s;
    }

    .scan-feat:hover {
      background: rgba(255,255,255,0.18);
      transform: translateY(-6px);
    }

    .scan-feat .feat-icon { font-size: 2.4rem; margin-bottom: 12px; display: block; }
    .scan-feat h3 {
      font-family: 'Baloo 2', sans-serif;
      font-weight: 800;
      font-size: 1.05rem;
      color: var(--white);
    }

    .scan-cta-wrap {
      margin-top: 40px;
      position: relative;
      z-index: 1;
    }

    .btn-gold {
      font-family: 'Baloo 2', sans-serif;
      font-weight: 800;
      font-size: 1.1rem;
      background: var(--gold);
      color: var(--white);
      padding: 16px 40px;
      border-radius: 50px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      box-shadow: 0 6px 24px rgba(212,168,67,0.45);
      transition: transform 0.2s, box-shadow 0.2s;
      display: inline-block;
    }

    .btn-gold:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 32px rgba(212,168,67,0.55);
    }

    /* ── ABOUT SECTION ── */
    .about-section {
      background: var(--white);
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
      max-width: 1100px;
      margin: 0 auto;
    }

    .about-logo {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .about-logo img {
      width: 380px;
      max-width: 100%;
      filter: drop-shadow(0 20px 40px rgba(76,29,149,0.18));
    }

    .about-text .section-title { margin-bottom: 20px; }

    .about-text p {
      font-size: 1rem;
      color: var(--text-mid);
      line-height: 1.8;
      margin-bottom: 20px;
    }

    .about-pillars {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 28px;
    }

    .pillar-chip {
      background: var(--green-pale);
      border: 2px solid var(--green-light);
      border-radius: 50px;
      padding: 8px 20px;
      font-family: 'Baloo 2', sans-serif;
      font-weight: 800;
      font-size: 0.9rem;
      color: var(--green-deep);
    }

    /* ── FOOTER ── */
    footer {
      background: linear-gradient(180deg, #3b0764 0%, #4c1d95 100%);
      color: rgba(255,255,255,0.7);
      padding: 48px 5% 32px;
    }

    .footer-top {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      gap: 40px;
      margin-bottom: 40px;
    }

    .footer-logo img {
      height: 80px;
      width: auto;
      margin-bottom: 16px;
    }

    .footer-tagline {
      font-size: 0.9rem;
      line-height: 1.7;
      color: rgba(255,255,255,0.65);
    }

    .footer-col h4 {
      font-family: 'Baloo 2', sans-serif;
      font-weight: 800;
      font-size: 0.85rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 16px;
    }

    .footer-col ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .footer-col a {
      color: rgba(255,255,255,0.65);
      text-decoration: none;
      font-size: 0.9rem;
      transition: color 0.2s;
    }

    .footer-col a:hover { color: var(--gold); }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.12);
      padding-top: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
    }

    .footer-bottom p { font-size: 0.85rem; }

    .footer-disclaimer {
      font-size: 0.78rem;
      color: rgba(255,255,255,0.45);
      max-width: 600px;
    }

    .eco-note {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.82rem;
      color: var(--green-light);
      font-weight: 700;
    }

    /* ── ANIMATIONS ── */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: none;
    }

    /* ── RESPONSIVE ── */
@media (max-width: 900px) {

.hero {
  grid-template-columns: 1fr;
  text-align: center;

  padding-top: 260px;

  background:
    linear-gradient(
      135deg,
      rgba(248,244,255,0.65),
      rgba(255,255,255,0.60)
    ),
    url("../../assets/images/hero-bg-premium.webp");

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-heading-image {
    max-width: 90%;
    margin: 0 auto;
  }

  .hero-center-logo {
    top: 165px;
  }

  .hero-center-logo img {
    width: 260px;
  }

  .hero-text {
    padding: 40px 6%;
    padding-top: 20px;
  }

  .hero-subtitle { margin: 0 auto 36px; }
  .hero-actions { justify-content: center; }
  .hero-trust { justify-content: center; }

  .hero-visual {
    padding: 0 8% 40px;
    min-height: auto;
  }

  .hero-panda-wrap { width: 340px; }

  .tag-1,
  .tag-2,
  .tag-3 {
    display: none;
  }

  .product-card { grid-template-columns: 1fr; }
  .product-visual { min-height: 300px; }
  .friends-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-logo { order: -1; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 600px) {

  .hero {
    padding-top: 360px;
  }
	
  nav {
    flex-direction: column;
    gap: 16px;
    padding: 14px 5%;
  }

  .nav-logo img {
    height: 54px;
  }

  .nav-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

.hero-heading-image {
    max-width: 95%;
  }

  .friends-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .scan-features {
    flex-direction: column;
    align-items: center;
  }

}
.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.featured-blog {
  position: relative;
	isolation: isolate;
  overflow: hidden;

  padding: 180px 8% 100px;

.featured-blog::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at top right,
    rgba(139,92,246,0.16),
    transparent 35%),

    radial-gradient(circle at bottom left,
    rgba(246,139,74,0.12),
    transparent 35%);

  z-index: -1;
}
	
  background:
    linear-gradient(
      135deg,
      rgba(248,244,255,0.82),
      rgba(255,255,255,0.74)
    ),
    url("../../assets/images/hero-bg-premium.webp");

  background-size: cover;
  background-position: center;
}

.featured-blog-inner {
  max-width: 1300px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
}

.blog-meta {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.blog-date,
.blog-category {
  background: rgba(255,255,255,0.88);

  border: 2px solid #d8b4fe;

  color: #5b21b6;

  padding: 8px 16px;

  border-radius: 999px;

  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.featured-blog-title {
  font-family: "the-seasons", sans-serif;

  font-size: clamp(3.5rem, 7vw, 6.5rem);

  line-height: 0.92;

  color: #4c1d95;

  margin-bottom: 28px;
}

.featured-blog-title em {
  color: #F68B4A;
  font-style: italic;
}

.featured-blog-desc {
  max-width: 650px;

  font-size: 1.08rem;
  line-height: 1.9;

  color: #5f5870;

  margin-bottom: 36px;
}

.featured-blog-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.featured-blog-visual {
  display: flex;
  justify-content: center;
}

.blog-visual-card {
  position: relative;

  padding: 40px;

  border-radius: 40px;

  background:
    rgba(255,255,255,0.55);

  backdrop-filter: blur(14px);

  box-shadow:
    0 20px 60px rgba(76,29,149,0.12);
}

.blog-visual-card::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: 40px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.35),
      rgba(255,255,255,0.08)
    );

  pointer-events: none;
}

.blog-visual-card img {
  width: 100%;
  max-width: 420px;

  display: block;

  position: relative;
  z-index: 2;

  filter:
    drop-shadow(0 24px 40px rgba(0,0,0,0.16));
}

@media (max-width: 900px) {

  .featured-blog {
    padding-top: 220px;
  }

  .featured-blog-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .featured-blog-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .featured-blog-actions {
    justify-content: center;
  }

  .featured-blog-visual {
    order: -1;
  }

  .blog-visual-card {
    padding: 24px;
  }
}

.blog-grid-section {
  padding: 50px 5% 70px;

background:
  linear-gradient(
    180deg,
    #f7f1ff 0%,
    #fcfaff 45%,
    #f3ecff 100%
  );

position: relative;
overflow: hidden;

  min-height: 100vh;
}

.blog-grid-section::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at top right,
    rgba(139,92,246,0.10),
    transparent 28%),

    radial-gradient(circle at bottom left,
    rgba(246,139,74,0.08),
    transparent 30%);

  pointer-events: none;
}

.blog-grid {
  max-width: 1280px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
}

.blog-card {
  background: rgba(255,255,255,0.72);

  backdrop-filter: blur(12px);

  border-radius: 32px;

  overflow: hidden;

  box-shadow:
    0 20px 50px rgba(76,29,149,0.08);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.blog-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 30px 70px rgba(76,29,149,0.14);
}

.blog-card-image {
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;

  display: block;

  transition: transform 0.5s ease;
}

.blog-card:hover img {
  transform: scale(1.05);
}

.blog-card-content {
  padding: 28px;
}

.blog-card-meta {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;

  color: #6d28d9;

  margin-bottom: 18px;
}

.blog-card h3 {
  font-family: "the-seasons", serif;

  font-size: 2.2rem;
  font-weight: 500;

  line-height: 0.95;
  letter-spacing: -0.02em;

  color: #4c1d95;

  margin-bottom: 18px;
}

.blog-card h3 span {
  color: #F68B4A;
  font-style: italic;
}

.blog-card p {
  font-size: 1rem;
  line-height: 1.8;

  color: #5f5870;

  margin-bottom: 22px;
}

.blog-card a {
  text-decoration: none;

  color: #6d28d9;

  font-weight: 800;

  transition: opacity 0.2s ease;
}

.blog-card a:hover {
  opacity: 0.7;
}

.article-hero-title {
  font-family: "the-seasons", serif;

  font-size: clamp(3.8rem, 7vw, 6.2rem);

  font-weight: 500;

  line-height: 0.92;
  letter-spacing: -0.03em;

  color: #4c1d95;

	text-wrap: balance;
}

.blog-coming-row {
  display: flex;

  gap: 24px;

  margin-top: 42px;

  justify-content: center;

  flex-wrap: wrap;
}

.blog-mini-card {
  width: 260px;

  min-height: 220px;

  padding: 28px;

  border-radius: 32px;

  position: relative;

  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.58),
      rgba(255,255,255,0.22)
    );

  backdrop-filter: blur(18px);

  border: 1.5px solid rgba(255,255,255,0.35);

  box-shadow:
    0 12px 30px rgba(76,29,149,0.08),
    0 24px 60px rgba(76,29,149,0.10),
    inset 0 1px 0 rgba(255,255,255,0.55);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.blog-mini-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 18px 40px rgba(76,29,149,0.12),
    0 32px 80px rgba(76,29,149,0.14);
}

.blog-mini-card::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.18),
      transparent 45%
    );

  pointer-events: none;
}

.mini-coming-label {
  font-size: 0.7rem;

  font-weight: 800;

  letter-spacing: 0.14em;

  color: #6d28d9;

  margin-bottom: 14px;

  position: relative;
  z-index: 2;
}

.mini-coming-title {
  font-family: "the-seasons", serif;

  font-size: 1.8rem;

  line-height: 0.98;

  letter-spacing: -0.02em;

  color: #4c1d95;

  position: relative;
  z-index: 2;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  border: 1.5px solid rgba(255,255,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}

.footer-social a:hover {
  background: rgba(255,255,255,0.22);
  transform: translateY(-3px);
}

.footer-social a img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
