/* ===== GW 五大权益 All-in-One Section ===== */
.etl-gw-bfall * { margin: 0; padding: 0; box-sizing: border-box; }
.etl-gw-bfall {
  background: #fff;
  padding: 28px 16px 24px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  border-top: 1px solid rgba(201,169,110,0.2);
}
/* Header */
.etl-gw-bfall .bf-head {
  text-align: center; margin-bottom: 16px;
}
.etl-gw-bfall .bf-badge {
  display: inline-block;
  background: #c9a96e; color: #fff;
  font-size: 12px; font-weight: 700;
  padding: 3px 14px; border-radius: 16px;
  margin-bottom: 6px;
}
.etl-gw-bfall .bf-title {
  font-size: 20px; font-weight: 900; color: #2c2c2c;
}

/* ===== Tabs ===== */
.etl-gw-bfall .bf-tabs {
  display: flex; gap: 6px;
  justify-content: center;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; padding-bottom: 2px;
  margin-bottom: 16px;
}
.etl-gw-bfall .bf-tabs::-webkit-scrollbar { display: none; }
.etl-gw-bfall .bf-tab {
  flex: 0 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 8px 14px;
  border-radius: 12px;
  background: #f5f2ee; color: #888;
  font-size: 11px; font-weight: 700;
  cursor: pointer; white-space: nowrap;
  transition: all 0.2s;
  border: 2px solid transparent;
  min-width: 72px; text-align: center;
}
.etl-gw-bfall .bf-tab .bf-tab-icon { font-size: 20px; line-height: 1; }
.etl-gw-bfall .bf-tab.active {
  background: #fff; color: #2c2c2c;
  border-color: #c9a96e;
  box-shadow: 0 2px 8px rgba(201,169,110,0.2);
}

/* ===== Panels ===== */
.etl-gw-bfall .bf-panel { display: none; }
.etl-gw-bfall .bf-panel.active { display: block; }

.etl-gw-bfall .bf-panel-inner {
  max-width: 640px; margin: 0 auto;
}

/* -- Panel common elements -- */
.etl-gw-bfall .bf-p-title {
  font-size: 16px; font-weight: 900; color: #2c2c2c;
  margin-bottom: 12px; text-align: center;
}
.etl-gw-bfall .bf-p-note {
  text-align: center; font-size: 12px; color: #999;
  margin-top: 10px;
}

