.home-wrap { font-family: 'Montserrat', sans-serif; color: #444; line-height: 1.6; overflow-x: hidden; width: 100%; }
.hero-banner-box { width: 100%; margin-bottom: 20px; }
.hero-desktop { display: block; width: 100%; height: auto; }
.hero-mobile { display: none; width: 100%; height: auto; }
.content-container { display: flex; align-items: center; padding: 20px; max-width: 1200px; margin: 0 auto 40px auto; gap: 50px; }
.hero-text { flex: 1.2; }
.hero-text h1 { color: #5B6334; font-size: 42px; font-family: Lato; line-height: 1.1; margin-bottom: 20px; text-transform: uppercase; font-weight: 700; letter-spacing: -0.5px; }
.hero-text h1 span { color: #2477BF; display: block; font-size: 24px; margin-top: 10px; font-weight: 400; }
.hero-check-list { list-style: none; padding: 0; margin: 25px 0; }
.hero-check-list li { font-size: 18px; margin-bottom: 12px; display: flex; align-items: center; }
.hero-check-list li:before { content: "✓"; color: #ed008c; font-weight: bold; margin-right: 15px; font-size: 22px; }
.flavor-card { position: relative; display: inline-block; overflow: hidden; }
.flavor-card img { width: 100%; display: block; transition: transform 0.3s ease, filter 0.3s ease; cursor: pointer; }
.flavor-card:hover img { transform: scale(1.05); filter: brightness(0.75); }
.flavor-name { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.85); color: #fff; text-align: center; padding: 10px; font-weight: 700; font-size: 13px; opacity: 0; transition: opacity 0.3s ease; }
.flavor-card:hover .flavor-name { opacity: 1; }
.hero-visuals { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.hero-visuals img { width: 100%; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.cta-group { display: flex; gap: 15px; margin-top: 30px; }
.btn-main { padding: 15px 30px; font-weight: bold; text-decoration: none; border-radius: 5px; text-transform: uppercase; }
.btn-pink { background: #ed008c; color: white; border: none; }
.btn-outline { border: 2px solid #2477BF; color: #2477BF; background: transparent; }
.as-seen-container { text-align: center; padding: 60px 20px; background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%); margin: 40px 0; }
.as-seen-title { font-size: 36px; font-weight: 700; color: #5B6334; margin-bottom: 50px; text-transform: uppercase; letter-spacing: 1px; }
.as-seen-logos { display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; max-width: 1000px; margin: 0 auto; }
.logo-item { flex: 1; min-width: 200px; max-width: 300px; display: flex; align-items: center; justify-content: center; padding: 20px; }
.retailer-logo { max-width: 100%; height: auto; max-height: 80px; filter: grayscale(100%); transition: filter 0.3s ease; }
.logo-item:hover .retailer-logo { filter: grayscale(0%); }
@media (max-width: 768px) {
  .hero-desktop { display: none; }
  .hero-mobile { display: block; }
  .content-container { flex-direction: column; text-align: center; }
  .hero-text h1 { font-size: 32px; }
  .as-seen-container { padding: 40px 15px; margin: 30px 0; }
  .as-seen-title { font-size: 28px; margin-bottom: 40px; }
  .as-seen-logos { gap: 20px; flex-direction: column; }
  .logo-item { min-width: 150px; max-width: 250px; }
  .retailer-logo { max-height: 60px; }
}
