/* ============================================================
   AIDEA 頁尾賣方揭露區(六頁共用)
   index / ivy-lee / eyes-wu / terms / refund / privacy
   ------------------------------------------------------------
   用途:綠界收款審核要求「販售頁需標示與賣家驗證資料相同的
   聯絡資訊」,同時滿足消保法第 18 條之必要揭露(名稱、代表人、
   地址、聯絡方式)。三頁 footer 底色不同(#080808 / #090909),
   本檔一律用半透明白,可疊在任一深色底上。
   ⚠ 聯絡電話與 email 必須與綠界賣家驗證資料一致,改動前先確認。
   ============================================================ */

.foot-seller{
  max-width:900px; margin:0 auto 26px; padding:0 20px 24px;
  border-bottom:1px solid rgba(255,255,255,0.09);
  text-align:center;
}

/* 覆蓋各頁 footer 既有的 p 規則(eyes-wu 為 9px Space Mono) */
.foot-seller p{
  margin:0;
  font-family:'Noto Sans TC',sans-serif;
  font-size:13px; line-height:2;
  color:rgba(255,255,255,0.44);
  letter-spacing:.02em; text-transform:none;
}

.foot-seller .foot-company{
  color:rgba(255,255,255,0.74);
  font-size:14px; font-weight:700; letter-spacing:.05em;
  margin-bottom:2px;
}

.foot-seller a{
  color:rgba(255,255,255,0.58); text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,0.22); transition:all .3s;
}
.foot-seller a:hover{ color:var(--gold); border-color:var(--gold); }

.foot-seller .foot-legal{
  margin-top:12px;
  font-family:'Space Mono',monospace;
  font-size:11px; letter-spacing:.1em;
}
.foot-seller .foot-legal a{
  color:var(--gold-light);
  border-bottom-color:rgba(232,213,163,0.35);
}
.foot-seller .foot-legal a:hover{ color:var(--gold); }

@media(max-width:600px){
  .foot-seller{ padding:0 4px 20px; margin-bottom:20px; }
  .foot-seller p{ font-size:12px; line-height:1.95; }
  .foot-seller .foot-company{ font-size:13px; }
  .foot-seller .foot-legal{ font-size:10px; letter-spacing:.06em; }
}