/* -- Panel 1: Coupons -- */
.etl-gw-bfall .bf-coupons {
  display: flex; gap: 8px;
}
.etl-gw-bfall .bf-coupon {
  flex: 1; min-width: 0;
  background: #f5f0e8;
  border: 1.5px dashed #c9a96e;
  border-radius: 12px;
  padding: 12px 8px;
  text-align: center;
}
.etl-gw-bfall .bf-coupon-amt {
  font-size: 22px; font-weight: 900; color: #c04828;
  line-height: 1;
}
.etl-gw-bfall .bf-coupon-off {
  font-size: 12px; font-weight: 900; color: #c04828;
}
.etl-gw-bfall .bf-coupon-cond {
  font-size: 10px; color: #999; margin-top: 4px;
  line-height: 1.3;
}
.etl-gw-bfall .bf-coupon-code {
  display: inline-block; margin-top: 6px;
  background: #fff; border: 1px solid #e8d0cc;
  border-radius: 6px; padding: 3px 10px;
  font-size: 11px; font-weight: 700; color: #c04828;
  cursor: pointer; transition: background 0.2s;
}
.etl-gw-bfall .bf-coupon-code:hover { background: #faf0ee; }

/* -- Panel 2: Combo -- */
.etl-gw-bfall .bf-combo-cards {
  display: flex; gap: 10px; justify-content: center;
}
.etl-gw-bfall .bf-combo-card {
  flex: 1; max-width: 200px;
  background: #f5f0e8; border-radius: 14px;
  padding: 16px 12px; text-align: center;
  border: 2px solid #f0e0dc;
}
.etl-gw-bfall .bf-combo-card.bf-best {
  border-color: #c9a96e;
  box-shadow: 0 2px 10px rgba(201,169,110,0.2);
}
.etl-gw-bfall .bf-combo-card.bf-best .bf-combo-tag { display: block; }
.etl-gw-bfall .bf-combo-tag {
  display: none;
  font-size: 10px; font-weight: 700;
  color: #fff; background: #c9a96e;
  padding: 1px 8px; border-radius: 8px;
  margin: 0 auto 6px;
  width: fit-content;
}
.etl-gw-bfall .bf-combo-qty {
  font-size: 12px; font-weight: 700; color: #666; margin-bottom: 4px;
}
.etl-gw-bfall .bf-combo-pct {
  font-size: 36px; font-weight: 900; color: #c04828; line-height: 1;
}
.etl-gw-bfall .bf-combo-pct-off {
  font-size: 16px; font-weight: 900; color: #c04828;
}

/* -- Panel 3: Gifts -- */
.etl-gw-bfall .bf-gift-tiers {
  display: flex; gap: 8px;
}
.etl-gw-bfall .bf-gift-tier {
  flex: 1; min-width: 0;
  background: #f5f0e8; border-radius: 12px;
  padding: 10px; text-align: center;
  border-left: 4px solid #c9a96e;
}
.etl-gw-bfall .bf-gift-tier:nth-child(2) { border-color: #c04828; }
.etl-gw-bfall .bf-gift-tier:nth-child(3) { border-color: #1a3a4a; }
.etl-gw-bfall .bf-gift-tier-img {
  width: 70px; height: 70px;
  margin: 0 auto 6px; border-radius: 10px;
  background: #fff; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.etl-gw-bfall .bf-gift-tier-img img {
  width: 100%; height: 100%; object-fit: contain;
}
.etl-gw-bfall .bf-gift-amt {
  font-size: 13px; font-weight: 900; color: #c04828;
}
.etl-gw-bfall .bf-gift-name {
  font-size: 11px; font-weight: 700; color: #444;
  margin-top: 2px; line-height: 1.3;
}
.etl-gw-bfall .bf-gift-limited {
  text-align: center; margin-top: 8px;
  font-size: 11px; color: #c04828; font-weight: 700;
}

/* -- Panel 4: Points -- */
.etl-gw-bfall .bf-points-card {
  background: #f5f0e8; border-radius: 14px;
  padding: 16px; text-align: center;
}
.etl-gw-bfall .bf-points-formula {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; margin-bottom: 10px;
}
.etl-gw-bfall .bf-points-box {
  background: #fff; border-radius: 10px;
  padding: 8px 14px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.etl-gw-bfall .bf-points-box-label { font-size: 10px; color: #999; }
.etl-gw-bfall .bf-points-box-val {
  font-size: 24px; font-weight: 900; color: #c04828; line-height: 1.1;
}
.etl-gw-bfall .bf-points-box-val.bf-green { color: #1a3a4a; }
.etl-gw-bfall .bf-points-eq {
  font-size: 20px; font-weight: 900; color: #ccc;
}
.etl-gw-bfall .bf-points-desc {
  font-size: 12px; color: #666; line-height: 1.5; margin-bottom: 12px;
}
.etl-gw-bfall .bf-points-cta {
  display: inline-block;
  background: #1a3a4a; color: #fff;
  font-size: 13px; font-weight: 700;
  padding: 8px 28px; border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s;
}
.etl-gw-bfall .bf-points-cta:hover { transform: translateY(-1px); }

/* -- Panel 5: Lucky -- */
.etl-gw-bfall .bf-lucky-info {
  text-align: center; font-size: 13px; color: #c04828;
  font-weight: 700; margin-bottom: 12px;
}
.etl-gw-bfall .bf-lucky-subtabs {
  display: flex; justify-content: center; gap: 0; margin-bottom: 12px;
}
.etl-gw-bfall .bf-lucky-subtab {
  padding: 6px 20px; font-size: 12px; font-weight: 700;
  cursor: pointer; background: #f5f2ee; color: #888;
  border: 1.5px solid #e0d8d0;
  transition: all 0.2s;
}
.etl-gw-bfall .bf-lucky-subtab:first-child { border-radius: 8px 0 0 8px; }
.etl-gw-bfall .bf-lucky-subtab:last-child { border-radius: 0 8px 8px 0; }
.etl-gw-bfall .bf-lucky-subtab.active {
  background: #1a3a4a; color: #fff; border-color: #1a3a4a;
}
.etl-gw-bfall .bf-lucky-panel { display: none; }
.etl-gw-bfall .bf-lucky-panel.active { display: flex; }
.etl-gw-bfall .bf-lucky-panel {
  gap: 8px; justify-content: center;
}
.etl-gw-bfall .bf-lucky-prod {
  flex: 1; max-width: 140px;
  background: #f5f0e8; border-radius: 12px;
  overflow: hidden; text-decoration: none; color: inherit;
  transition: transform 0.2s;
}
.etl-gw-bfall .bf-lucky-prod:hover { transform: translateY(-2px); }
.etl-gw-bfall .bf-lucky-prod-img {
  width: 100%; aspect-ratio: 1;
  background: #f0ece6; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.etl-gw-bfall .bf-lucky-prod-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.etl-gw-bfall .bf-lucky-prod-info { padding: 6px 8px; }
.etl-gw-bfall .bf-lucky-prod-scene {
  font-size: 10px; color: #1a3a4a; font-weight: 700;
}
.etl-gw-bfall .bf-lucky-prod-name {
  font-size: 11px; font-weight: 700; color: #2c2c2c;
  line-height: 1.2;
}

/* ========== Desktop ========== */
@media (min-width: 768px) {
  .etl-gw-bfall { padding: 44px 40px 40px; }
  .etl-gw-bfall .bf-title { font-size: 28px; }
  .etl-gw-bfall .bf-tabs { justify-content: center; gap: 12px; }
  .etl-gw-bfall .bf-tab { padding: 12px 24px; font-size: 14px; min-width: 100px; }
  .etl-gw-bfall .bf-tab .bf-tab-icon { font-size: 26px; }
  .etl-gw-bfall .bf-panel-inner { max-width: 860px; }
  .etl-gw-bfall .bf-coupon-amt { font-size: 32px; }
  .etl-gw-bfall .bf-coupon-cond { font-size: 12px; }
  .etl-gw-bfall .bf-combo-pct { font-size: 56px; }
  .etl-gw-bfall .bf-gift-tier-img { width: 100px; height: 100px; }
  .etl-gw-bfall .bf-gift-amt { font-size: 16px; }
  .etl-gw-bfall .bf-lucky-prod { max-width: 180px; }
}
